IscsiDeploy can leave orphaned iscsi sessions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Medium
|
Vasyl Saienko |
Bug Description
Discovered while debugging recent iscsi deploy failures on Xenial
Running quite a fresh (but not the latest devstack) - Ironic is w/o the fix https:/
Driver is pxe_ipmitool, deploy ramdisk is tinyipa fetched from tarballs.o.o, 3 VMs are registered as BM nodes in Ironic (quite standard DevStack setup).
Deploy fails with
iSCSI connection was not seen by the file system after attempting to verify 3 times.
I have 3 nodes and automated_
running iscsiadm shows three ISCSI sessions
$ iscsiadm -m session
tcp: [1] 10.0.0.3:3260,1 iqn.2008-
tcp: [2] 10.0.0.4:3260,1 iqn.2008-
tcp: [3] 10.0.0.3:3260,1 iqn.2008-
These are presumably from three attempts to deploy the nodes, but Ironic has not closed/cleaned up those sessions on deploy failure.
Changed in ironic: | |
assignee: | nobody → Vasyl Saienko (vsaienko) |
Changed in ironic: | |
importance: | Undecided → Medium |
Fix proposed to branch: master /review. openstack. org/388092
Review: https:/