Configure volume provisioning options
You can configure a volume for thin provisioning, thick provisioning, or semi-thick provisioning, depending on your space requirements.
Setting the -space-slo option to thick ensures the following:
- 
The entire volume is preallocated in the aggregate. You cannot use the
volume createorvolume modifycommand to configure the volume's-space-guaranteeoption. - 
100% of the space required for overwrites is reserved. You cannot use the
volume modifycommand to configure the volume's-fractional-reserveoption 
Setting the -space-slo option to semi-thick ensures the following:
- 
The entire volume is preallocated in the aggregate. You cannot use the
volume createorvolume modifycommand to configure the volume's-space-guaranteeoption. - 
No space is reserved for overwrites. You can use the
volume modifycommand to configure the volume's-fractional-reserveoption. - 
Automatic deletion of snapshots is enabled.
 
- 
Configure volume provisioning options:
volume create -vserver vserver_name -volume volume_name -aggregate aggregate_name -space-slo none|thick|semi-thick -space-guarantee none|volumeThe
-space-guaranteeoption defaults tononefor AFF systems and for non-AFF DP volumes. Otherwise, it defaults tovolume. For existing FlexVol volumes, use thevolume modifycommand to configure provisioning options.The following command configures vol1 on SVM vs1 for thin provisioning:
cluster1::> volume create –vserver vs1 -volume vol1 -space-guarantee none
The following command configures vol1 on SVM vs1 for thick provisioning:
cluster1::> volume create –vserver vs1 -volume vol1 -space-slo thick
The following command configures vol1 on SVM vs1 for semi-thick provisioning:
cluster1::> volume create –vserver vs1 -volume vol1 -space-slo semi-thick