all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilke Schwiedop via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 63554@debbugs.gnu.org
Subject: bug#63554: 'shared mount flag ignored on file-system configuration
Date: Wed, 17 May 2023 09:39:48 +0000	[thread overview]
Message-ID: <DB9P190MB1985175DB3F52EB48BA61EFD9E7E9@DB9P190MB1985.EURP190.PROD.OUTLOOK.COM> (raw)

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@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@guix ~> findmnt -o PROPAGATION /
PROPAGATION
private
w@guix ~> sudo mount -o remount,shared /
w@guix ~> findmnt -o PROPAGATION /
PROPAGATION
shared




             reply	other threads:[~2023-05-17 15:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17  9:39 Wilke Schwiedop via Bug reports for GNU Guix [this message]
2024-08-20  2:34 ` bug#63554: 63554 andy via Bug reports for GNU Guix
2024-09-04  9:17   ` Jelle Licht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB9P190MB1985175DB3F52EB48BA61EFD9E7E9@DB9P190MB1985.EURP190.PROD.OUTLOOK.COM \
    --to=bug-guix@gnu.org \
    --cc=63554@debbugs.gnu.org \
    --cc=wilke.schwiedop@agfa.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.