You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running zfs rollback rpool/GENTOO/build-dir@install printed cannot rollback 'rpool/GENTOO/build-dir': dataset does not exist on my system. Subsequent invocations succeeded. I suspect that there is some sort of race (possibly a regression) and I am filing this to make a note of it.
By the way, my system was running a lightly patched HEAD at the time this happened. The largest changes are the write throttle and zpl_writepages patches, which should have no effect on this.
The text was updated successfully, but these errors were encountered:
The Illumos openzfs#3875 patch reverted a part of ZoL's 7b3e34b which added
special-case error handling for zfs_rezget(). The error handling dealt
with the case in which an all-ones object number ended up being passed
to dnode_hold() and causing an EINVAL to be returned from zfs_rezget().
Signed-off-by: Brian Behlendorf <[email protected]>
Closesopenzfs#1859Closesopenzfs#1861
Running
zfs rollback rpool/GENTOO/build-dir@install
printedcannot rollback 'rpool/GENTOO/build-dir': dataset does not exist
on my system. Subsequent invocations succeeded. I suspect that there is some sort of race (possibly a regression) and I am filing this to make a note of it.By the way, my system was running a lightly patched HEAD at the time this happened. The largest changes are the write throttle and zpl_writepages patches, which should have no effect on this.
The text was updated successfully, but these errors were encountered: