]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: add drive-group subcommand
authorJan Fajerski <jfajerski@suse.com>
Tue, 21 Apr 2020 13:47:42 +0000 (15:47 +0200)
committerJan Fajerski <jfajerski@suse.com>
Tue, 11 Aug 2020 07:47:44 +0000 (09:47 +0200)
commit02902b1dc8ff4db8481629a9e0bcd18f41d146b6
tree4c50921dd15d522834e3ff86ba11e664732ea34e
parenta2c6ab9afe985d57521e70583acd97fccdfa8fb1
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
(cherry picked from commit e5b585d15de8b07e0a179344d4187582a5c069f2)
doc/ceph-volume/drive-group.rst [new file with mode: 0644]
doc/ceph-volume/index.rst
src/ceph-volume/ceph_volume/drive_group/__init__.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/drive_group/main.py [new file with mode: 0644]
src/ceph-volume/ceph_volume/inventory/main.py
src/ceph-volume/ceph_volume/main.py
src/ceph-volume/setup.py
src/python-common/.gitignore
src/python-common/ceph/deployment/drive_group.py
src/python-common/ceph/deployment/translate.py