From Dan Kenigsberg <dan...@redhat.com>:

Dan Kenigsberg has uploaded a new change for review.

Change subject: net: remove vintage ovirt-node code piece
......................................................................

net: remove vintage ovirt-node code piece

ovirt-node vintage is not with us since ovirt 3. This patch removes a
piece of dead code.

Change-Id: I73820d7adc73810936571e5698e0347ebb977d95
Signed-off-by: Dan Kenigsberg <dan...@redhat.com>
---
M lib/vdsm/network/configurators/ifcfg.py
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/79293/1

diff --git a/lib/vdsm/network/configurators/ifcfg.py 
b/lib/vdsm/network/configurators/ifcfg.py
index 92dbcf5..d4fcf70 100644
--- a/lib/vdsm/network/configurators/ifcfg.py
+++ b/lib/vdsm/network/configurators/ifcfg.py
@@ -460,10 +460,6 @@
     @classmethod
     def _persistentBackup(cls, filename):
         """ Persistently backup ifcfg-* config files """
-        if os.path.exists('/usr/libexec/ovirt-functions'):
-            cmd.exec_sync([constants.EXT_SH, '/usr/libexec/ovirt-functions',
-                           'unmount_config', filename])
-            logging.debug("unmounted %s using ovirt", filename)
 
         (dummy, basename) = os.path.split(filename)
         try:


-- 
To view, visit https://gerrit.ovirt.org/79293
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I73820d7adc73810936571e5698e0347ebb977d95
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <dan...@redhat.com>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to