GNU bug report logs - #63554
'shared mount flag ignored on file-system configuration

Previous Next

Package: guix;

Reported by: Wilke Schwiedop <wilke.schwiedop <at> agfa.com>

Date: Wed, 17 May 2023 13:15:03 UTC

Severity: normal

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wilke Schwiedop <wilke.schwiedop <at> agfa.com>
To: "bug-guix <at> gnu.org" <bug-guix <at> gnu.org>
Subject: 'shared mount flag ignored on file-system configuration
Date: Wed, 17 May 2023 09:39:48 +0000
Hello,

I'm trying to mount my root partition as "shared" for rootless podman containers, however adding the flag to my system.scm does not seem to have the desired effect:

w <at> guix ~> grep -B4 shared /run/current-system/configuration.scm
 (file-systems (cons* (file-system
                       (mount-point "/")
                       (device (file-system-label "GUIX_ROOT"))
                       (type "ext4")
                       (flags '(shared))) ;; shared does not work?
w <at> guix ~> findmnt -o PROPAGATION /
PROPAGATION
private
w <at> guix ~> sudo mount -o remount,shared /
w <at> guix ~> findmnt -o PROPAGATION /
PROPAGATION
shared




This bug report was last modified 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.