Comment 3 for bug 1169928

Revision history for this message
Jérôme Gallard (jerome-gallard) wrote :

I don't know exactly why, but the issue seems to be linked with the following two lines :
cinder/volume/driver.py (l336 -337)

---
if self.configuration.iscsi_helper == 'lioadm':
       self.tgtadm.initialize_connection(volume, connector)
---

If I comment these two lines, the problem "is solved".