]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Add maintenance playbook 66/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 25 Mar 2014 16:53:15 +0000 (17:53 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Wed, 9 Apr 2014 15:51:59 +0000 (17:51 +0200)
commit9a60f122efb66854786d2efb371faac8001a970d
treeadcab4a47ac3da83b2376191208ca9ccbc69ca54
parent6cadebd5c52c9e03a901149a6af921de6a27751c
Add maintenance playbook

This playbook was made to automate Ceph servers maintenance
Typical use case: hardware change
By running this playbook you will set the 'noout' flag on your
cluster, which means that OSD **can't** be marked as out
of the CRUSH map, but they will be marked as down.
Basically we tell the cluster to don't move any data since
the operation won't last for too long.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
hosts
maintenance.yml [new file with mode: 0644]