[pve-devel] [PATCH] Add krbd option to GUI on ceph storage

Wolfgang Link w.link at proxmox.com
Tue Sep 8 12:25:02 CEST 2015


---
 www/manager/storage/RBDEdit.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/manager/storage/RBDEdit.js b/www/manager/storage/RBDEdit.js
index 8f1abf2..d36c426 100644
--- a/www/manager/storage/RBDEdit.js
+++ b/www/manager/storage/RBDEdit.js
@@ -74,6 +74,12 @@ Ext.define('PVE.storage.RBDInputPanel', {
 		value: ['images', 'rootdir'],
 		multiSelect: true,
 		allowBlank: false
+	    },
+	    {
+		xtype: 'pvecheckbox',
+		name: 'krbd',
+		uncheckedValue: 0,
+		fieldLabel: gettext('KRBD')
 	    }
 	];
 
-- 
2.1.4





More information about the pve-devel mailing list