-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
Linux executable binary files read corruption #357
Comments
updated to 9d554fa still the same . ‘’‘ ''' version f76e97e can read files Correctly ,but the panic issue exists #352 |
"Linux executable binary files read corruption" issue solved in 79b1c2e I start format a brand new bcachefs , a single device , open option compress:lz4 ; backgrand_compress:lz4 using rsync copy my btrfs home directory data (3000000+ files , 176G ) to bcachefs directory , when reaching 80G bcachefs , the whole system panic . Everytime I want to continue rsync , the whole system panic in 5mins again and again |
Did you get the log? |
Good news : I have update to version e318fab , then I can do the disk rsync copy completely. And I have using bcachefs for several days , there is no panic issue . More stable now. But the "bch-rebalance/s" process often runing in the backgroud ,sometimes laging. The good thing is the "bch-rebalance/s" not using full of the disk read bandwidth |
Unfortunately,after 2 hours I was writing the feedback , The system panic. I had deleted tons of small files : rm -rvf ~/.cache/fontconfig/* deleting faild ,out of the list.So I using the rsync to delete rsync -avP --delete ~/null/ ~/.cache/fontconfig/ At this time, the system was not painc yet. Finally I search the bookmark in the firefox,trying poping out a new window,the whole system panic. Maybe firefox stores many small files in the disk. Deleting and creating often. Then I reboot the system ,mounting the disk ,when entering the Cinannom desktop , the system panic immediately. The FS becomes normal now. |
Are you using snapshots? I just fixed several transaction path overflows when using snapshots |
Yes I am using snapshots. @koverstreet This version is 62cdb94 now. Quite stable when doing rsync and using Firefox browser . I have keept/test this version nearly for a week , not experienced any panic issue this version yet. But I find some performance issues:
2.Bcachefs performance drops than before. Virtualbox Windows10 vm on Bcachefs: I will continue test more snapshots on the latest version .Thanks |
Was this actually fixed? |
Yes, It is more stable now. using the version=new_data_types . But there is a issue that slow/low HDD disk random read IOPS with many snapshots |
many execute binary files runing failed in the bcachefs disk in version 7d09250
The cinnamon desktop Enviroment startup error and some settings seems to be error
'''
./firefox
bash: ./firefox: cannot execute binary file: Exec format error
'''
mounting the filesystem
'''
[ 4291.839048] bcachefs (00000000c0634e7a): recovering from clean shutdown, journal seq 2255293
[ 4296.217905] bcachefs (00000000c0634e7a): going read-write
[ 4296.219710] bcachefs (00000000c0634e7a): error creating gc thread: -4
[ 4296.219712] bcachefs (00000000c0634e7a): error starting gc thread
[ 4322.681470] bcachefs (000000004b1ee5ab): recovering from unclean shutdown
[ 4468.111361] bcachefs (000000004b1ee5ab): journal read done, 0 keys in 1 entries, seq 2255295
[ 4472.524304] bcachefs (000000004b1ee5ab): journal replay done
[ 4532.672503] bcachefs (000000004b1ee5ab): going read-write
[ 4532.681538] bcachefs (000000004b1ee5ab): mounted with opts: compression=lz4,foreground_target=cache,background_target=back,promote_target=prom,noinodes_use_key_cache,nojournal_transaction_names
[ 4532.681936] mount (10380) used greatest stack depth: 10168 bytes left
'''
when umount the filesystem:
bcachefs (000000004b1ee5ab): error 1 from bch2_move_data() in copygc
The text was updated successfully, but these errors were encountered: