]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
fixes ceph_stable_release logic mentioned in issue #446
authorEric Cook <ecook@nexcess.net>
Fri, 4 Dec 2015 22:36:24 +0000 (17:36 -0500)
committerEric Cook <ecook@nexcess.net>
Fri, 4 Dec 2015 22:36:24 +0000 (17:36 -0500)
commitab884c7cb27fede5af0ab1201650b679e4573476
treeb78fb44fb4bf41e7a56629cb1d8715e421d7ec66
parent8d14048bacd87b05de5331606bf2aac931edf177
fixes ceph_stable_release logic mentioned in issue #446

I changed the argument used for starting the mds server. (pre
infernalis)
```
service ceph start mds
```
errors, while
```
service ceph start mds.$hostname
```
correctly starts the service.

I changed the mds directory ownership from ceph:cephh to root:root
again, for pre-infernalis.

And finally, add the ceph_stable_releases checks for the upstart
activation task `for or after infernalis release'.
roles/ceph-mds/tasks/pre_requisite.yml
roles/ceph-mon/tasks/deploy_monitors.yml
roles/ceph-mon/tasks/start_monitor.yml
roles/ceph-osd/tasks/pre_requisite.yml
roles/ceph-restapi/tasks/pre_requisite.yml
roles/ceph-rgw/tasks/pre_requisite.yml