码迷,mamicode.com
首页 > 其他好文 > 详细

Convert the virtual disk to Eager Zeroed Thick

时间:2016-08-26 15:36:09      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:eager zeroed

Convert the virtual disk to Eager Zeroed Thick:

  • If the VMDK virtual disk is of type Thin, convert the disk to Eager Zeroed Thick using the vmkfstools --inflatedisk command.      
         
         For example:
         
         vmkfstools --inflatedisk /vmfs/volumes/DatastoreName/VMName/VMName.vmdk
         
         Note: The inflate command reports the percentage of completion.

  • If the VMDK virtual disk is of type Thick, convert the disk to Eager Zeroed Thick using the vmkfstools --eagerzero command.      
         
         For example:


          vmkfstools --eagerzero /vmfs/volumes/DatastoreName/VMName/VMName.vmdk
         
         Note: The eager zero command reports the percentage of completion.



Enabling clustering features for an existing virtual disk by converting in place (1035823)

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1035823

 

Convert the virtual disk to Eager Zeroed Thick

标签:eager zeroed

原文地址:http://549687.blog.51cto.com/539687/1842933

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!