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 17:03:19 +0100 Message-ID: <871sk0q6go.fsf@gnu.org> References: <87bmj4qfan.fsf@gnu.org> <370b49eecdaf24eaf076fc9ef7479b61@mykolab.com> 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]:54540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOn2N-00015X-6D for bug-guix@gnu.org; Tue, 12 Dec 2017 11:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOn2I-0004qv-Kx for bug-guix@gnu.org; Tue, 12 Dec 2017 11:04:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50077) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOn2I-0004qg-Gn for bug-guix@gnu.org; Tue, 12 Dec 2017 11:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOn2H-00036p-V8 for bug-guix@gnu.org; Tue, 12 Dec 2017 11:04:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <370b49eecdaf24eaf076fc9ef7479b61@mykolab.com> (Rutger Helling's message of "Tue, 12 Dec 2017 14:23:56 +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 Rutger Helling skribis: > Actually, I just tested it with the following: > > $ cd /tmp > $ sudo -s -u guixbuilder01 > bash-4.4$ guix environment -C --ad-hoc btrfs-progs > guixbuilder01@guixsd /tmp [env]# btrfs subvol create test-snapshot > Create subvolume './test-snapshot' > guixbuilder01@guixsd /tmp [env]# btrfs subvol del test-snapshot > Delete subvolume (no-commit): '/tmp/test-snapshot' > ERROR: cannot delete '/tmp/test-snapshot': Operation not permitted > guixbuilder01@guixsd /tmp [env]# exit > exit > bash-4.4$ guix environment -C --ad-hoc coreutils > guixbuilder01@guixsd /tmp [env]# rm -rfv test-snapshot/ > rm: cannot remove 'test-snapshot/': Operation not permitted > guixbuilder01@guixsd /tmp [env]# rmdir -v test-snapshot/ > rmdir: removing directory, 'test-snapshot/' > rmdir: failed to remove 'test-snapshot/': Operation not permitted So does guix-daemon systematically leave /tmp/guix-build-ceph* behind it? Ludo=E2=80=99.