February 23Feb 23 Hello All,I am running into an issue and don't know why. Everything was working fine and all of a sudden now my docker service won't start. I have ran this command below "btrfs rescue zero-log /dev/sdg1" and seems to fix the issue and then it stops again. I have uploaded the logs. Any help is greatly appreciated it.Thank you. tower-diagnostics-20260223-0712.zip
February 23Feb 23 Community Expert There are filesystem issues with the pool:Feb 23 06:28:13 Tower kernel: BTRFS error (device sdg1): parent transid verify failed on logical 5357339803648 mirror 1 wanted 464639 found 988927### [PREVIOUS LINE REPEATED 4 TIMES] ###Feb 23 06:29:03 Tower kernel: BTRFS error (device sdg1 state A): Transaction aborted (error -5)Feb 23 06:29:03 Tower kernel: BTRFS: error (device sdg1 state A) in do_free_extent_accounting:2983: errno=-5 IO failureFeb 23 06:29:03 Tower kernel: BTRFS info (device sdg1 state EA): forced readonlyFeb 23 06:29:03 Tower kernel: BTRFS error (device sdg1 state EA): failed to run delayed ref for logical 4562985934848 num_bytes 176128 type 178 action 2 ref_mod 1: -5Feb 23 06:29:03 Tower kernel: BTRFS: error (device sdg1 state EA) in btrfs_run_delayed_refs:2215: errno=-5 IO failureWith btrfs, I recommend backing it up and reformatting.
February 23Feb 23 Author 3 minutes ago, JorgeB said:There are filesystem issues with the pool:Feb 23 06:28:13 Tower kernel: BTRFS error (device sdg1): parent transid verify failed on logical 5357339803648 mirror 1 wanted 464639 found 988927### [PREVIOUS LINE REPEATED 4 TIMES] ###Feb 23 06:29:03 Tower kernel: BTRFS error (device sdg1 state A): Transaction aborted (error -5)Feb 23 06:29:03 Tower kernel: BTRFS: error (device sdg1 state A) in do_free_extent_accounting:2983: errno=-5 IO failureFeb 23 06:29:03 Tower kernel: BTRFS info (device sdg1 state EA): forced readonlyFeb 23 06:29:03 Tower kernel: BTRFS error (device sdg1 state EA): failed to run delayed ref for logical 4562985934848 num_bytes 176128 type 178 action 2 ref_mod 1: -5Feb 23 06:29:03 Tower kernel: BTRFS: error (device sdg1 state EA) in btrfs_run_delayed_refs:2215: errno=-5 IO failureWith btrfs, I recommend backing it up and reformatting.Hey @JorgeB thank you for your prompt response. Do you happen to know the best way to back up that drive and reformat it to xfs and not btrfs? I keep having issues with btrfs and want to see if maybe xfs is better. I tried to follow this but I keep getting this.root@Tower:~# btrfs restore -v /dev/sdg1 /mnt/disk1/restore/ERROR: /dev/sdg1 is currently mounted, cannot continue
February 23Feb 23 Author I have one cache pool already in xfs. Should I be okay if I copy all the files from btrfs to that XFS cache pool and then change the shares to the new XFS drive? or is it better to use directory? Edited February 23Feb 23 by Tucubanito07
February 23Feb 23 Community Expert 21 minutes ago, Tucubanito07 said:Should I be okay if I copy all the files from btrfs to that XFS cache pool and then change the shares to the new XFS drive?Depends on how the files are organized on the source, you can create a folder named backup and copy everything there, then restore to the new pool.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.