mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
logrotate: also sighup rbd-mirror
Signed-off-by: Mykola Golub <mgolub@suse.com>
This commit is contained in:
parent
9ddf111506
commit
86424fc3c8
@ -1205,7 +1205,7 @@ def install_base_units(fsid):
|
||||
compress
|
||||
sharedscripts
|
||||
postrotate
|
||||
killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw" || true
|
||||
killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw|rbd-mirror" || true
|
||||
endscript
|
||||
missingok
|
||||
notifempty
|
||||
|
@ -4,7 +4,7 @@
|
||||
compress
|
||||
sharedscripts
|
||||
postrotate
|
||||
killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw" || true
|
||||
killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw|rbd-mirror" || true
|
||||
endscript
|
||||
missingok
|
||||
notifempty
|
||||
|
Loading…
Reference in New Issue
Block a user