]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Fix MDS creation for version >= 0.84 227/head
authorSébastien Han <sebastien.han@enovance.com>
Thu, 12 Mar 2015 03:50:38 +0000 (22:50 -0500)
committerSébastien Han <sebastien.han@enovance.com>
Thu, 12 Mar 2015 03:50:38 +0000 (22:50 -0500)
commit82c9abb72557b0a7f282e4939bfe06191431ae8f
treeee2ae5ddf3c7b667d69314b4556b81e8c9f51b27
parent039b1670014fe70cd4d17098754a4e46c2c9b74a
Fix MDS creation for version >= 0.84

The ceph fs new command was introduced in Ceph 0.84. Prior to this
release, no manual steps are required to create a filesystem, and pools
named data and metadata exist by default.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/tasks/create_mds_filesystems.yml [new file with mode: 0644]
roles/ceph-mon/tasks/deploy_monitors.yml
roles/ceph-mon/tasks/main.yml