]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- avoid excessive logging 893/head
authorArvin Schnell <aschnell@suse.de>
Mon, 8 Apr 2024 07:02:37 +0000 (09:02 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 8 Apr 2024 07:02:37 +0000 (09:02 +0200)
LIBVERSION
package/snapper.changes
snapper/BtrfsUtils.cc

index 815da58b7a9ed1179ad6dd58c1ecac25e86fd77e..f8cb1fa110dac50fc24a3cc8169e2030ed2d9aa1 100644 (file)
@@ -1 +1 @@
-7.4.1
+7.4.2
index 025f6ea89e50bd7815e3aa1a3d5b5a014c05a0e3..853b535abd7ef51b4a1580efcdc87fef1effe00e 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Apr 08 08:54:07 CEST 2024 - aschnell@suse.com
+
+- avoid excessive logging (gh#openSUSE/snapper#892)
+
 -------------------------------------------------------------------
 Thu Mar 21 10:46:08 CET 2024 - aschnell@suse.com
 
index 2ff0fffdbfa642fb33d46573ff3609468e12ad8a..6d69ad2f67e764718a4e52f29f2fcd5caef50d74 100644 (file)
@@ -473,6 +473,8 @@ namespace snapper
                {
                    y2war("waiting for old quota rescan to finish");
 
+                   sleep(1);   // avoid excessive logging (gh#openSUSE/snapper#892)
+
                    if (ioctl(fd, BTRFS_IOC_QUOTA_RESCAN_WAIT, &args) < 0)
                        throw runtime_error_with_errno("ioctl(BTRFS_IOC_QUOTA_WAIT_RESCAN) failed", errno);