]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
fix grep match pattern for osd ids 1316/head
authorShengjing Zhu <zsj950618@gmail.com>
Mon, 20 Feb 2017 08:35:56 +0000 (16:35 +0800)
committerShengjing Zhu <zsj950618@gmail.com>
Mon, 20 Feb 2017 08:35:56 +0000 (16:35 +0800)
commit32923fd217cd92fd3541535ad8916f0ae261c9e8
tree30e5e49c0a5eb45866d2fc6905dfc44f1b7e6007
parent95bece97e54b0d5cd025eee24327d800939a8302
fix grep match pattern for osd ids

Some playbooks use [0-9]*, others use \d+$
The latter is more correct since cluster name may contain numbers.

Signed-off-by: Shengjing Zhu <zsj950618@gmail.com>
infrastructure-playbooks/purge-cluster.yml
roles/ceph-common/handlers/restart-osd.yml
roles/ceph-common/handlers/validate-osd.yml