Page 1 of 1

zfs_vnop_pagein: dmu_read err 2

PostPosted: Thu Jun 16, 2016 12:27 am
by haer22
I see this error in my log. What does that mean? How can I find out which disk / chassi it correlates to?
zpool status does not show any errors

Code: Select all
Jun 16 09:55:23 ihecc kernel[0]: zfs_vnop_pagein: dmu_read err 2
Jun 16 09:55:23 ihecc kernel[0]: zfs_vnop_pagein: dmu_read err 2


On my client where I run TimeMachine I get this:
Code: Select all
Jun 16 09:55:23 titan com.apple.backupd[12952]: Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle writeData:]: Input/output error


So the problem with emu_read err seems to be propagated but zpool status does not complain about anything.

Re: zfs_vnop_pagein: dmu_read err 2

PostPosted: Thu Jun 16, 2016 3:14 pm
by lundman
One of the Apps is doing mmap read of a file (becomes pagein operation) which returns error 2 (ENOENT), so the read operation will fail, and it is up to the App to handle that error. It is not an error with the pool.

It could suggest a bug in pagein perhaps, more research would be required.