invoke-rc.d is debian specific. run "service ceph reload" if invoke-rc.d fails. diff --git a/debian/ceph.logrotate b/debian/ceph.logrotate index 851d57f..baea2e9 100644 --- a/debian/ceph.logrotate +++ b/debian/ceph.logrotate @@ -4,6 +4,6 @@ compress sharedscripts postrotate - invoke-rc.d ceph reload + invoke-rc.d ceph reload || service ceph reload endscript } -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html