vmware-archive / vsphere-flocker-driver

vSphere Flocker driver
Other
24 stars 16 forks source link

ERROR - List volumes failed with error: (vim.fault.FileNotFound) #8

Closed jm66 closed 8 years ago

jm66 commented 8 years ago

HI, I manually deleted a few disks generated by the vsphere-flocker-driver but before I deleted the datasets via the Flocker API (DELETE /v1/configuration/datasets/<id>), Docker commands (docker volume rm <name>) and right after re-scanned disks (rescan-scsi-bus -r) but somehow the driver in a loop and throwing the following error:

2016-01-28 13:34:55,304 - ERROR - List volumes failed with error: (vim.fault.FileNotFound) {
   dynamicType = <unset>,
   dynamicProperty = (vmodl.DynamicProperty) [],
   msg = 'File [DS-NFS] FLOCKER/ was not found',
   faultCause = <unset>,
   faultMessage = (vmodl.LocalizableMessage) [],
   file = '[DS-NFS] FLOCKER/'
}
2016-01-28 13:34:55,409 - DEBUG - starting list volumes

Am I missing something? Thanks in advance.

jm66 commented 8 years ago

Oh well, that was dump. Sorry. When I used edit settings in the VM and deleted all three disks, vSphere somehow also deleted the folder. (facepalm)