Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
SnapCenter Plugin for vSphere 4.1.1 no REST API"Cleanup"
2020-07-29
11:11 PM
3,553 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! See The Solution
1 ACCEPTED SOLUTION
SimsonChan has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please use the Datastore section there.
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can you try the rest API for datastore for the same:
DELETE /datastores/{backupId}/cleanup ==>Cleanup out of band deleted datastores of a backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There has no such cleanup under {backupId}. even tired to input "'cleanup" manually
SimsonChan has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please use the Datastore section there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seems worked! Many thanks. The record on SCPV released now.
Do you have any idea the "cleanup" why ain't located in the place official KB mentioned?
I believe it placed correctly on newer version.
