]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mds: precisely define cephfs pool 2036/head
authorSébastien Han <seb@redhat.com>
Thu, 12 Oct 2017 12:55:53 +0000 (14:55 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 12 Oct 2017 13:56:04 +0000 (15:56 +0200)
commitb49f9bda21d73fbe4cb11e505d2cdc06e056f04f
tree586fc5903a85a6253f72cd2a8b3b5648274f6cbf
parent002b0341d0cd17263d42b82309e876dc2d382b0b
mds: precisely define cephfs pool

We now have a variable called ceph_pools that is mandatory when
deploying a MDS.
It's a dictionnary that contains a pool name and a PG count. PG count is
mandatory and must be set, the playbook will fail otherwise.

Closes: https://github.com/ceph/ceph-ansible/issues/2017
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/mons.yml.sample
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/tasks/check_mandatory_vars.yml
roles/ceph-mon/tasks/create_mds_filesystems.yml
tests/functional/centos/7/cluster/group_vars/mons [new file with mode: 0644]
tests/functional/centos/7/docker/group_vars/mons [new file with mode: 0644]
tests/functional/ubuntu/16.04/cluster/group_vars/mons [new file with mode: 0644]