2V0-621 · 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…
The correct answer is A. Storage vMotion any virtual machines on the datastore to another location. The 'Busy' error when deleting an NFS datastore means virtual machines are still registered or running on it; Storage vMotion relocates those VMs so the datastore can then be unmounted and deleted.
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
(44 responses)- A75% (33)
- B14% (6)
- C7% (3)
- D5% (2)
Why each option
The 'Busy' error when deleting an NFS datastore means virtual machines are still registered or running on it; Storage vMotion relocates those VMs so the datastore can then be unmounted and deleted.
The 'Busy' status indicates that one or more virtual machines have files (vmx, vmdk, etc.) residing on the NFS datastore. Storage vMotion live-migrates the VM storage to another datastore while the VM remains running, clearing the busy condition and allowing the deletion to proceed.
Removing the datastore from a Storage DRS cluster does not evacuate VM files from the datastore, so the underlying busy condition caused by active VM registrations remains.
NFS.HeartbeatDelta controls the tolerance window for NFS heartbeat monitoring and has no effect on whether a datastore is considered busy by active VM file handles.
Suspending VMs leaves their files on the NFS datastore and their registrations intact, so the datastore remains busy and cannot be deleted.
Concept tested: NFS datastore removal - evacuating VMs to clear busy state
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-storage/GUID-5E3C553D-2A5E-4A11-BFC1-D54A06AE5C47.html
Topics
Community Discussion
No community discussion yet for this question.