ShaoHe Feng has posted comments on this change.
Change subject: get the status of core dump ......................................................................
Patch Set 2: (2 inline comments)
.................................................... File vdsm/API.py Line 306: return v.dumpCancel() Line 307: Line 308: def dumpStatus(self): Line 309: """ Line 310: Report status of a currently outgoing core dump process. yes. Line 311: """ Line 312: v = self._cif.vmContainer.get(self._UUID) Line 313: if not v: Line 314: return errCode['noVM']
.................................................... File vdsm_api/vdsmapi-schema.json Line 5487: Line 5488: ## Line 5489: # @VM.dumpStatus: Line 5490: # Line 5491: # Reports the state of the currently core dump process yes. Line 5492: # Line 5493: # Since: 4.10.4 Line 5494: # Line 5495: ##
-- To view, visit http://gerrit.ovirt.org/11131 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment Gerrit-Change-Id: I5d552db4dbd88762950ec5a113a25c13b73319c8 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: ShaoHe Feng shaohef@linux.vnet.ibm.com Gerrit-Reviewer: Antoni Segura Puimedon asegurap@redhat.com Gerrit-Reviewer: ShaoHe Feng shaohef@linux.vnet.ibm.com Gerrit-Reviewer: Shu Ming shuming@linux.vnet.ibm.com Gerrit-Reviewer: Vinzenz Feenstra vfeenstr@redhat.com Gerrit-Reviewer: oVirt Jenkins CI Server