vSphere 5.x VAAI 空间回收命令

使用以下命令确定VMFS的Datastore是否支持空间回收

# esxcli storage core device vaai status get -d naa

Example output:

naa.60a98000572d54724a346a6170627a52
VAAI Plugin Name: HUAWEI
ATS Status: supported
Clone Status: supported
Zero Status: supported

Delete Status: supported //支持空间回收


可以使用-y进行百分比的空间回收:

# cd /vmfs/volumes/volume_name
# vmkfstools -y percentage_of_deleted_blocks_to_reclaim


例子

# cd /vmfs/volumes/Datastore1
# vmkfstools -y 60

回收Datastore1空闲空间的60%



你可能感兴趣的:(status,百分比,storage,vaai,空间回收)