VCP-VMC 2024 Question 208
Single answerA VMware administrator is troubleshooting a performance issue in a vSphere environment where virtual machines are experiencing high latency on a VMFS datastore. Upon inspection, the administrator finds the datastore has multiple hosts connected, and the latency issue occurs during peak workloads. What is the most likely cause of the problem?
- A
The VMFS datastore is experiencing SCSI reservation conflicts.
- B
The datastore is running out of free space.
- C
The storage array is configured with insufficient IOPS to handle the workload.
- D
The vSphere hosts are configured with an incorrect multipathing policy.
Show answer and explanation
Correct answer: A
Explanation
The high latency during peak workloads on a VMFS datastore with multiple hosts connected is most likely caused by SCSI reservation conflicts. This issue occurs when multiple hosts attempt to access and lock metadata on the shared datastore simultaneously. SCSI reservation conflicts are specific to VMFS datastores and can result in degraded performance during high I/O operations. The other options either describe unrelated issues or are less likely to directly cause the observed behavior.
- A. Correct.
SCSI reservation conflicts can occur in VMFS datastores when multiple hosts attempt to access metadata simultaneously, especially during high workloads. These conflicts can result in latency issues and degraded performance.
- B. Incorrect.
While running out of free space can impact performance, it is less likely to directly cause high latency during peak workloads. Additionally, this issue would typically be accompanied by warnings about low datastore space.
- C. Incorrect.
Insufficient IOPS on the storage array would cause general performance issues, but it is not specific to VMFS datastore latency caused by high workloads and multiple host access.
- D. Incorrect.
An incorrect multipathing policy can result in suboptimal performance, but it does not specifically explain high latency during peak workloads on a shared VMFS datastore.