CV0-003 · Question #550
Due to a policy change, a few of a customer's application VMs have been migrated to synchronously replicated storage. The customer now reports that performance is lower. The systems administrator…
The correct answer is B. The application is not compatible with the new settings. When CPU and memory metrics show no saturation, degraded performance after a storage policy change indicates the application is not functioning correctly under the new storage behavior.
Question
Due to a policy change, a few of a customer's application VMs have been migrated to synchronously replicated storage. The customer now reports that performance is lower. The systems administrator checks the resource usage and discovers CPU utilization is at 60% and available memory is at 30%. Which of the following is the MOST likely cause?
Options
- AThere is not enough vCPU assigned
- BThe application is not compatible with the new settings
- CThe new configuration is adding latency
- DThe memory of the VM is underallocated
How the community answered
(51 responses)- A12% (6)
- B59% (30)
- C8% (4)
- D22% (11)
Why each option
When CPU and memory metrics show no saturation, degraded performance after a storage policy change indicates the application is not functioning correctly under the new storage behavior.
CPU utilization at 60% is well below saturation, so insufficient vCPU allocation cannot explain the observed performance degradation.
With CPU at 60% and 30% of memory still available, neither compute resource is saturated, which rules out hardware bottlenecks as the cause. Synchronous replication requires every write to be acknowledged by all replicas before the I/O is confirmed, and the application may not be designed to tolerate the resulting write-path overhead, making it functionally incompatible with the new storage configuration.
Although synchronous replication does inherently add I/O latency, the resource metrics show no saturation point that would make raw latency the primary root cause over application incompatibility.
With 30% memory still available the VM is not memory-constrained, so underallocation of memory is not driving the performance issue.
Concept tested: Synchronous storage replication impact on VM application performance
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-storage/GUID-7A0A2BA2-4CDB-4849-AC55-68B9C47A9B4A.html
Topics
Community Discussion
No community discussion yet for this question.