From: Yuriy Nesenenko Date: Wed, 17 Dec 2014 14:26:36 +0000 (+0200) Subject: Outputs the message about failing to bind to IPv6 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8b59396182ceacb704e00afe1aee040a19e2a187;p=openstack-build%2Fcinder-build.git Outputs the message about failing to bind to IPv6 Change-Id: I85d9bffc4f848a38fd11784e6634fd014cc43001 --- diff --git a/cinder/cmd/rtstool.py b/cinder/cmd/rtstool.py index 76c4d11b3..a0f190f24 100644 --- a/cinder/cmd/rtstool.py +++ b/cinder/cmd/rtstool.py @@ -78,7 +78,7 @@ def create(backing_device, name, userid, password, initiator_iqns=None): rtslib.NetworkPortal(tpg_new, '::0', 3260, mode='any') except rtslib.utils.RTSLibError: # TODO(emh): Binding to IPv6 fails sometimes -- let pass for now. - pass + print(_('Failed to bind to IPv6.')) def _lookup_target(target_iqn, initiator_iqn):