設定Volume資源配置選項
您可以設定磁碟區以進行精簡配置、完整配置或半密集配置。
設定 -space-slo
選項 thick
確保下列事項:
-
整個磁碟區會預先配置在Aggregate中。您無法使用
volume create
或volume modify
用於設定 Volume 的命令-space-guarantee
選項。 -
保留覆寫所需的空間100%。您無法使用
volume modify
用於設定 Volume 的命令-fractional-reserve
選項
設定 -space-slo
選項 semi-thick
確保下列事項:
-
整個磁碟區會預先配置在Aggregate中。您無法使用
volume create
或volume modify
用於設定 Volume 的命令-space-guarantee
選項。 -
不會保留空間進行覆寫。您可以使用
volume modify
用於設定 Volume 的命令-fractional-reserve
選項。 -
已啟用自動刪除Snapshot複本。
-
設定Volume資源配置選項:
volume create -vserver vserver_name -volume volume_name -aggregate aggregate_name -space-slo none|thick|semi-thick -space-guarantee none|volume
。
-space-guarantee
選項預設為none
適用於 AFF 系統和非 AFF DP 磁碟區。否則、預設為volume
。對於現有的 FlexVol 磁碟區、請使用volume modify
用於設定資源配置選項的命令。下列命令可在SVM VS1上設定vol1以進行精簡配置:
cluster1::> volume create –vserver vs1 -volume vol1 -space-guarantee none
下列命令可在SVM VS1上設定vol1以進行完整資源配置:
cluster1::> volume create –vserver vs1 -volume vol1 -space-slo thick
下列命令可在SVM VS1上設定vol1以進行半厚資源配置:
cluster1::> volume create –vserver vs1 -volume vol1 -space-slo semi-thick