btrfs df /报告
btrfs filesystem df /
Data, RAID1: total=4.26TiB, used=4.16TiB
System, RAID1: total=8.00MiB, used=752.00KiB
System, single: total=32.00MiB, used=0.00B
Metadata, RAID1: total=7.00GiB, used=5.98GiB
Metadata, single: total=1.00GiB, used=0.00B
GlobalReserve, single: total=512.00MiB, used=0.00B
WARNING: Multiple block group profiles detected, see 'man btrfs(5)'.
WARNING: Metadata: single, raid1
WARNING: System: single, raid1我需要重新平衡fs,或者清除警告消息?
发布于 2023-01-05 17:35:17
找到解决方案了,我只需要重新平衡
btrfs balance start --bg -dconvert=raid1 -mconvert=raid1 /现在看起来很好,警告信息消失了
btrfs filesystem df /
Data, RAID1: total=4.14TiB, used=4.07TiB
System, RAID1: total=32.00MiB, used=608.00KiB
Metadata, RAID1: total=6.00GiB, used=5.16GiB
GlobalReserve, single: total=512.00MiB, used=0.00Bhttps://unix.stackexchange.com/questions/730464
复制相似问题