diff options
author | Karel Zak | 2015-08-13 11:41:49 +0200 |
---|---|---|
committer | Karel Zak | 2015-08-13 11:41:49 +0200 |
commit | f19c6328043e241d69b59b07e6dbd4f4da079bdb (patch) | |
tree | be18efe295e87f2e50be0287caa2939737ecc71f /Documentation/TODO | |
parent | Merge branch 'colcrt' of git://github.com/kerolasa/lelux-utiliteetit (diff) | |
download | kernel-qcow2-util-linux-f19c6328043e241d69b59b07e6dbd4f4da079bdb.tar.gz kernel-qcow2-util-linux-f19c6328043e241d69b59b07e6dbd4f4da079bdb.tar.xz kernel-qcow2-util-linux-f19c6328043e241d69b59b07e6dbd4f4da079bdb.zip |
docs: add mount --namespace to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r-- | Documentation/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO index 6798f38bc..856e3ec33 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -45,6 +45,10 @@ bash completion libmount (mount/umount) ----------------------- + - allow to execute mount(2) in another namespace, something like: + mount --namespace=/proc/$n/ns/mnt /dev/sda2 /bar + see https://bugzilla.redhat.com/show_bug.cgi?id=1199554 for more details. + - add options to control fstab/mtab mount options usage, something like: --options-mode={ignore,append,prepend,replace} MNT_OMODE_{IGNORE, ...} |