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.
I performed following operations from description of upstream bug.
1. configure "iscsi_ use_multipath= True" in nova.conf on compute node. driver= cinder. volume. drivers. lvm.LVMISCSIDri ver"
2. configure "volume_
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 jenkins- product. srt.mirantis. net:8080/ job/6.1. all/462/
http://
Is this kind of behavior expected?