]> git.proxmox.com Git - pve-manager.git/commitdiff
GUI: use raw format for DRBD images
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Apr 2016 06:18:18 +0000 (08:18 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Apr 2016 06:23:32 +0000 (08:23 +0200)
www/manager/qemu/HDEdit.js
www/manager6/qemu/HDEdit.js

index b8ca4e5137b14d574703d5c0bb3a80218ed3de0f..fda68eb5e4f3a4d521cdbf418ef807a84197cac2 100644 (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' ||
index c80fbf39dceae825425ed1e67530b1374f14ac54..a360f23dac93b72c656664f0bba1a8326c59f252 100644 (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' ||