]> git.proxmox.com Git - pve-container.git/commit
fix #2512: post-stop: unmount stage mps before cleanup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 12 Dec 2019 10:36:05 +0000 (11:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Dec 2019 11:30:42 +0000 (12:30 +0100)
commit407c7294b8163e069a5da1df04b045188ed4195e
tree5b221ab0ddf59872adb8690a10e0cbc5a3e5d03e
parent879626700aeb5c9dbcbcd4cf56c2dbbd6746f5f9
fix #2512: post-stop: unmount stage mps before cleanup

With staged mount points we now have mount points also
mounted in our staging temp directory, and we keep them
there in order to prevent hotplugged mounts (which can be
unmounted by the container) to disconnect from their loop
devices, so we need to clean those up as well before we can
run any cleanups.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/lxc-pve-poststop-hook