From babcdf2fa59baab6bc2cd8a1ac190b8d02fa3fce Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 22 Jan 2018 12:11:32 -0500 Subject: [PATCH] doc/man/ceph-volume add dmcrypt support Signed-off-by: Alfredo Deza --- doc/man/8/ceph-volume.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man/8/ceph-volume.rst b/doc/man/8/ceph-volume.rst index f5d66d3792bf5..d1e80287f93e7 100644 --- a/doc/man/8/ceph-volume.rst +++ b/doc/man/8/ceph-volume.rst @@ -12,7 +12,8 @@ Synopsis | **ceph-volume** [-h] [--cluster CLUSTER] [--log-level LOG_LEVEL] | [--log-path LOG_PATH] -| **ceph-volume** **lvm** [ *trigger* | *create* | *activate* | *prepare* ] +| **ceph-volume** **lvm** [ *trigger* | *create* | *activate* | *prepare* +| *zap* | *list*] Description =========== @@ -71,6 +72,7 @@ Optional arguments: * [--journal-size GB] Size (in GB) A logical group name or a path to a logical volume * [--bluestore] Use the bluestore objectstore (default) * [--filestore] Use the filestore objectstore +* [--dmcrypt] Enable encryption for the underlying OSD devices * [--osd-id OSD_ID] Reuse an existing OSD id * [--osd-fsid OSD_FSID] Reuse an existing OSD fsid -- 2.39.5