vSphere 5.x VAAI 空间回收命令
时间:2021-10-22 15:18 来源:linux.it.net.cn 作者:IT
使用以下命令确定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%
(责任编辑:IT)
使用以下命令确定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% (责任编辑:IT) |