From 7476784c0f1e4b3a9323ffaf15ee16633fdc69dc Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 14 Oct 2011 14:16:26 +0200 Subject: [PATCH] depend on open-iscsi We need to add the iscsi dependency to the init.d script. Else insserv tries to stops iscsi to early. --- control.in | 2 +- qemu.init.d | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/control.in b/control.in index 45ca559e..d9121271 100644 --- a/control.in +++ b/control.in @@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@ Section: admin Priority: optional Architecture: @@ARCH@@ -Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, libdigest-sha1-perl, pve-qemu-kvm (>= 0.11.1) | pve-qemu-kvm-2.6.18, netcat-traditional, libpve-storage-perl, pve-cluster, redhat-cluster-pve +Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, libdigest-sha1-perl, pve-qemu-kvm (>= 0.11.1) | pve-qemu-kvm-2.6.18, netcat-traditional, libpve-storage-perl, pve-cluster, redhat-cluster-pve, open-iscsi Conflicts: netcat-openbsd Maintainer: Proxmox Support Team Description: Qemu Server Tools diff --git a/qemu.init.d b/qemu.init.d index b54fdcfb..12d1959d 100644 --- a/qemu.init.d +++ b/qemu.init.d @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: qemu-server -# Required-Start: pve-cluster cman clvm $network $local_fs $remote_fs -# Required-Stop: pve-cluster cman clvm $network $local_fs $remote_fs +# Required-Start: iscsi pve-cluster cman clvm $network $local_fs $remote_fs +# Required-Stop: iscsi pve-cluster cman clvm $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start all qemu/kvm virtual machines