ceph-ansible/roles/ceph-defaults
Artur Fijalkowski 52d9d406b1 Fix in regular expression matching OSD ID on non-contenerized
deployment.
restart_osd_daemon.sh is used to discover and restart all OSDs on a
host. To do it the scripts loops the list of ceph-osd@ services in the
system. This commit fixes bug in the regular expression responsile for
extraction of OSDs - prior version uses `[0-9]{1,2}` expression
which is ignoring all OSDS which numbers are greater than 99 (thus
longer than 2 digits). Fix removed upper limit of digits in the number.
This problem existed in two places in the script.

Closes: #2964

Signed-off-by: Artur Fijalkowski <artur.fijalkowski@ing.com>
2018-08-06 15:53:49 +00:00
..
defaults nfs: change default stable branch for nfs-ganesha repo 2018-07-13 08:20:27 +00:00
handlers ceph-iscsi: support for containerize deployment 2018-06-08 10:21:54 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks ceph-iscsi: support for containerize deployment 2018-06-08 10:21:54 +02:00
templates Fix in regular expression matching OSD ID on non-contenerized 2018-08-06 15:53:49 +00:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-defaults

Documentation is available at http://docs.ceph.com/ceph-ansible/.