Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionBruno Goncalves
2013-08-20 10:09:19 UTC
Description of problem:
Traceback happens when trying to create a LUN to NetApp box using ssl connection and a timeout occurs.
lsmcli -w 300 -u ontap+ssl://root.bos.redhat.com --create-volume=lsm-timeout-test-lun --size=2G --pool=6e3dc350-811e-11e0-a8a4-00a09827d1ba --provisioning=DEFAULT
error: 303 msg: Unhandled exception in plug-in data: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/lsm/pluginrunner.py", line 94, in run
**msg['params'])
File "/usr/lib/python2.7/site-packages/lsm/ontap.py", line 67, in na_wrapper
return method(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/lsm/ontap.py", line 306, in volume_create
self._size_kb_padded(size_bytes))
File "/usr/lib/python2.7/site-packages/lsm/ontap.py", line 286, in _na_volume_resize_restore
self.f.volume_resize(vol, size_diff)
File "/usr/lib/python2.7/site-packages/lsm/na.py", line 312, in volume_resize
self._invoke('volume-size', params)
File "/usr/lib/python2.7/site-packages/lsm/na.py", line 169, in _invoke
command, parameters, self.ssl)
File "/usr/lib/python2.7/site-packages/lsm/na.py", line 105, in netapp_filer
rc = netapp_filer_parse_response(handler.read())
File "/usr/lib64/python2.7/socket.py", line 351, in read
data = self._sock.recv(rbufsize)
File "/usr/lib64/python2.7/httplib.py", line 567, in read
s = self.fp.read(amt)
File "/usr/lib64/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
File "/usr/lib64/python2.7/ssl.py", line 241, in recv
return self.read(buflen)
File "/usr/lib64/python2.7/ssl.py", line 160, in read
return self._sslobj.read(len)
SSLError: The read operation timed out
Version-Release number of selected component (if applicable):
libstoragemgmt-0.0.22-2.el7.x86_64
libstoragemgmt-netapp-plugin-0.0.22-2.el7.noarch
How reproducible:
100%
Steps to Reproduce:
1.Try to create a LUN with short timeout
lsmcli -w 300 -u ontap+ssl://root.bos.redhat.com --create-volume=lsm-timeout-test-lun --size=2G --pool=6e3dc350-811e-11e0-a8a4-00a09827d1ba --provisioning=DEFAULT
This request was resolved in Red Hat Enterprise Linux 7.0.
Contact your manager or support representative in case you have further questions about the request.
Description of problem: Traceback happens when trying to create a LUN to NetApp box using ssl connection and a timeout occurs. lsmcli -w 300 -u ontap+ssl://root.bos.redhat.com --create-volume=lsm-timeout-test-lun --size=2G --pool=6e3dc350-811e-11e0-a8a4-00a09827d1ba --provisioning=DEFAULT error: 303 msg: Unhandled exception in plug-in data: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/lsm/pluginrunner.py", line 94, in run **msg['params']) File "/usr/lib/python2.7/site-packages/lsm/ontap.py", line 67, in na_wrapper return method(*args, **kwargs) File "/usr/lib/python2.7/site-packages/lsm/ontap.py", line 306, in volume_create self._size_kb_padded(size_bytes)) File "/usr/lib/python2.7/site-packages/lsm/ontap.py", line 286, in _na_volume_resize_restore self.f.volume_resize(vol, size_diff) File "/usr/lib/python2.7/site-packages/lsm/na.py", line 312, in volume_resize self._invoke('volume-size', params) File "/usr/lib/python2.7/site-packages/lsm/na.py", line 169, in _invoke command, parameters, self.ssl) File "/usr/lib/python2.7/site-packages/lsm/na.py", line 105, in netapp_filer rc = netapp_filer_parse_response(handler.read()) File "/usr/lib64/python2.7/socket.py", line 351, in read data = self._sock.recv(rbufsize) File "/usr/lib64/python2.7/httplib.py", line 567, in read s = self.fp.read(amt) File "/usr/lib64/python2.7/socket.py", line 380, in read data = self._sock.recv(left) File "/usr/lib64/python2.7/ssl.py", line 241, in recv return self.read(buflen) File "/usr/lib64/python2.7/ssl.py", line 160, in read return self._sslobj.read(len) SSLError: The read operation timed out Version-Release number of selected component (if applicable): libstoragemgmt-0.0.22-2.el7.x86_64 libstoragemgmt-netapp-plugin-0.0.22-2.el7.noarch How reproducible: 100% Steps to Reproduce: 1.Try to create a LUN with short timeout lsmcli -w 300 -u ontap+ssl://root.bos.redhat.com --create-volume=lsm-timeout-test-lun --size=2G --pool=6e3dc350-811e-11e0-a8a4-00a09827d1ba --provisioning=DEFAULT