From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29674: Ceph creates Btrfs subvolumes on Btrfs during tests. Date: Tue, 12 Dec 2017 13:52:32 +0100 Message-ID: <87bmj4qfan.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOk3X-0004Mr-Jc for bug-guix@gnu.org; Tue, 12 Dec 2017 07:53:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOk3S-0004D5-Jh for bug-guix@gnu.org; Tue, 12 Dec 2017 07:53:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49088) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOk3S-0004Cu-Gn for bug-guix@gnu.org; Tue, 12 Dec 2017 07:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOk3S-0006Cq-4j for bug-guix@gnu.org; Tue, 12 Dec 2017 07:53:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Rutger Helling's message of "Tue, 12 Dec 2017 11:28:41 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Rutger Helling Cc: 29674@debbugs.gnu.org Hi Rutger, Rutger Helling skribis: > I was surprised to learn that Ceph creates Btrfs subvolumes during its > tests. > This is problematic because on Btrfs regular users can create > subvolumes, but they cannot delete them. > This means I had to manually delete the following subvolumes as root: > > ID 1744 gen 819598 top level 257 path > tmp/guix-build-ceph-12.0.2.drv-0/td/t-7201/dev/osd0/current > ID 1745 gen 819598 top level 257 path > tmp/guix-build-ceph-12.0.2.drv-0/td/t-7201/dev/osd0/snap_1 Does that mean that wiping out /tmp/guix-build-ceph-*, as happens when build finishes, isn=E2=80=99t enough to get rid of those volumes? Ludo=E2=80=99.