Change in vdsm[master]: net: clearer log for unavailable bonds

ibarkan at redhat.com ibarkan at redhat.com
Tue May 5 11:13:57 UTC 2015


Ido Barkan has uploaded a new change for review.

Change subject: net: clearer log for unavailable bonds
......................................................................

net: clearer log for unavailable bonds

Change-Id: If246adb72fca1e1dc8415dfa528c8b158773a2f8
Signed-off-by: Ido Barkan <ibarkan at redhat.com>
---
M vdsm/vdsm-restore-net-config
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/42/40542/1

diff --git a/vdsm/vdsm-restore-net-config b/vdsm/vdsm-restore-net-config
index ba24007..4af83b6 100755
--- a/vdsm/vdsm-restore-net-config
+++ b/vdsm/vdsm-restore-net-config
@@ -135,8 +135,8 @@
         nic = attrs.get('nic')
         if bond is not None:
             if bond not in persisted_bonds:
-                logging.error('Bond "%s" is not configured. '
-                              'Network "%s" will not be '
+                logging.error('Bond "%s" is not persisted and will not be '
+                              'configured. Network "%s" will not be '
                               'configured as a consequence', bond, net)
             elif bond not in available_bonds:
                 logging.error('Some of the nics required by bond "%s" (%s) '


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If246adb72fca1e1dc8415dfa528c8b158773a2f8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ido Barkan <ibarkan at redhat.com>


More information about the vdsm-patches mailing list