Activity log for bug #1409894

Date Who What changed Old value New value Message
2015-01-12 20:23:20 Rajini Karthik bug added bug
2015-01-12 20:23:36 Rajini Karthik cinder: assignee Rajini Ram (rajini-ram)
2015-01-12 20:26:02 Rajini Karthik description The EqualLogic driver uses an SSH connection to the PS array to perform CLI operations. The maximum number of SSH sessions (7) supported makes limitation on provisioning multiple number of VM at the same time. The while loop in ssh getoutput becomes a deadlock and consumes all CPU resources. It seems that we should check the SSH session availability before entering the While loop. Error: Number of open cli sessions reached maximum allowed value of 7 The EqualLogic driver uses an SSH connection to the PS array to perform CLI operations. The maximum number of SSH sessions (7) supported makes limitation on provisioning multiple number of VM at the same time. The cinder-volume service goes down and CPU utilization is at 100%. The root cause is due to the while loop in ssh getoutput routine which becomes a deadlock and consumes all CPU resources. It seems that we should check the SSH session availability before entering the While loop. Error: Number of open cli sessions reached maximum allowed value of 7
2015-01-14 15:21:39 Rajini Karthik cinder: status New Invalid
2015-01-14 18:09:51 Mike Perez marked as duplicate 1410627