meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:fs:btrfs:snapshots [2021/06/04 09:21] – niziak | linux:fs:btrfs:snapshots [2025/09/13 21:25] (current) – niziak | ||
---|---|---|---|
Line 56: | Line 56: | ||
rm 23/info.xml | rm 23/info.xml | ||
</ | </ | ||
+ | |||
+ | === system lags === | ||
+ | |||
+ | '' | ||
+ | |||
+ | Workaround: | ||
+ | |||
+ | <code bash> | ||
+ | systemctl edit snapper-cleanup.timer | ||
+ | |||
+ | [Timer] | ||
+ | OnUnitActiveSec= | ||
+ | OnCalendar=*-*-* 02:11:00 | ||
+ | </ | ||
+ | |||
+ | From: | ||
+ | [[https:// | ||
+ | |||
+ | While Btrfs qgroups are considered stable for general use, enabling qgroups, especially in environments with frequent creation of large numbers of snapshots, can still lead to **performance degradation**, | ||
+ | |||
+ | |||