mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
f0a47578c7
When activating a device, ceph-disk trigger restarts the ceph-disk systemd service. Two consecutive udev add on the same device will restart the ceph-disk systemd service and the second one may kill the first one, leaving the device half activated. The ceph-disk systemd service is instructed to not kill an existing process when restarting. The second run waits (via flock) for the second one to complete before running so that they do not overlap. http://tracker.ceph.com/issues/13160 Fixes: #13160 Signed-off-by: Loic Dachary <ldachary@redhat.com> |
||
---|---|---|
.. | ||
ceph | ||
ceph-create-keys@.service | ||
ceph-disk@.service | ||
ceph-mds@.service | ||
ceph-mon@.service | ||
ceph-osd@.service | ||
ceph-radosgw-prestart.sh | ||
ceph-radosgw@.service | ||
ceph.target | ||
ceph.tmpfiles.d | ||
Makefile.am |