mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-07 11:10:24 +00: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
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: @@ARCH@@
|
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
|
Conflicts: netcat-openbsd
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Description: Qemu Server Tools
|
Description: Qemu Server Tools
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: qemu-server
|
# Provides: qemu-server
|
||||||
# Required-Start: pve-cluster cman clvm $network $local_fs $remote_fs
|
# Required-Start: iscsi pve-cluster cman clvm $network $local_fs $remote_fs
|
||||||
# Required-Stop: 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-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: start all qemu/kvm virtual machines
|
# Short-Description: start all qemu/kvm virtual machines
|
||||||
|
Loading…
Reference in New Issue
Block a user