X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/d29a26927189df088c6da96f5777ab2f316beccc..c08a9e590d1ca6fd5d3539f1a50832dc3a1a60ef:/gui/js/omv/module/admin/storage/zfs/Overview.js diff --git a/gui/js/omv/module/admin/storage/zfs/Overview.js b/gui/js/omv/module/admin/storage/zfs/Overview.js index 4acc897..7341205 100644 --- a/gui/js/omv/module/admin/storage/zfs/Overview.js +++ b/gui/js/omv/module/admin/storage/zfs/Overview.js @@ -177,6 +177,14 @@ Ext.define("OMV.module.admin.storage.zfs.AddPool", { ptype: "fieldinfo", text: _("Optional mountpoint for the pool. Default is to use pool name.") }] + },{ + xtype: "checkbox", + name: "diskpath", + fieldLabel: _("Disk-by-path"), + plugins: [{ + ptype: "fieldinfo", + text: _("Use /dev/disk/by-path when creating the pool. Recommended.") + }] },{ xtype: "checkbox", name: "force", @@ -527,6 +535,14 @@ Ext.define("OMV.module.admin.storage.zfs.ExpandPool", { flex: 1 }] } + },{ + xtype: "checkbox", + name: "diskpath", + fieldLabel: _("Disk-by-path"), + plugins: [{ + ptype: "fieldinfo", + text: _("Use /dev/disk/by-path when creating the vdev. Recommended.") + }] },{ xtype: "checkbox", name: "force",