Commit 1392869a authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

pve-manager service : start after open-iscsi

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: 's avatarPhilippe Guy <ph.guy@decidem.fr>
Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent 7517c9a3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment