All of lore.kernel.org
 help / color / mirror / Atom feed
From: yumkam@gmail.com (Yuriy M. Kaminskiy)
To: util-linux@vger.kernel.org
Subject: Re: unshare -m and mount propagation
Date: Mon, 18 Apr 2016 14:51:37 +0300	[thread overview]
Message-ID: <m3inzfkud2.fsf@gmail.com> (raw)
In-Reply-To: 20160418111628.cj5bscuuxee2xfcg@ws.net.home

Karel Zak <kzak@redhat.com> writes:

> On Fri, Mar 18, 2016 at 05:26:25AM +0300, Yuriy M. Kaminskiy wrote:
>> I think this issue should be at least documented. And, maybe, default
>> `--propagation` should be changed to `slave`.
>
> The reason why we use 'private' is that it's the kernel default for
> years and it's what has been expected by users for long time before we
> introduced --propagation and any unshare(1) default.
>
> The current --propagation default unifies things and makes unshare(1) 
> portable to distributions where root fs is mounted as 'shared' (e.g. 
> systemd distros) and all this in backwardly compatible way for users
> who have no clue about --propagation.
>
> So, I don't think we want to change any default to corrupt scripts where
> is no explicitly specified --propagation. 

By you already broke scripts that expected old a-la '--propagation
unchanged' behavior.
E.g. one my script did
   unshare -m sh -c 'mount --make-rslave /; ...'
Now I must check for util-linux version and either use --propagation
option, or mount --make-rslave (you cannot revert back from private to
slave).
(And as I said, 'private' breaks umount propagation and thus very bad for
long-running namespaces).


  reply	other threads:[~2016-04-18 11:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18  2:26 unshare -m and mount propagation Yuriy M. Kaminskiy
2016-04-18 11:16 ` Karel Zak
2016-04-18 11:51   ` Yuriy M. Kaminskiy [this message]
2016-04-18 12:22     ` Karel Zak
2016-04-18 13:05       ` Yuriy M. Kaminskiy
2016-04-18 17:48         ` Karel Zak
2016-04-18 20:35           ` Yuriy M. Kaminskiy

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=m3inzfkud2.fsf@gmail.com \
    --to=yumkam@gmail.com \
    --cc=util-linux@vger.kernel.org \
    /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.
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.