Add note on issue with 100% cpu and freezing
This commit is contained in:
parent
68746a1445
commit
d7900a25a8
@ -118,4 +118,15 @@ Query the status of the repace
|
||||
`btrfs replace status /(mountpoint)`
|
||||
|
||||
Balance the filesystem at the end
|
||||
`btrfs balance /(mountpoint)`
|
||||
`btrfs balance /(mountpoint)`
|
||||
|
||||
## Issues
|
||||
|
||||
### 100% CPU Usage
|
||||
`btrfs-transaction` and `btrfs-cleaner` will run on a single cpu core, maxing it out with 100% load.
|
||||
*TODO: Check what enabled quotas in the first place. A likely candidate is snapper*
|
||||
The issue is apparently caused by using quotas in btrfs.
|
||||
Check if quotas are enabled:
|
||||
`# btrfs qgroup show (path)`
|
||||
Disable quotas:
|
||||
`# btrfs quota disable (path)`
|
||||
|
Loading…
Reference in New Issue
Block a user