]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
restart_osd_daemon.sh.j2 - use `+` rather than `{1,}` in regex
authorMatthew Vernon <mv3@sanger.ac.uk>
Wed, 19 Sep 2018 13:25:15 +0000 (14:25 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Mon, 24 Sep 2018 10:33:46 +0000 (10:33 +0000)
commit806461ac6edd6aada39173df9d9163239fd82555
treea9c9d3eb9aeda9fb091e75574e6d265156c96f53
parent04f4991648568e079f19f8e531a11a5fddd45c87
restart_osd_daemon.sh.j2 - use `+` rather than `{1,}` in regex

`+` is more idiomatic for "one or more" in a regex than `{1,}`; the
latter was introduced in a previous fix for an incorrect `{1,2}`
restriction.

Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>
roles/ceph-defaults/templates/restart_osd_daemon.sh.j2