mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-03-09 08:58:25 +03:00
depend on open-iscsi
We need to add the iscsi dependency to the init.d script. Else insserv tries to stops iscsi to early.
This commit is contained in:
parent
66ab1d916c
commit
7476784c0f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user