GUI: use raw format for DRBD images

This commit is contained in:
Dietmar Maurer 2016-04-15 08:18:18 +02:00
parent 827f88ab50
commit 6a0b8c26c9
2 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
me.hdsizesel.setVisible(false);
} else if (rec.data.type === 'lvm' ||
rec.data.type === 'lvmthin' ||
rec.data.type === 'drbd' ||
rec.data.type === 'rbd' ||
rec.data.type === 'sheepdog' ||
rec.data.type === 'zfs' ||

View File

@ -183,6 +183,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
me.hdsizesel.setVisible(false);
} else if (rec.data.type === 'lvm' ||
rec.data.type === 'lvmthin' ||
rec.data.type === 'drbd' ||
rec.data.type === 'rbd' ||
rec.data.type === 'sheepdog' ||
rec.data.type === 'zfs' ||