diff options
author | unicell <unicell@gmail.com> | 2012-12-24 18:08:56 +0800 |
---|---|---|
committer | unicell <unicell@gmail.com> | 2012-12-24 18:08:56 +0800 |
commit | 5f697f64e5c445ba1b62c82d9167fd6b9c7256d2 (patch) | |
tree | 17acdf610a1e99a7446e8f8dc228450bd764076a /nova/loadables.py | |
parent | a52af4aee14447bed1b9acf8dbd8b25f4e5c7100 (diff) | |
download | nova-5f697f64e5c445ba1b62c82d9167fd6b9c7256d2.tar.gz nova-5f697f64e5c445ba1b62c82d9167fd6b9c7256d2.tar.xz nova-5f697f64e5c445ba1b62c82d9167fd6b9c7256d2.zip |
Teardown container rootfs in host namespace for lxc
Unlike other hypervisor to directly using image for VM, rootfs need to
be mounted in setup_container() for lxc before launching the domain.
However, this leads to several problems:
* previously spawned container polluted later spawned container, which
in turn causing lvm device refused to be removed, as bug descirbes
* container rootfs not mounted after nova stop/start sequence
This commit addresses above two issues.
Fixes bug 1091639
Change-Id: I718baa6e46cf07a5458a5b80d42139dd353ae51c
Diffstat (limited to 'nova/loadables.py')
0 files changed, 0 insertions, 0 deletions