nerdexam
Broadcom-VMware

2V0-622D · Question #239

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.. The error is caused by the VMFS3 datastore's default 1MB block size being too small to accommodate large virtual disks; increasing the block size to 8MB raises the maximum supported virtual disk size.

Section 3 – Configure and Administer vSphere 6.5 Storage

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

(41 responses)
  • A
    7% (3)
  • B
    71% (29)
  • C
    17% (7)
  • D
    5% (2)

Why each option

The error is caused by the VMFS3 datastore's default 1MB block size being too small to accommodate large virtual disks; increasing the block size to 8MB raises the maximum supported virtual disk size.

AUpgrade the VMFS datastore.

Upgrading the VMFS datastore version (e.g., from VMFS3 to VMFS5) does not retroactively reconfigure the block size on the existing volume; the block size must be set explicitly before the large disk can be created.

BChange the VMFS datastore block size to 8MB.Correct

VMFS3 datastores use configurable block sizes (1MB, 2MB, 4MB, or 8MB), where the default 1MB block size limits the maximum virtual disk file to approximately 256GB. Changing the block size to 8MB increases the maximum supported virtual disk size to approximately 2TB, resolving the out-of-range error that appears when attempting to provision oversized disks on datastores with undersized block configurations.

CMove the virtual machine to a datastore with free space.

The error is not caused by insufficient free space but by a block size constraint, so moving the VM to a different datastore does not resolve it unless that datastore also has the correct block size.

DUse vmkfstools to upgrade to VMFS6.

vmkfstools is used for virtual disk management operations such as cloning and conversion, not for upgrading the VMFS datastore version, making this an incorrect remediation path.

Concept tested: VMFS3 block size configuration for large virtual disk support

Source: https://kb.vmware.com/s/article/1003565

Topics

#VMFS block size#large disk support#3TB virtual disk#storage troubleshooting

Community Discussion

No community discussion yet for this question.

Full 2V0-622D Practice