meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:fs:btrfs:snapshots [2021/02/17 14:39] – created niziak | linux:fs:btrfs:snapshots [2025/09/13 21:25] (current) – niziak | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| DISABLE_APT_SNAPSHOT=" | DISABLE_APT_SNAPSHOT=" | ||
| </ | </ | ||
| + | |||
| + | ==== Tuning ==== | ||
| + | |||
| + | <file / | ||
| + | PRUNENAMES = " | ||
| + | </ | ||
| + | |||
| + | ==== issues ==== | ||
| + | |||
| + | === parser error : Document is empty === | ||
| + | < | ||
| + | org.opensuse.Snapper[2126170]: | ||
| + | org.opensuse.Snapper[2126170]: | ||
| + | </ | ||
| + | **Reason:** some info.xml files are empty or corrupted | ||
| + | **Solution: | ||
| + | |||
| + | <code bash> | ||
| + | find . -name " | ||
| + | |||
| + | # and remove snapshots manually: | ||
| + | btrfs sub delete 23/snapshot | ||
| + | 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**, | ||
| + | |||