A company has a cluster with DRS set to Fully Automated. A VM named VM1 has a reservation of 4 GHz and a limit of 8 GHz on a host with 10 GHz available. The VM is running a batch job that requires as much CPU as possible. The administrator notices that the VM's CPU usage never exceeds 4 GHz. What is the most likely reason?
Trap 1: The CPU reservation is preventing the VM from using more than the…
Incorrect: Reservation guarantees a minimum, not a maximum.
Trap 2: The CPU shares are too low, causing the VM to be starved.
Incorrect: Shares determine priority, not a hard cap.
Trap 3: DRS is not migrating the VM to a host with more resources.
Incorrect: DRS migration would not cap CPU usage on the current host.
- A
The CPU reservation is preventing the VM from using more than the reserved amount.
Why wrong: Incorrect: Reservation guarantees a minimum, not a maximum.
- B
The CPU shares are too low, causing the VM to be starved.
Why wrong: Incorrect: Shares determine priority, not a hard cap.
- C
The VM has a CPU limit set to 4 GHz via a resource pool or VM override.
Correct: A limit caps the maximum CPU usage; the specified limit of 8 GHz may be overridden by a lower limit.
- D
DRS is not migrating the VM to a host with more resources.
Why wrong: Incorrect: DRS migration would not cap CPU usage on the current host.