-
|
After removing a Shared File System (SFS) in CloudStack, the associated backend VM instances and volumes were not removed. The Shared File System entry itself has been deleted, but the related VMs and volumes remain in the database. These orphan resources cannot be removed through the CloudStack UI or API Please advise the recommended safe cleanup procedure, via Database |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
You say , "the associated backend VM instances and volumes were not removed” , but then , "but the related VMs and volumes remain in the database” , which makes me wonder if the actual files remain on disk. Can you check? |
Beta Was this translation helpful? Give feedback.
-
|
@joan-911 you have to select the |
Beta Was this translation helpful? Give feedback.


You can mark the VM and the volume as 'Destroyed' in the database. Storage cleanup thread will expunge those when it runs.
Another option is that you set the
user_vm_typein theuser_vmtable as null and then expunge the instance.Any idea how this particular VM got into this state?