]> git.ipfire.org Git - thirdparty/lxc.git/commit
conf: do lxc.mount.entry mounts right after lxc.mount.fstab 2941/head
authorFelix Abecassis <fabecassis@nvidia.com>
Tue, 16 Apr 2019 21:40:03 +0000 (14:40 -0700)
committerFelix Abecassis <fabecassis@nvidia.com>
Tue, 16 Apr 2019 21:40:34 +0000 (14:40 -0700)
commitc631115d059b05bf88bf5fcfa716105bede95760
tree127cb69f184d7cfe1eaa9fe7bd7a1bb73982cdac
parent12b4363390a2ccdb6549c7ac615ecde01705eda8
conf: do lxc.mount.entry mounts right after lxc.mount.fstab

These configuration options use the same syntax and therefore it seems
more intuitive to have the same behavior for both of them, which is
not the case today since mount hooks and autodev mounts are called
between the two.

See: https://github.com/lxc/lxc/issues/2932

Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
src/lxc/conf.c