← Back to team overview

registry team mailing list archive

[Bug 613383] Re: euca-terminate-instances fails to remove instance

 

The current code in LibvirtConnection._cleanup() is:

    def _cleanup(self, instance):
        target = os.path.join(FLAGS.instances_path, instance['name'])
        logging.info('instance %s: deleting instance files %s',
            instance['name'], target)
        if os.path.exists(target):
            shutil.rmtree(target)

Would you mind double-checking to see if this problem still exists,
please, as it looks like the fix (checking for target directory
existence before calling shutil.rmtree) is in trunk.  Thanks!

** Changed in: nova
       Status: New => Incomplete

** Changed in: nova
   Importance: Undecided => Medium

-- 
euca-terminate-instances fails to remove instance
https://bugs.launchpad.net/bugs/613383
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



References