Create meaningful zfs subpool descriptions

This commit is contained in:
Tom Mortensen
2024-05-18 18:50:16 -07:00
parent 3301357979
commit f0d4c00389

View File

@@ -189,10 +189,10 @@ _(Slots)_:
<input type="hidden" name="poolName" value="">
_(Name)_:
: <select name="subpool">
<?=mk_option("","special",_("special - Special Allocation Class"))?>
<?=mk_option("","logs",_("logs - ZFS Intent Log"))?>
<?=mk_option("","special",_("special - Metadata storage"))?>
<?=mk_option("","logs",_("logs - Separate Intent Log (SLOG)"))?>
<?=mk_option("","dedup",_("dedup - Deduplication Tables"))?>
<?=mk_option("","cache",_("cache - Cache Devices"))?>
<?=mk_option("","cache",_("cache - L2ARC"))?>
<?=mk_option("","spares",_("spares - Hot Spares"))?>
</select>