2V0-622 · Question #449
An administrator is trying to add a new virtual disk of 3TB to a virtual machine on a recently upgraded ESXi 6.x host, but receives this error: The disk capacity entered was not a properly formed numb
The correct answer is B. Change the VMFS datastore block size to 8MB.. VMFS3 datastores have a maximum virtual disk file size that depends on the configured block size; the default block size is too small to support a 3TB virtual disk.
Question
An administrator is trying to add a new virtual disk of 3TB to a virtual machine on a recently upgraded ESXi 6.x host, but receives this error:
The disk capacity entered was not a properly formed number or was out of range. It has been replaced with the nearest acceptable value. How can the new virtual disk be added to the virtual machine?
Options
- AUpgrade the VMFS datastore.
- BChange the VMFS datastore block size to 8MB.
- CMove the virtual machine to a datastore with free space.
- DUse vmkfstools to upgrade to VMFS6.
How the community answered
(39 responses)- A3% (1)
- B85% (33)
- C8% (3)
- D5% (2)
Why each option
VMFS3 datastores have a maximum virtual disk file size that depends on the configured block size; the default block size is too small to support a 3TB virtual disk.
Upgrading the VMFS datastore version alone does not modify the block size setting that controls the maximum virtual disk file size.
VMFS3 datastores use block size to determine the maximum supported virtual disk file size - an 8MB block size supports virtual disks up to 2TB, which is required to accommodate the requested 3TB disk. Without changing the block size, the datastore cannot accept the large virtual disk creation request, resulting in the 'out of range' error.
Moving the virtual machine to a datastore with more free space does not address the block size limitation that causes the capacity validation error.
vmkfstools is a CLI utility for virtual disk management tasks; upgrading a datastore to VMFS6 is done through vCenter or esxcli, not vmkfstools.
Concept tested: VMFS3 block size and maximum virtual disk size
Source: https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.storage.doc/GUID-B9B84D80-35AF-4AE8-ADF5-B9BDCA48B697.html
Topics
Community Discussion
No community discussion yet for this question.