curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #01724
[Merge] ~mwhudson/curtin:even-more-unmounting-tweaks into curtin:master
The proposal to merge ~mwhudson/curtin:even-more-unmounting-tweaks into curtin:master has been updated.
Commit message changed to:
tweak making mountpoints private some more
My recent change to move the making of mountpoints private into
do_umount actually made it ineffective. I tried to change things
so that we always made mountpoints private before unmounting them
but that ran into problems of its own. So I changed do_umount to
have a "private" flag ChrootableTarget.__exit__ could use to
request that mountpoints be made private before unmounting, which
makes things work again but I still don't see how to make a
generally robust "curtin unmount" command, as explained at length
in the comment I added.
For more details, see:
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/406682
--
Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:even-more-unmounting-tweaks into curtin:master.
References