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
I noticed after I made snapshots named "borg" on all mounted systems (except /var/tmp), took a backup of them then destroyed the snapshots, when I went to take a backup again borg complained that the inode had changed during backup and was a race condition for every single snapshot. Further, when I deleted all the snapshots again, /.zfs/snapshot/borg still exists as an empty directory. Rebooting seems to solve the issue, but when I had a quick look at my syslog to see if there was anything in there about this:
$ grep RIP /var/log/syslog | grep zfs | wc -l
103
The dates are spread out though the last one does look about the time I did the last backup. I'm not sure how much data to supply as there is 103 of those, do you want all of them? I'll update this post with the data you require.
Describe how to reproduce the problem
You could try creating and deleting multiple snapshots at once on a similar system with the same name. I have zfs encryption enabled too.
Include any warning/errors/backtraces from the system logs
Not sure how much data you need here or how to obtain it, I came up with this:
Would you like me to post the output of that awk command? All of it or just some of it? Anything else, do any actions, etc, let me know what to do/post and I'll check back here tomorrow.
The text was updated successfully, but these errors were encountered:
System information
Describe the problem you're observing
I noticed after I made snapshots named "borg" on all mounted systems (except /var/tmp), took a backup of them then destroyed the snapshots, when I went to take a backup again borg complained that the inode had changed during backup and was a race condition for every single snapshot. Further, when I deleted all the snapshots again,
/.zfs/snapshot/borg
still exists as an empty directory. Rebooting seems to solve the issue, but when I had a quick look at my syslog to see if there was anything in there about this:The dates are spread out though the last one does look about the time I did the last backup. I'm not sure how much data to supply as there is 103 of those, do you want all of them? I'll update this post with the data you require.
Describe how to reproduce the problem
You could try creating and deleting multiple snapshots at once on a similar system with the same name. I have zfs encryption enabled too.
Include any warning/errors/backtraces from the system logs
Not sure how much data you need here or how to obtain it, I came up with this:
Would you like me to post the output of that awk command? All of it or just some of it? Anything else, do any actions, etc, let me know what to do/post and I'll check back here tomorrow.
The text was updated successfully, but these errors were encountered: