Qu Wenruo
Qu Wenruo
That's the function I'm always dreaming of. It's especially important for me to viewing qemu code (tons of typedef in a seperate header) In fact I has already modified my...
@marcosps You're right! It's my fault to cause the regression. Great fix!
By "non-deterministic", we still need to ensure that, e2fsprogs would never report a used space as free, right? If e2fsprogs just reports more space than it really used, that won't...
Thanks for enjoying btrfs first. Then for the problem you mentioned. > You are presented with a message that you are not allowed to go below 2 disks in a...
> A user should be allowed or be asked if they wish to degrade the device by removing it instead of a forced balanced to a different raid profile Exactly...
check/qgroup-verify.c:546: account_all_refs: BUG_ON `ref->num_bytes != num_bytes` triggered, value 1
The warning `WARNING: tree block [34911076352, 34911092736) crosses 64K page boudnary, may cause problem for 64K page system` is a false alert and fixed in latest btrfs-progs release. The checksum...
check/qgroup-verify.c:546: account_all_refs: BUG_ON `ref->num_bytes != num_bytes` triggered, value 1
OK, got the reason. It looks like btrfs-progs can't handle half dropped trees, thus causing the problem. The tree involved is ``` item 94 key (617 ROOT_ITEM 355614) itemoff 3463...
check/qgroup-verify.c:546: account_all_refs: BUG_ON `ref->num_bytes != num_bytes` triggered, value 1
You need to mount it, and execute the progs on the *mount point*, not the device.
check/qgroup-verify.c:546: account_all_refs: BUG_ON `ref->num_bytes != num_bytes` triggered, value 1
It could be related to the --readonly, normally we don't recommand using that option, unless it's unavoidable. Thus still recommended to do a proper btrfs check on the unmounted fs....
check/qgroup-verify.c:546: account_all_refs: BUG_ON `ref->num_bytes != num_bytes` triggered, value 1
For the worst case, you can try to disable qgroup by `btrfs quota disable ` which should remove qgroup completely. Then you can check if the tool still works. As...