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
{{ message }}
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.
Describe the bug
Enabling qgroups freezes the system during scheduled snapshots. After Disabling qgroups, Timeshift still runs btrfs qgroups destroy which errors out.
To Reproduce
Steps to reproduce the behavior:
Go to 'Settings->Users'
Disable 'enable qgroups'
run btrfs quota disable mount-point
Restart timeshift
Try to delete a snapshot, Error message:
Destroying qgroup: 0/333
E: Failed to destroy qgroup: '0/333'
E: Failed to remove snapshot: 2022-02-13_00-13-34
------------------------------------------------------------------------------
E: ERROR: can't list qgroups: quotas not enabled
E: btrfs returned an error: 256
E: Failed to query subvolume quota
Expected behavior
When btrfs qgroup is disabled and enable qgroup is disabled in timeshift, do not run any btrfs qgroup command. Also, it would be great to have the error output in the window.
do not run any btrfs qgroup command
Or
Additionally, a warning about system freeze during snapshot would be useful here
Screenshots
System:
Fedora 35 (With @ and @home subvolumes)
Desktop : Gnome
Application Version : 29.09.1
Also, can someone tell me what is the exact purpose of btrfs qgroup destroy when timeshift doesn't use btrfs qgroup create?
The text was updated successfully, but these errors were encountered:
Describe the bug
Enabling qgroups freezes the system during scheduled snapshots. After Disabling qgroups, Timeshift still runs
btrfs qgroups destroy
which errors out.To Reproduce
Steps to reproduce the behavior:
btrfs quota disable mount-point
Expected behavior
When btrfs qgroup is disabled and enable qgroup is disabled in timeshift, do not run any
btrfs qgroup
command. Also, it would be great to have the error output in the window.Or
Additionally, a warning about system freeze during snapshot would be useful here
Screenshots
System:
Also, can someone tell me what is the exact purpose of
btrfs qgroup destroy
when timeshift doesn't usebtrfs qgroup create
?The text was updated successfully, but these errors were encountered: