Can't create second virtual disk for a VM using XOA
-
I got the error:
SR_BACKEND_FAILURE_47(, The SR is not available [opterr=[Errno 116] Stale file handle: '/var/run/sr-mount/5a031a17-96c8-4e11-062b-246035067500'], )
when i'm trying to create a second virtual disk for a VM.
There is no issue with one disk. -
@Bambos Looks like a SR problem on the host. Do you have it NFS mounted? Stale file handle normally means something happened to the network mount (network issue, file server issue, permissions issue, etc).
You can login to the XCP host, check 'df' and 'dmesg' to look for problems and try to remount the file system or reboot the host and see if it comes back.
-
@Andrew thank you , it's NFS mount yes.
i perform forget and remount and now is ok, most probably i chose older storage from another host, the menu to select storage for VM showing everything associated with the pool and sometimes this is confusing.Thanks for your comment.