]> git.proxmox.com Git - pve-manager.git/commitdiff
pve-manager service : start after open-iscsi
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 27 Oct 2015 16:37:33 +0000 (17:37 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 28 Oct 2015 08:24:33 +0000 (09:24 +0100)
Currently,if we have vms on lvm on top of iscsi,

pve-manager service start them too early at host boot,
before open-iscsi daemon, and vm don't start.

Reported-by: Philippe Guy <ph.guy@decidem.fr>
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
bin/init.d/pve-manager.service

index 8918db944b630b4063b868255cd04ebe60805b06..1934198b20d09fda60b9c1c55ce91213001d9bd9 100644 (file)
@@ -3,6 +3,7 @@ Description=PVE VM Manager
 ConditionPathExists=/usr/bin/pvesh
 Wants=pveproxy.service
 After=pveproxy.service
+After=open-iscsi.service
 
 [Service]
 ExecStart=/etc/init.d/pve-manager start