]> git.proxmox.com Git - qemu-server.git/commitdiff
depend on open-iscsi
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Oct 2011 12:16:26 +0000 (14:16 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Oct 2011 12:16:26 +0000 (14:16 +0200)
We need to add the iscsi dependency to the init.d script. Else
insserv tries to stops iscsi to early.

control.in
qemu.init.d

index 45ca559ec688e53540cdef74a84987f7d5f8052f..d912127152017c3361905a18ac0d60b22d43985e 100644 (file)
@@ -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 <support@proxmox.com>
 Description: Qemu Server Tools
index b54fdcfb27faf30dc4b5a5ba97fc37d484f73ab9..12d1959d393a21418256f207b98df4579467297b 100644 (file)
@@ -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