One of my client they removed a mounted cloned LUN on vCenter mistakenly. That LUN of-course created via SCPVS 4.1.1.
Now, the task still show on SCPvS and status is Mounted.
I tried to follow official KB attempt to clean this entry on SCPvS console. The KB as below.
===================================================
Cannot unmount a backup
Description
Although the backup is listed as mounted in the SnapCenter VMware vSphere web client GUI,
it is not listed in the unmount backup screen.
Workaround
Use the REST API "/backup/{backup-Id}/cleanup" to clean up the out-of-bound datastores.
===================================================
However, I cannot find parameter "cleanup" there. Only DELETE, GET, PUT options there. Is it "cleanup" missed? Or any privilege required for this?
Anyone have idea for this?