unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63554: 'shared mount flag ignored on file-system configuration
@ 2023-05-17  9:39 Wilke Schwiedop via Bug reports for GNU Guix
  0 siblings, 0 replies; only message in thread
From: Wilke Schwiedop via Bug reports for GNU Guix @ 2023-05-17  9:39 UTC (permalink / raw)
  To: 63554

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-17 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17  9:39 bug#63554: 'shared mount flag ignored on file-system configuration Wilke Schwiedop via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).