From c64c7691127702131959e57f830c1cd977954e24 Mon Sep 17 00:00:00 2001 From: Paul Voccio Date: Thu, 8 Dec 2011 17:51:22 -0600 Subject: removing TODO as we support Windows+XenServer and have no plans to support quiesce or VSS at the moment Change-Id: Idf65e73db1f33e4f5c7d60282f79f86a9b1ddd5e --- nova/virt/xenapi/vm_utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'nova') diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py index d6d2ef52d..23a499e5c 100644 --- a/nova/virt/xenapi/vm_utils.py +++ b/nova/virt/xenapi/vm_utils.py @@ -319,8 +319,6 @@ class VMHelper(HelperBase): def create_snapshot(cls, session, instance_id, vm_ref, label): """Creates Snapshot (Template) VM, Snapshot VBD, Snapshot VDI, Snapshot VHD""" - #TODO(sirp): Add quiesce and VSS locking support when Windows support - # is added LOG.debug(_("Snapshotting VM %(vm_ref)s with label '%(label)s'...") % locals()) -- cgit