Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* Strange behavior with scrub, quotas, and snapshots
@ 2026-04-26 23:52 brainchild
  2026-04-27  2:05 ` Qu Wenruo
  0 siblings, 1 reply; 25+ messages in thread
From: brainchild @ 2026-04-26 23:52 UTC (permalink / raw)
  To: linux-btrfs, linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 2671 bytes --]

Hello.

I am struggling with a poorly behaved BTRFS volume.

It is a simple volume, consuming only one partition, with no redundancy 
for data. The underlying media, which is NVME, appears to be completely 
healthy, according to SMART.

Several weeks ago, the volume became unwriteable, with false reports 
generated that no space was available, whenever would be attempted the 
creation of a new file.

After a chaotic intermix of balance and scrub operations, as well as 
the deletion of many snapshots and a few large files, a message 
eventually appeared in the kernel log reporting the discovery of 
corruption in the space cache, that had since been resolved.

After, the volume again was usable, with no problems writing files.

Incidentally, I later upgraded to space cache version 2.

Although the episode of complete dysfunction has ended, problems 
remain. In particular are two observations.

First, scrub operations complete almost immediately, reporting a status 
of "finished", with no errors found.

However, as seen also seen in the following console capture, the 
reported amount of total data scanned is only a fraction of the total 
used space:

---
$ btrfs --version
btrfs-progs v6.6.3

$ btrfs fi show
Label: none uuid: bbac86e5-eaba-45bf-bbaa-c2494e11831a
 Total devices 1 FS bytes used 671.85GiB
 devid 1 size 831.26GiB used 831.26GiB path /dev/nvme0n1p5

$ sudo btrfs filesystem df /
Data, single: total=813.13GiB, used=662.49GiB
System, DUP: total=32.00MiB, used=144.00KiB
Metadata, DUP: total=9.03GiB, used=6.26GiB
GlobalReserve, single: total=512.00MiB, used=0.00B

$ sudo btrfs scrub start -B /
Starting scrub on devid 1
scrub done for bbac86e5-eaba-45bf-bbaa-c2494e11831a
Scrub started: Sun Apr 26 19:24:02 2026
Status: finished
Duration: 0:00:11
Total to scrub: 23.37GiB
Rate: 2.12GiB/s
Error summary: no errors found
---

No errors are reported in the kernel log, only warnings about skipping 
the swap file during scrub.

Second, within the logs generated for Timeshift, a concerning pattern 
recurs, as in the attached example. Further, during the periods in 
which are generated logs such as the one attached, the entire system 
lags considerably. It is clear that the volume is not healthy.

I was using a recent 6.x kernel, I believe one of 6.18.x, when the 
problem emerged. I upgraded by to 7.0, finding no improvement in the 
operation of the volume.

Also, I tried initiating the scrub through the most recent static build 
of the user-space utility (i.e. btrfs-progs), with no improvement.

I would like some suggestions for restoring the volume to health, to 
avoid the need to provision a new volume from scratch.

Thank you.


[-- Attachment #2: brainchild_timeshift_log.txt --]
[-- Type: text/plain, Size: 22799 bytes --]

[21:00:06] Removing snapshot: 2026-04-23_20-00-02
[21:00:06] Deleting subvolume: @ (Id:60338)
[21:00:06] btrfs subvolume delete --commit-after '/run/timeshift/105175/backup/timeshift-btrfs/snapshots/2026-04-23_20-00-02/@'
[21:00:06] Waiting on btrfs to finish deleting...
[21:04:55] Deleted subvolume: @ (Id:60338)

[21:04:55] Rescanning quotas...
[21:04:55] Destroying qgroup: 0/60338
[21:04:55] btrfs qgroup destroy 0/60338 '/run/timeshift/105175/backup'
[21:04:55] E: Failed to destroy qgroup: '0/60338'
[21:04:55] E: Failed to remove snapshot: 2026-04-23_20-00-02
[21:04:55] ------------------------------------------------------------------------------
[21:04:55] ------------------------------------------------------------------------------
[21:04:55] Removing snapshot: 2026-04-23_21-58-52
[21:04:55] Deleting subvolume: @ (Id:60350)
[21:04:55] btrfs subvolume delete --commit-after '/run/timeshift/105175/backup/timeshift-btrfs/snapshots/2026-04-23_21-58-52/@'
[21:04:55] Waiting on btrfs to finish deleting...
[21:08:45] Deleted subvolume: @ (Id:60350)

[21:08:45] Rescanning quotas...
[21:08:45] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:46] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:47] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:48] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:50] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:51] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:52] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:53] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:54] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:55] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:56] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:57] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:58] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:08:59] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:00] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:01] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:02] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:03] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:04] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:05] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:06] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:07] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:08] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:09] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:10] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:11] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:12] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:13] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:14] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:15] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:16] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:17] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:18] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:19] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:20] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:21] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:22] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:23] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:24] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:25] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:26] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:27] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:28] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:29] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:30] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:31] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:32] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:33] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:34] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:35] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:36] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:37] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:38] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:39] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:40] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:41] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:42] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:43] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:44] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:45] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:46] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:47] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:48] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:49] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:50] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:51] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:52] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:53] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:54] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:55] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:56] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:57] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:58] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:09:59] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:00] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:01] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:02] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:03] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:04] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:05] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:06] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:07] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:08] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:09] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:10] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:11] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:12] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:13] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:14] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:15] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:16] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:17] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:18] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:19] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:20] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:21] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:22] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:23] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:24] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:25] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:26] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:27] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:28] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:29] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:30] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:31] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:32] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:33] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:34] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:35] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:36] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:37] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:38] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:39] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:40] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:41] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:42] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:43] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:44] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:45] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:47] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:48] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:49] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:50] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:51] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:52] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:53] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:54] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:55] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:56] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:57] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:58] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:10:59] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:00] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:01] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:02] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:03] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:04] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:05] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:06] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:07] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:08] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:09] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:10] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:11] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:12] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:13] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:14] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:15] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:16] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:17] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:18] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:19] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:20] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:21] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:22] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:23] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:24] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:25] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:26] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:27] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:28] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:29] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:30] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:31] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:32] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:33] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:34] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:35] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:36] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:37] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:38] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:39] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:40] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:41] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:42] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:43] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:44] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:45] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:46] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:47] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:48] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:49] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:50] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:51] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:52] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:53] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:54] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:55] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:56] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:57] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:58] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:11:59] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:00] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:01] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:02] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:03] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:04] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:05] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:06] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:07] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:08] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:09] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:10] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:11] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:12] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:13] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:14] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:15] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:16] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:17] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:18] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:19] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:20] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:21] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:22] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:23] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:24] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:25] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:26] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:27] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:28] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:29] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:30] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:31] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:32] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:33] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:34] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:35] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:36] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:37] Still rescanning quotas... ERROR: quota rescan failed: Operation now in progress

[21:12:38] Destroying qgroup: 0/60350
[21:12:38] btrfs qgroup destroy 0/60350 '/run/timeshift/105175/backup'
[21:12:38] E: Failed to destroy qgroup: '0/60350'
[21:12:38] E: Failed to remove snapshot: 2026-04-23_21-58-52

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2026-04-29  2:11 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-26 23:52 Strange behavior with scrub, quotas, and snapshots brainchild
2026-04-27  2:05 ` Qu Wenruo
2026-04-27 20:32   ` brainchild
2026-04-27 22:10     ` Qu Wenruo
     [not found]       ` <SNC6ET.5NSSU3PO7MKD2@mailbox.org>
2026-04-27 22:58         ` Qu Wenruo
2026-04-28  0:22           ` brainchild
2026-04-28  1:16             ` Qu Wenruo
2026-04-28  1:21               ` brainchild
2026-04-28  2:33                 ` brainchild
2026-04-28  3:13                   ` Qu Wenruo
2026-04-28  4:03                     ` brainchild
2026-04-28  5:13                       ` Qu Wenruo
2026-04-28  5:29                         ` brainchild
2026-04-28  6:41                           ` Qu Wenruo
2026-04-28 19:30                             ` brainchild
2026-04-28 22:19                               ` brainchild
2026-04-28 22:26                                 ` Qu Wenruo
2026-04-28 22:50                                   ` Qu Wenruo
2026-04-28 22:23                               ` Qu Wenruo
2026-04-28 22:34                                 ` Qu Wenruo
2026-04-29  0:57                                 ` brainchild
2026-04-29  1:11                                   ` Qu Wenruo
2026-04-29  1:16                                     ` brainchild
2026-04-29  1:27                                       ` Qu Wenruo
2026-04-29  2:11                                         ` brainchild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox