diff --git a/plugins/dynamix/NewConfig.page b/plugins/dynamix/NewConfig.page index b0d4a1948..93cd955fa 100644 --- a/plugins/dynamix/NewConfig.page +++ b/plugins/dynamix/NewConfig.page @@ -19,11 +19,23 @@ $disabled = $var['fsState']=="Started" || !$superdat ? 'disabled' : ''; ?> - +$(function() { + $('#s1').dropdownchecklist({emptyText:'None', width:131, firstItemChecksAll:true, explicitClose:'...close'}); + + $('#s1').dropdownchecklist('disable'); + +}); + This is a utility to reset the array disk configuration so that all disks appear as "New" disks, as if it were a fresh new server. @@ -43,33 +61,25 @@ if it were a fresh new server. This is useful when you have added or removed multiple drives and wish to rebuild parity based on the new configuration. -Use the *'Preset current configuration'* selection to populate the desired disk slots ***after*** the array has been reset. By default all disk slots currently present are populated. +Use the *'Preset current configuration'* selection to populate the desired disk slots ***after*** the array has been reset. By default **no** disk slots are populated. **DO NOT USE THIS UTILITY THINKING IT WILL REBUILD A FAILED DRIVE** - it will have the opposite effect of making it ***impossible*** to rebuild an existing failed drive - you have been warned! +
-
+ Preset current configuration: - + + + +
- + STOPPED' : 'Array has been RESET (please configure)'?> Yes I want to do this
- -> *Preset current configuration* - -> + **All** - parity, data and cache disks are populated with the current disk assignment **after** an array reset -> + **Parity only** - only parity disk(s) are populated, data and cache disks will be unassigned -> + **Parity + Data** - parity and data disks are populated, cache disks will be unassigned -> + **Parity + Cache** - parity and cache disks are populated, data disks will be unassigned -> + **None** - parity, data and cache disks will all be unassigned diff --git a/update.php b/update.php index 13824825e..04102b292 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@