Hello,
For reasons unknown one of my hosts is trying to mount an old storage point that’s been
removed some time ago.
/var/log/vdsm/vdsm.log:2020-06-24 19:57:35,958-0300 INFO (tmap-65016/0) [IOProcessClient]
(/192.168.10.6:_mnt_pool0_ovirt_he) Starting client (__init__:308)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:35,968-0300 INFO (ioprocess/12115) [IOProcess]
(/192.168.10.6:_mnt_pool0_ovirt_he) Starting ioprocess (__init__:434)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:42,167-0300 INFO (jsonrpc/6) [vdsm.api] START
connectStorageServer(domType=1, spUUID=u'00000000-0000-0000-0000-000000000000',
conList=[{u'protocol_version': u'auto', u'connection':
u'192.168.10.6:/mnt/pool0/ovirt/he', u'user': u'kvm',
u'id': u'e29cf818-5ee5-46e1-85c1-8aeefa33e95d'}], options=None)
from=::1,59090, task_id=5ea81925-ec92-4031-aa36-bb6f436321d5 (api:48)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:42,169-0300 INFO (jsonrpc/6)
[storage.StorageServer.MountConnection] Creating directory
u'/rhev/data-center/mnt/192.168.10.6:_mnt_pool0_ovirt_he' (storageServer:168)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:42,169-0300 INFO (jsonrpc/6) [storage.fileUtils]
Creating directory: /rhev/data-center/mnt/192.168.10.6:_mnt_pool0ovirt_he mode: None
(fileUtils:199)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:42,169-0300 INFO (jsonrpc/6) [storage.Mount]
mounting 192.168.10.6:/mnt/pool0/ovirt/he at
/rhev/data-center/mnt/192.168.10.6:_mnt_pool0_ovirt_he (mount:204)
/var/log/vdsm/vdsm.log:MountError: (32, ';mount.nfs: mounting
192.168.10.6:/mnt/pool0/ovirt/he failed, reason given by server: No such file or
directory\n')
/var/log/vdsm/vdsm.log:2020-06-24 19:57:43,683-0300 INFO (jsonrpc/5) [vdsm.api] START
connectStorageServer(domType=1, spUUID=u'00000000-0000-0000-0000-000000000000',
conList=[{u'protocol_version': u'auto', u'connection':
u'192.168.10.6:/mnt/pool0/ovirt/he', u'user': u'kvm',
u'id': u'e29cf818-5ee5-46e1-85c1-8aeefa33e95d'}], options=None)
from=::1,59094, task_id=9ce61858-dea1-4059-b942-a52c8c82afdc (api:48)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:43,685-0300 INFO (jsonrpc/5)
[storage.StorageServer.MountConnection] Creating directory
u'/rhev/data-center/mnt/192.168.10.6:_mnt_pool0_ovirt_he' (storageServer:168)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:43,685-0300 INFO (jsonrpc/5) [storage.fileUtils]
Creating directory: /rhev/data-center/mnt/192.168.10.6:_mnt_pool0ovirt_he mode: None
(fileUtils:199)
/var/log/vdsm/vdsm.log:2020-06-24 19:57:43,685-0300 INFO (jsonrpc/5) [storage.Mount]
mounting 192.168.10.6:/mnt/pool0/ovirt/he at
/rhev/data-center/mnt/192.168.10.6:_mnt_pool0_ovirt_he (mount:204)
/var/log/vdsm/vdsm.log:MountError: (32, ';mount.nfs: mounting
192.168.10.6:/mnt/pool0/ovirt/he failed, reason given by server: No such file or
directory\n’)
This only happens in one host and it’s spamming /var/log/vdsm/vdsm.log.
Any ideia on how to debug this and remove the entry?
Thanks,