vmkfstools change disk format or extend share disk

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vmkfstools change disk format or extend share disk相关的知识,希望对你有一定的参考价值。

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

通过就地转换为现有虚拟磁盘启用群集功能 (2062869)请添加链接描述

Attempts to extend the size of an EagerZeroedThick VMDK from the vSphere Client might result in a LazyZeroedThick VMDK (2054563)请添加链接描述

How to change VMDK disk format from Thin and Thick Provision Lazy Zeroed to Thick Provision Eager Zeroed

方法一Use Storage vMotion to change the disk format

方法二将虚拟磁盘转换为厚置备置零磁盘:

a) 如果 VMDK 虚拟磁盘的类型为精简置备,请使用 vmkfstools --inflatedisk 命令将此磁盘转换为厚置备置零。

例如:

vmkfstools --inflatedisk /vmfs/volumes/DatastoreName/VMName/VMName.vmdk

注意:inflate 命令会报告完成的百分比。

b) 如果 VMDK 虚拟磁盘的类型为厚置备,请使用 vmkfstools --eagerzero 命令将此磁盘转换为厚置备置零。

例如:

vmkfstools --eagerzero /vmfs/volumes/DatastoreName/VMName/VMName.vmdk

注意:eager zero 命令会报告完成的百分比。

Powering on the virtual machine fails with the error: Thin/TBZ disks cannot be opened in multiwriter mode (1033570)请添加链接描述

https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2040969请添加链接描述

How to extend Share disks size

If you need to extend the VMDK and want the VMDK to be EagerZeroedThick, run this command:
For example, to extend the size of the virtual disk to 60 GB:

#vmkfstools -X 60G -d eagerzeroedthick /vmfs/volumes/Datastore_name/virtual_Machine_folder/virtualmachinedisk.vmdk

Notes:
In the preceding vmkfstools -X example, 60 GB is the size that you want the disk file to be, is not the size by which you want to extend the disk file.

If you extend the disk by using UI, you have no control over all the options to extend the disk. As a result, the EagerZeroedThick VMDK automatically becomes LazyZeroedThick.

以上是关于vmkfstools change disk format or extend share disk的主要内容,如果未能解决你的问题,请参考以下文章

Warning: Unit file of mysql.service changed on disk, 'systemctl daemon-reload' recommended.(

RMAN-20208: UNTIL CHANGE is before RESETLOGS change

报错集锦:开启docker报错Warning: docker.service changed on disk. Run ‘systemctl daemon-reload‘ to reload unit

报错集锦:开启docker报错Warning: docker.service changed on disk. Run ‘systemctl daemon-reload‘ to reload unit

U盘安装Ubuntu15.04 出现boot failed: please change disks and press a key to continue

排错集锦3:nginx重启Warning: nginx.service changed on disk. Run ‘systemctl daemon-reload‘ to reload units