#834430 ganeti-2.12: vif-ganeti script uses xm toolstack, while jessie defaults to xl

#834430#5
Date:
2016-08-15 15:52:54 UTC
From:
To:
With the upgrade from wheezy to jessie, the default Xen toolstack switched from
xm to xl. However, /etc/xen/scripts/vif-ganeti still uses xm in line 46. Thus
is is impossible to start or move any VMs.

In our environment it was save to s/xm/xl/ in said file.