]> 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>
Wed, 26 Sep 2018 21:38:36 +0000 (21:38 +0000)
commit0bb13cff08b0985d9101652a7543ae3b9f0e20f1
treefdd2d9b929ad02738bc321d7ae54f4aa6fed4e7c
parentd701c192e00ede7e2889b513576a4498b4f6b311
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