+-------------------------------------------------------------------
+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
{
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);