Alon Bar-Lev has posted comments on this change.
Change subject: utils: add ovirt-node persistence functions
......................................................................
Patch Set 4:
(1 comment)
http://gerrit.ovirt.org/#/c/20811/4/lib/vdsm/utils.py
File lib/vdsm/utils.py:
Line 1234: glob.glob('/etc/ovirt-node-*-release')
Line 1235: )
Line 1236:
Line 1237:
Line 1238: def ovirtNodePersist(files):
Maybe you could just use the new imports like in:
again, I do
not mind dropping this patch... I already told mooli I will be surprised.
if we are to use the new node api, this should be horizontal patch throughout vdsm, with
extensive testing.
up until that point, I suggest we use the old known evil.
your call.
Line 1239: if isOvirtNode():
Line 1240: from ovirtnode import ovirtfunctions
Line 1241: for f in files:
Line 1242: if not ovirtfunctions.is_persisted(f):
--
To view, visit
http://gerrit.ovirt.org/20811
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib93af61a44a52c37faf92d6f6081babefa3a09aa
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi(a)redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: mooli tayer <mtayer(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes