Vered Volansky has posted comments on this change. Change subject: Remove unnecessary storage log messages from logs ......................................................................
Patch Set 2: (1 inline comment) .................................................... File vdsm/storage/blockSD.py Line 446: LVM_ACTIVATION_NAMESPACE) Line 447: try: Line 448: rmanager.registerNamespace(lvmActivationNamespace, Line 449: lvmActivationFactory) Line 450: except KeyError: After talking to Saggi, the KeyError is the only exception that can be caught here. Other Errors shouldn't occur, and if they do they stem from a programmer's error and can't be predicted/handled here, so I'd like to leave this code as it is. Line 451: pass Line 452: Line 453: @classmethod Line 454: def metaSize(cls, vgroup): -- To view, visit http://gerrit.ovirt.org/13617 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifc0fa5ca50e4eb78d62fd3cdc8b09723486bcaa0 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
