Francesco Romani has posted comments on this change.
Change subject: virt: add support to cancel the core dump of a VM. ......................................................................
Patch Set 15:
(1 comment)
http://gerrit.ovirt.org/#/c/11130/15/vdsm/virt/coredump.py File vdsm/virt/coredump.py:
Line 49: if postAction: Line 50: self.flags |= CoreDumpThread.postActionFlags[postAction] Line 51: if bypassCache: Line 52: self.flags |= libvirt.VIR_DUMP_BYPASS_CACHE Line 53: self.memoryOnly = memoryOnly
What is this needed for?
Looks like is no longer needed. Will remove. Line 54: if memoryOnly: Line 55: self.flags |= libvirt.VIR_DUMP_MEMORY_ONLY Line 56: Line 57: self.status = {'code': CoreDumpThread.Status.NONE,