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
When issuing zfs diff to compare snapshots, I am getting incorrect entries that appear to be generated by an unhandled condition in the zfs code. These entries are sorted by inode change time as reported by zfs diff, intervening records are omitted.
1702463177.984234053 + F /home(on_delete_queue)
1702463222.918242690 + F /home(on_delete_queue)
1702463230.678223263 + F /home(on_delete_queue)
1702463239.754202772 + F /home(on_delete_queue)
1702463242.678196671 + F /home(on_delete_queue)
1702463248.222185756 + F /home(on_delete_queue)
1702463250.194182077 + F /home(on_delete_queue)
1702463257.178169889 + F /home(on_delete_queue)
1702463275.406144059 + F /home(on_delete_queue)
1704072224.275433402 + F /home(on_delete_queue)
The only other reference I found to this (mentioning (on_delete_queue) was #12219, which was on a much older version of zfs. Apparently the problem remains.
Describe how to reproduce the problem
Not sure.
Include any warning/errors/backtraces from the system logs
None
The text was updated successfully, but these errors were encountered:
See it as well. It also may be taking up space? I pruned all snapshots and zfs diff only shows on_delete_queue so I'm just guessing that's the problem.
Rolling back to the initial snapshot reclaims the phantom space usage.
System information
Describe the problem you're observing
When issuing
zfs diff
to compare snapshots, I am getting incorrect entries that appear to be generated by an unhandled condition in the zfs code. These entries are sorted by inode change time as reported byzfs diff
, intervening records are omitted.The only other reference I found to this (mentioning
(on_delete_queue)
was #12219, which was on a much older version of zfs. Apparently the problem remains.Describe how to reproduce the problem
Not sure.
Include any warning/errors/backtraces from the system logs
None
The text was updated successfully, but these errors were encountered: