Added 'preset current configuration' with New Config utility [8]

This commit is contained in:
bergware
2016-06-27 21:34:31 +02:00
parent dd18173e3f
commit 5434d7db8a
+6
View File
@@ -53,8 +53,11 @@ effect of making it ***impossible*** to rebuild an existing failed drive - you h
<select name="preset" class="preset" <?=$disabled?>>
<?=mk_option(1,'Parity|Data|Cache','All')?>
<?=mk_option(1,'Parity','Parity only')?>
<?=mk_option(1,'Data','Data only')?>
<?=mk_option(1,'Cache','Cache only')?>
<?=mk_option(1,'Parity|Data','Parity + Data')?>
<?=mk_option(1,'Parity|Cache','Parity + Cache')?>
<?=mk_option(1,'Data|Cache','Data + Cache')?>
<?=mk_option(1,'','None')?>
</select>
<br>
@@ -70,6 +73,9 @@ effect of making it ***impossible*** to rebuild an existing failed drive - you h
> + **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
> + **Data only** - only data disk(s) are populated, parity and cache disks will be unassigned
> + **Cache only** - only cache disk(s) are populated, parity and data 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
> + **Data + Cache** - data and cache disks are populated, parity disks will be unassigned
> + **None** - parity, data and cache disks will all be unassigned