2V0-622 · Question #250
Which is the block size on the VMFS6 datastore?
The correct answer is D. Small file blocks are 1MB, large fileblocks are 512MB. VMFS6 uses different block sizes for small and large files, with 1MB allocated for small files and 512MB for large files.
Question
Which is the block size on the VMFS6 datastore?
Options
- AAll small and large file blocks are 8MB.
- BAll small and large file blocks are 1MB.
- CSmall file blocks are 512KB. large file blocks are 64MB.
- DSmall file blocks are 1MB, large fileblocks are 512MB.
How the community answered
(23 responses)- B4% (1)
- C9% (2)
- D87% (20)
Why each option
VMFS6 uses different block sizes for small and large files, with 1MB allocated for small files and 512MB for large files.
VMFS6 does not use 8MB as a uniform block size; 8MB was one of the configurable block size options available in the older VMFS3 file system.
VMFS6 does not use a single 1MB block size for all files regardless of size; large files use a larger 512MB block size.
VMFS6 does not use 512KB for small file blocks or 64MB for large file blocks; these values do not correspond to any documented VMFS6 specification.
VMFS6 distinguishes between small and large file block allocation, using 1MB blocks for small files such as configuration and metadata files. Large files, particularly large VMDK virtual disk files, use 512MB blocks to reduce the overhead of managing large numbers of small block allocations and improve performance at scale.
Concept tested: VMFS6 block size for small and large files
Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.storage.doc/GUID-B57B4A83-C4E1-4A6C-B2D1-E24AB4168F52.html
Topics
Community Discussion
No community discussion yet for this question.