2V0-622 · Question #139
Deletion of an NFS datastore generates the following error: Sysinfo error on operation returned the following status: Busy Which step can be performed that will allow the deletion to complete successf
The correct answer is A. Storage vMotion any virtual machines on the datastore to another location.. The 'Busy' error on NFS datastore deletion means virtual machines are actively using files on that datastore, and Storage vMotion is the correct way to clear that condition.
Question
Deletion of an NFS datastore generates the following error:
Sysinfo error on operation returned the following status: Busy Which step can be performed that will allow the deletion to complete successfully?
Options
- AStorage vMotion any virtual machines on the datastore to another location.
- BRemove the datastore from the Storage DRS cluster in which it resides.
- CVerify the value of the NFS.HeartbeatDelta is not set to 0.
- DSuspend any running virtual machines and unmount the NFS datstore.
How the community answered
(24 responses)- A83% (20)
- B4% (1)
- C8% (2)
- D4% (1)
Why each option
The 'Busy' error on NFS datastore deletion means virtual machines are actively using files on that datastore, and Storage vMotion is the correct way to clear that condition.
Storage vMotion live-migrates all virtual machine disk files and configuration from the NFS datastore to another location while the VMs remain running, eliminating all active file handles and allowing ESXi to unmount and delete the datastore without a busy conflict.
Removing the datastore from a Storage DRS cluster only changes cluster membership; it does not migrate any VM files or release the open file handles that are causing the busy state.
NFS.HeartbeatDelta controls how ESXi evaluates NFS connectivity heartbeats and has no effect on whether a datastore has open file handles from running VMs.
Suspending VMs pauses CPU and memory but leaves all VMDK and configuration files open on the datastore, so the busy condition remains and the deletion still fails.
Concept tested: Resolving NFS datastore busy error before deletion
Source: https://knowledge.broadcom.com/external/article/315363/sysinfo-error-on-operation-returned-the.html
Topics
Community Discussion
No community discussion yet for this question.