Comment 8 for bug 1443977

Revision history for this message
Kyrylo Romanenko (kromanenko) wrote :

I performed following operations from description of upstream bug.

  1. configure "iscsi_use_multipath=True" in nova.conf on compute node.
  2. configure "volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver"
     in cinder.conf on cinder node.
  2. create an instance.
  3. create 3 volumes and attach them to the instance.
  4. detach one of these volumes.
  5. check "multipath -ll" and "iscsiadm --mode session".
I had to install iscsiadm and multipath tools before this step.

~# iscsiadm --mode session
iscsiadm: No active sessions.

# multipath -ll
(gave no any output)

MOS 6.1 Build 462
http://jenkins-product.srt.mirantis.net:8080/job/6.1.all/462/

Is this kind of behavior expected?