From 52b5254121d4e32a6eb0f90dff0a215ec061fa0f Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sat, 10 Sep 2016 10:10:03 +0800 Subject: [PATCH] Use ``tgtd`` to take place of tgtd TrivialFix Change-Id: Ib7b21858a5c60b20d8361a5a4809ce197a368888 --- doc/cinder-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cinder-guide.rst b/doc/cinder-guide.rst index 221912d1fc..aee91b3319 100644 --- a/doc/cinder-guide.rst +++ b/doc/cinder-guide.rst @@ -91,7 +91,7 @@ Cinder LVM2 backend with iSCSI As of Newton-1 milestone, Kolla supports LVM2 as cinder backend. It is accomplished by introducing two new containers ``tgtd`` and ``iscsid``. -tgtd container serves as a bridge between cinder-volume process and a server +``tgtd`` container serves as a bridge between cinder-volume process and a server hosting Logical Volume Groups (LVG). ``iscsid`` container serves as a bridge between nova-compute process and the server hosting LVG.