Ala Hino has uploaded a new change for review.

Change subject: cleanup: Remove log messages when raising exceptions
......................................................................

cleanup: Remove log messages when raising exceptions

Change-Id: I2cc68734d8c405343d118cfc2d9e8da09445dd88
Signed-off-by: Ala Hino <ah...@redhat.com>
---
M vdsm/storage/blockSD.py
1 file changed, 0 insertions(+), 3 deletions(-)


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

diff --git a/vdsm/storage/blockSD.py b/vdsm/storage/blockSD.py
index 8ac7433..6ce6af7 100644
--- a/vdsm/storage/blockSD.py
+++ b/vdsm/storage/blockSD.py
@@ -1149,8 +1149,6 @@
                 self.log.debug("path to image directory already exists: %s",
                                dst)
             else:
-                self.log.error("Failed to create path to image directory: %s",
-                               dst)
                 raise
         return dst
 
@@ -1184,7 +1182,6 @@
                 if e.errno == errno.EEXIST:
                     self.log.debug("img run vol already exists: %s", dstVol)
                 else:
-                    self.log.error("Failed to create img run vol: %s", dstVol)
                     raise
 
         return imgRunDir


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cc68734d8c405343d118cfc2d9e8da09445dd88
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ala Hino <ah...@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