diff --git a/plugins/dynamix/NewConfig.page b/plugins/dynamix/NewConfig.page index c8b71df24..78fc25a3d 100644 --- a/plugins/dynamix/NewConfig.page +++ b/plugins/dynamix/NewConfig.page @@ -14,11 +14,12 @@ Title="New Config" */ ?> -$super = file_exists('/boot/config/super.dat'); -$disabled = $var['fsState']=="Started" || !$super ? 'disabled' : ''; +$superdat = file_exists('/boot/config/super.dat'); +$disabled = $var['fsState']=="Started" || !$superdat ? 'disabled' : ''; ?> @@ -35,30 +36,31 @@ unlink('/var/tmp/disks.ini'); ?> + 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. 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 slots **after** the array has been reset. By default all slots are populated. +Use the *'Preset current configuration'* selection to populate the desired disk slots **after** the array has been reset. By default all 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!