VCP550 · Question #51
A vSphere administrator needs to upgrade a single extent VMFS3 datastore to VMFS5 and expand it to 4TB in size. The storage administrator has already expanded the underlying LUN to 4TB. Which steps sh
The correct answer is C. Upgrade the datastore to VMFS5 and then expand it to 4TB. When expanding a VMFS3 datastore beyond 2TB, the correct procedure is to upgrade the filesystem to VMFS5 first, then expand - attempting to expand VMFS3 itself to 4TB is not possible due to MBR partition limits.
Question
A vSphere administrator needs to upgrade a single extent VMFS3 datastore to VMFS5 and expand it to 4TB in size. The storage administrator has already expanded the underlying LUN to 4TB. Which steps should the vSphere administrator take?
Options
- AExpand the VMFS3 datastore to 4TB and then upgrade to VMFS5
- BUpgrade the datastore to VMFS5, manually change the partition scheme to GPT, and then expand
- CUpgrade the datastore to VMFS5 and then expand it to 4TB
- DChange the block size of the VMFS3 datastore to 1MB, upgrade the datastore to VMFS5, and expand
How the community answered
(39 responses)- A5% (2)
- B15% (6)
- C72% (28)
- D8% (3)
Why each option
When expanding a VMFS3 datastore beyond 2TB, the correct procedure is to upgrade the filesystem to VMFS5 first, then expand - attempting to expand VMFS3 itself to 4TB is not possible due to MBR partition limits.
VMFS3 is constrained by MBR partitioning to a maximum of 2TB; it cannot be expanded to 4TB before the filesystem is upgraded to VMFS5.
Manually changing the partition scheme to GPT as a separate intermediate step is not part of VMware's documented in-place upgrade procedure; the expansion is performed after the VMFS5 upgrade without a manual partition-scheme change step.
VMFS3 uses an MBR partition scheme that caps volumes at 2TB. Upgrading in-place to VMFS5 is required first because VMFS5 supports the larger GPT-based addressing needed for volumes exceeding 2TB. Once the datastore is VMFS5, vSphere can then expand it to consume the full 4TB of the already-enlarged LUN.
Changing the VMFS3 block size is not a prerequisite for upgrading to VMFS5; VMFS5 standardizes on a 1MB sub-block size automatically and does not require a manual block-size adjustment beforehand.
Concept tested: VMFS3 to VMFS5 upgrade sequence for datastores larger than 2TB
Source: https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.storage.doc/GUID-60B24B10-31A7-4D97-BEA0-95B9F3E2D18A.html
Topics
Community Discussion
No community discussion yet for this question.