]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
library: add ceph_fs module
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 30 Sep 2020 15:57:20 +0000 (11:57 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Oct 2020 12:59:49 +0000 (14:59 +0200)
commit4fc2d788b437f3c3b200d12cf57dde50682ebdcd
treeba79de586431b3882364b3592a99a314c9cd4673
parent968dd3830aa2fd1c7a5119c83b57384a88e2bee4
library: add ceph_fs module

This adds the ceph_fs ansible module for replacing the command module
usage with the ceph fs command.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit bd611a785b52eaad0b31d913dfc62b75aef157bc)
infrastructure-playbooks/rolling_update.yml
library/ceph_fs.py [new file with mode: 0644]
roles/ceph-mds/tasks/create_mds_filesystems.yml
tests/library/test_ceph_fs.py [new file with mode: 0644]