]> git.apps.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 12:49:21 +0000 (12:49 +0000)
commit2ab9ffafdd4a032bde9a06abb4cd3f5e3fadc536
tree1963b2c517cf363723f3e61211032dd2035e8a0f
parent2585d0c2ad0b07ebbc15fc7ea1c8410cc561ce53
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>
(cherry picked from commit 806461ac6edd6aada39173df9d9163239fd82555)
roles/ceph-defaults/templates/restart_osd_daemon.sh.j2