]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: add drive-group subcommand 35728/head
authorJan Fajerski <jfajerski@suse.com>
Tue, 21 Apr 2020 13:47:42 +0000 (15:47 +0200)
committerJan Fajerski <jfajerski@suse.com>
Thu, 23 Jul 2020 10:10:58 +0000 (12:10 +0200)
commite5b585d15de8b07e0a179344d4187582a5c069f2
tree285343f587b4a87c30d3a1245f1069338091fa38
parent5cb0fa9acedf93b6fa7961b5e0b3a85ee2d00ab2
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
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