diff -Nru cinder-23.0.0/debian/changelog cinder-23.0.0/debian/changelog --- cinder-23.0.0/debian/changelog 2024-01-25 16:33:13.000000000 +0000 +++ cinder-23.0.0/debian/changelog 2024-02-16 17:09:46.000000000 +0000 @@ -1,3 +1,12 @@ +cinder (2:23.0.0-0ubuntu1.2) mantic; urgency=medium + + * Start cinder-volume.service after tgt.service started (LP: #1987663) + - d/cinder-volume.service.conf: drop-in with 'After=' and 'Wants=' + ('Wants=' is not generated by pkgos-gen-systemd-unit currently). + - d/cinder-volume.install: ship the systemd service drop-in file. + + -- Heather Lemon Fri, 16 Feb 2024 17:09:46 +0000 + cinder (2:23.0.0-0ubuntu1.1) mantic; urgency=medium [ Corey Bryant ] diff -Nru cinder-23.0.0/debian/cinder-volume.install cinder-23.0.0/debian/cinder-volume.install --- cinder-23.0.0/debian/cinder-volume.install 1970-01-01 00:00:00.000000000 +0000 +++ cinder-23.0.0/debian/cinder-volume.install 2024-02-16 17:09:27.000000000 +0000 @@ -0,0 +1 @@ +debian/cinder-volume.service.conf lib/systemd/system/cinder-volume.service.d diff -Nru cinder-23.0.0/debian/cinder-volume.service.conf cinder-23.0.0/debian/cinder-volume.service.conf --- cinder-23.0.0/debian/cinder-volume.service.conf 1970-01-01 00:00:00.000000000 +0000 +++ cinder-23.0.0/debian/cinder-volume.service.conf 2024-02-16 17:09:27.000000000 +0000 @@ -0,0 +1,4 @@ +[Unit] +# Start cinder-volume.service after tgt.service started (LP: #1987663) +After=tgt.service +Wants=tgt.service