diff options
author | Jan Fajerski <jfajerski@suse.com> | 2020-04-21 15:47:42 +0200 |
---|---|---|
committer | Jan Fajerski <jfajerski@suse.com> | 2020-07-23 12:10:58 +0200 |
commit | e5b585d15de8b07e0a179344d4187582a5c069f2 (patch) | |
tree | 285343f587b4a87c30d3a1245f1069338091fa38 /doc/ceph-volume | |
parent | Merge pull request #36242 from dillaman/wip-46668 (diff) | |
download | ceph-e5b585d15de8b07e0a179344d4187582a5c069f2.tar.xz ceph-e5b585d15de8b07e0a179344d4187582a5c069f2.zip |
ceph-volume: add drive-group subcommand
This new subcommand takes a drive group specification as json and deploys
the OSDs accordingly.
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Fixes: https://tracker.ceph.com/issues/46689
Diffstat (limited to 'doc/ceph-volume')
-rw-r--r-- | doc/ceph-volume/drive-group.rst | 12 | ||||
-rw-r--r-- | doc/ceph-volume/index.rst | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ceph-volume/drive-group.rst b/doc/ceph-volume/drive-group.rst new file mode 100644 index 00000000000..4b2b8ed9427 --- /dev/null +++ b/doc/ceph-volume/drive-group.rst @@ -0,0 +1,12 @@ +.. _ceph-volume-drive-group: + +``drive-group`` +=============== +The drive-group subcommand allows for passing :ref:'drivegroups' specifications +straight to ceph-volume as json. ceph-volume will then attempt to deploy this +drive groups via the batch subcommand. + +The specification can be passed via a file, string argument or on stdin. +See the subcommand help for further details:: + + # ceph-volume drive-group --help diff --git a/doc/ceph-volume/index.rst b/doc/ceph-volume/index.rst index 36ce9cc8910..a9c18abb722 100644 --- a/doc/ceph-volume/index.rst +++ b/doc/ceph-volume/index.rst @@ -65,6 +65,7 @@ and ``ceph-disk`` is fully disabled. Encryption is fully supported. intro systemd inventory + drive-group lvm/index lvm/activate lvm/batch |