Comment 4 for bug 1058273

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/folsom)

Reviewed: https://review.openstack.org/16699
Committed: http://github.com/openstack/nova/commit/15815057db24fd48409fa0a1c968509b59ceddef
Submitter: Jenkins
Branch: stable/folsom

commit 15815057db24fd48409fa0a1c968509b59ceddef
Author: David Kang <email address hidden>
Date: Mon Oct 22 16:56:56 2012 -0400

    Fixes bug Snapshotting LXC instance fails

    Fixes bug 1058273.

    The path of the disk for snapshotting LXC instance is debugged.
    Also, virt_dom.managedSave(0) and self._create_domain(domain=virt_dom)
    are not called for LXC instance, because they are supported by libvirt.

    Change-Id: Idf8275a0222b2eb289e16dd245f7721e17fce21d
    (cherry picked from commit b60646965de26974f8a8b81f6e43b72a6c8d44f5)