Change in vdsm[master]: Added support for reporting the timezone and os info

michal.skrivanek at redhat.com michal.skrivanek at redhat.com
Fri Jun 27 09:47:56 UTC 2014


Michal Skrivanek has posted comments on this change.

Change subject: Added support for reporting the timezone and os info
......................................................................


Patch Set 3:

(2 comments)

http://gerrit.ovirt.org/#/c/28940/3//COMMIT_MSG
Commit Message:

Line 6: 
Line 7: Added support for reporting the timezone and os info
Line 8: 
Line 9: The guest agent reports now the timezone and more detailed
Line 10: os information. This patch introduces the support for those
please refer the change in ga
Line 11: new messages.
Line 12: 
Line 13: Change-Id: Iadb85a5003fcb4693b5a1174655acf59193340b5
Line 14: Guest-Agent-API-Version: 2


http://gerrit.ovirt.org/#/c/28940/3/vdsm/virt/guestagent.py
File vdsm/virt/guestagent.py:

Line 253:                 self.effectiveApiVersion = _IMPLICIT_API_VERSION_ZERO
Line 254:         elif message == 'host-name':
Line 255:             self.guestInfo['guestName'] = args['name']
Line 256:         elif message == 'os-version':
Line 257:             self.guestInfo['guestOs'] = args['version']
so this is basically superseded by the os-info, right?
Line 258:         elif message == 'os-info':
Line 259:             self.guestInfo['guestOsInfo'] = args
Line 260:         elif message == 'timezone':
Line 261:             self.guestInfo['guestTimezone'] = args


-- 
To view, visit http://gerrit.ovirt.org/28940
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iadb85a5003fcb4693b5a1174655acf59193340b5
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <mskrivan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list