We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/mnt/bcachefs
/mnt/bcachefs/opt
opt
/mnt/bcachefs/snapshots/opt
fuser -vm /opt
umount /opt
cd /mnt/bcachefs
mv opt opt.dead
bcachefs subvolume snapshot snapshots/opt/@GMT-2024.08.26-05.00.18/ opt
ls opt
mount --bind /mnt/bcachefs/opt /opt
bcachefs subvolume del ./opt.dead
bch2_delete_dead_snapshots: error deleting keys from dying snapshots erofs_trans_commit bch2_delete_dead_snapshots: error erofs_trans_commit shutdown complete, journal seq 34783919.
bch2_evict_subvolume_inodes() waited 10 seconds for inode 671283974:6768 to go away: ref 1 state 65536
echo 3 > /proc/sys/vm/drop_caches
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
Setup
/mnt/bcachefs
/mnt/bcachefs/opt
opt
are taken in/mnt/bcachefs/snapshots/opt
Rollback operation:
fuser -vm /opt
no application using /opt, nothing is configured to use/mnt/bcachefs/opt
directly.umount /opt
cd /mnt/bcachefs
mv opt opt.dead
bcachefs subvolume snapshot snapshots/opt/@GMT-2024.08.26-05.00.18/ opt
ls opt
all files are present.mount --bind /mnt/bcachefs/opt /opt
bcachefs subvolume del ./opt.dead
Problem
Reproducing the problem with more debug information.
bch2_evict_subvolume_inodes() waited 10 seconds for inode 671283974:6768 to go away: ref 1 state 65536
echo 3 > /proc/sys/vm/drop_caches
The text was updated successfully, but these errors were encountered: