diff --git a/debian/changelog b/debian/changelog index 4d7afce7636db16df8ca15cc8b09f25ccc5dba05..2a85ac1daceeb2ebb2804d5b7a3f2fce6d9e3ee0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cinder (2:20.0.1-2) UNRELEASED; urgency=medium + + * d/cinder-volume.init.in: add tgt to Should-Start/Stop + (Closes: #1018084) (LP: #1987663) + + -- Mauricio Faria de Oliveira Thu, 25 Aug 2022 10:38:30 -0300 + cinder (2:20.0.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/cinder-volume.init.in b/debian/cinder-volume.init.in index d0354a896804a3a30f5e381f5e386b3ff494cee8..04e9aa62e141d2725abd6b811c87bfc7144f0ff4 100644 --- a/debian/cinder-volume.init.in +++ b/debian/cinder-volume.init.in @@ -3,8 +3,8 @@ # Provides: cinder-volume # Required-Start: $network $local_fs $remote_fs $syslog # Required-Stop: $remote_fs -# Should-Start: postgresql mysql keystone rabbitmq-server ntp -# Should-Stop: postgresql mysql keystone rabbitmq-server ntp +# Should-Start: postgresql mysql keystone rabbitmq-server ntp tgt +# Should-Stop: postgresql mysql keystone rabbitmq-server ntp tgt # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Cinder Volume