You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ As noted in [GCP PD documentation](https://cloud.google.com/kubernetes-engine/do
105
105
|`btrfs-allocation-data-bg_reclaim_threshold`|`/sys/fs/btrfs/FS-UUID/allocation/data/bg_reclaim_threshold`| 0–99 (percent) | 0 (disabled) | Linux v5.19+ | Triggers background reclaim for DATA block groups when usage drops to the threshold. |
106
106
|`btrfs-allocation-metadata-bg_reclaim_threshold`|`/sys/fs/btrfs/FS-UUID/allocation/metadata/bg_reclaim_threshold`| 0–99 (percent) | 0 (disabled) | Linux v5.19+ | Same as above, for METADATA block groups. |
107
107
|`btrfs-allocation-data-dynamic_reclaim`|`/sys/fs/btrfs/FS-UUID/allocation/data/dynamic_reclaim`|`0` or `1`| 0 (off) | Linux v6.11+ | Heuristic reclaim that addresses [some concerns](https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f5ff64ccf7bb7274ed66b0d835b2f6ae10af5d7a) of `bg_reclaim_threshold`. |
108
+
|`btrfs-allocation-metadata-dynamic_reclaim`|`/sys/fs/btrfs/FS-UUID/allocation/metadata/dynamic_reclaim`|`0` or `1`| 0 (off) | Linux v6.11+ | Same as above, for METADATA block groups. |
108
109
|`btrfs-bdi-read_ahead_kb`|`/sys/fs/btrfs/FS-UUID/bdi/read_ahead_kb`| integer kB ≥ 0 | kernel/device dependent | Linux v5.9+ | Per-BDI readahead. Powers of two are commonly used. |
109
110
110
111
See more in the [in btrfs docs](https://btrfs.readthedocs.io/en/latest/ch-sysfs.html#uuid-allocations-data-metadata-system).
0 commit comments