[pve-devel] [v2 manager 21/27] add task description for cephcreatepool
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Aug 29 13:04:43 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
new in v2
note: cephdestroypool already had one, but was never run as task either?
www/manager6/Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 0b850977..fecf9aff 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -612,6 +612,7 @@ Ext.define('PVE.Utils', { utilities: {
cephdestroymon: ['Ceph Monitor', gettext('Destroy') ],
cephcreateosd: ['Ceph OSD', gettext('Create') ],
cephdestroyosd: ['Ceph OSD', gettext('Destroy') ],
+ cephcreatepool: ['Ceph Pool', gettext('Create') ],
cephdestroypool: ['Ceph Pool', gettext('Destroy') ],
imgcopy: ['', gettext('Copy data') ],
imgdel: ['', gettext('Erase data') ],
--
2.11.0
More information about the pve-devel
mailing list