Reference Guide

Format
NAS-volumes edit space <Name> {options}
Arguments
Argument Description Format
<Name> NAS volume name Existing NAS volume name
Options
Option Description Format
-Size <Size> NAS volume size Floating point number with suffix
of units (MB, GB, or TB) (for
example, 100MB)
-SpaceProvisioning
<SpaceProvisioning>
Space provisioning type of the
NAS volume
Possible values are Thick, Thin
-ReservedSpace
<ReservedSpace>
Reserved space from the NAS
volume
Floating point number
-EnableUsedSpaceThreshold
<EnableUsedSpaceThreshold>
Indicate whether the used space
threshold is enabled
Possible values are Yes, No
-UsedSpaceThreshold
<UsedSpaceThreshold>
Used space threshold (percent
from the NAS volume size)
Zero-based, whole positive
number (0 to 100)
-EnableAvailableSpaceThreshold
<EnableAvailableSpaceThreshold
>
Indicate whether the unused
space threshold is enabled
Possible values are Yes, No
-AvailableSpaceThreshold
<AvailableSpaceThreshold>
Unused space threshold Floating point number with suffix
of units (for example, 100MB)
-
EnableSnapshotSpaceConsumpti
onThreshold
<EnableSnapshotSpaceConsump
tionThreshold>
Indicate whether the snapshot
space consumption threshold is
enabled
Possible values are Yes, No
-
SnapshotSpaceConsumptionThre
shold
<SnapshotSpaceConsumptionThr
eshold>
Snapshot space consumption
threshold (percent from the NAS
volume size)
Zero-based, whole positive
number (0 to 100)
Example
Change the size of a NAS volume named vol1 to 50 MB:
CLI> NAS-volumes edit space vol1 -Size 50MB
223