]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
adds a ceph_volume module
authorAndrew Schoen <aschoen@redhat.com>
Fri, 1 Dec 2017 13:25:13 +0000 (07:25 -0600)
committerSébastien Han <seb@redhat.com>
Mon, 11 Dec 2017 15:58:06 +0000 (09:58 -0600)
commit61b4a1bedcf7259f4ee00af9297754e0edd7bf0c
treea06e5cc551b00c3af704aa389e4c20d6384b9c66
parenta9981b4131d66c7c284c2ae92bc06e5f64f71512
adds a ceph_volume module

This module uses ceph-volume to create OSDs. Currently
it only supports the 'lvm' subcommand and 'create'.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
library/ceph_volume.py [new file with mode: 0644]