On Thu, May 27, 2021 at 6:58 PM jb <
jonbae77@gmail.com> wrote:
>
> Hi Liran,
>
> here are the vdsm logs, from all 3 nodes.
>
Thanks!
The real error is:
2021-05-27 16:46:35,539+0200 ERROR (virt/487072f9) [storage.VolumeManifest] [Errno 116] Stale file handle (fileVolume:172)
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/vdsm/storage/fileVolume.py", line 170, in getMetadata
data = self.oop.readFile(metaPath, direct=True)
File "/usr/lib/python3.6/site-packages/vdsm/storage/outOfProcess.py", line 369, in readFile
return self._ioproc.readfile(path, direct=direct)
File "/usr/lib/python3.6/site-packages/ioprocess/__init__.py", line 574, in readfile
"direct": direct}, self.timeout)
File "/usr/lib/python3.6/site-packages/ioprocess/__init__.py", line 479, in _sendCommand
raise OSError(errcode, errstr)
OSError: [Errno 116] Stale file handle
2021-05-27 16:46:35,539+0200 INFO (virt/487072f9) [vdsm.api] FINISH prepareImage error=Error while processing volume meta data: ("('/rhev/data-center/mnt/glusterSD/onode1.example.org:_vmstore/3cf83851-1cc8-4f97-8960-08a60b9e25db/images/ad23c0db-1838-4f1f-811b-2b213d3a11cd/15259a3b-1065-4fb7-bc3c-04c5f4e14479',): [Errno 116] Stale file handle",) from=internal, task_id=67405e50-503c-4b44-822f-4a7cea33ab84 (api:52)
2021-05-27 16:46:35,539+0200 ERROR (virt/487072f9) [storage.TaskManager.Task] (Task='67405e50-503c-4b44-822f-4a7cea33ab84') Unexpected error (task:880)
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/vdsm/storage/fileVolume.py", line 170, in getMetadata
data = self.oop.readFile(metaPath, direct=True)
File "/usr/lib/python3.6/site-packages/vdsm/storage/outOfProcess.py", line 369, in readFile
return self._ioproc.readfile(path, direct=direct)
File "/usr/lib/python3.6/site-packages/ioprocess/__init__.py", line 574, in readfile
"direct": direct}, self.timeout)
File "/usr/lib/python3.6/site-packages/ioprocess/__init__.py", line 479, in _sendCommand
raise OSError(errcode, errstr)
OSError: [Errno 116] Stale file handle
- [Errno 116] Stale file handle
I can also see you are using glusterFS, maybe they have a bug (fast looking i saw
https://bugzilla.redhat.com/show_bug.cgi?id=1708121 which from my understanding result in the same error to the file).
Kotresh, can you provide some information if I am right? and how to workaround it? If not, to point on who can look into it?
Regards,
Liran.