wsp-10323 Compatibility with old HyperV

This commit is contained in:
me 2015-03-14 20:19:22 +04:00
parent b15d7966da
commit 8ba7c51849

View file

@ -34,7 +34,7 @@ namespace WebsitePanel.Providers.Virtualization
{ {
public enum VirtualHardDiskFormat public enum VirtualHardDiskFormat
{ {
VHD = 1, VHD = 0,
VHDX = 2 VHDX = 1
} }
} }