Skip to content

Commit

Permalink
- added note
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Apr 18, 2024
1 parent e06be36 commit 8f03bc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/systemd-helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,13 @@ cleanup(ProxySnappers* snappers)

SystemCmd cmd({ BTRFS_BIN, "qgroup", "clear-stale", subvolume });
if (cmd.retcode() != 0)
{
// This fails more often than not since qgroups of just deleted
// subvolume are busy. So do not set an error code here. Still log the
// failure to help people understand this stuff.

cerr << "'btrfs qgroup clear-stale " << subvolume << "' failed." << endl;
}
}
}
}
Expand Down

0 comments on commit 8f03bc0

Please sign in to comment.