]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ec_profile module
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 5 Nov 2020 13:52:47 +0000 (14:52 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 24 Nov 2020 09:38:28 +0000 (10:38 +0100)
commit497d27dcf1f1b45dc96991a16b8288d8af5c7322
tree906f558ccd7194277f405246f00ca05a90656df6
parentd7fd46842d5e723af86daac94ed83942344e659f
library: add ec_profile module

This commit adds a new module `ceph_ec_profile` to manage erasure code
profiles.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
library/ceph_ec_profile.py [new file with mode: 0644]
tests/library/ca_test_common.py [new file with mode: 0644]
tests/library/test_ceph_ec_profile.py [new file with mode: 0644]