]> git.proxmox.com Git - pve-container.git/commit
Setup: fix bad /dev bindmount
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 2 Nov 2015 10:17:24 +0000 (11:17 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 2 Nov 2015 10:25:59 +0000 (11:25 +0100)
commit8ba6ef14967713bd06a9fbb3bcc6dedc2748a6f3
treeebccceee69e0ac3a7fe1bc6885c6c11bcf8c482b
parent34c69c85bb2f8a6d0abb097f0c430f5005caf223
Setup: fix bad /dev bindmount

Hotplug changes will create a Setup instance with a rootdir
of /proc/$pid/root. Bindmounts on directories inside there
are broken.

Also the exitstatus of Setup::protected_call used the wrong
process' $?.
debian/changelog
src/PVE/LXC/Setup.pm