+cinder (2014.1-6) unstable; urgency=medium
+
+ * Switched from restarting daemons to copytruncate in logrotate.
+
+ -- Thomas Goirand <zigo@debian.org> Thu, 29 May 2014 14:01:00 +0800
+
cinder (2014.1-5) unstable; urgency=medium
* Disable https for the default keystone conf, as this makes our CI fail.
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service cinder-api restart >/dev/null 2>&1 || true
- else
- invoke-rc.d cinder-api restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service cinder-backup restart >/dev/null 2>&1 || true
- else
- invoke-rc.d cinder-backup restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service cinder-scheduler restart >/dev/null 2>&1 || true
- else
- invoke-rc.d cinder-scheduler restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service cinder-volume restart >/dev/null 2>&1 || true
- else
- invoke-rc.d cinder-volume restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}