<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi all<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am testing the cinder/nova within IPv6 environment but not luck.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am testing the attatchment of volumes which are exposed by IPv6 iSCSI portals. We have modified the driver’s interface *<b>initialize_connection</b>* to return correct connection information(wrap the IPv6 address with []) for use of nova’s
 os-brick, below is the dict returned by driver:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in">{'driver_volume_type': u'iscsi', 'data': {'target_luns': [2, 2, 2, 2], 'target_iqns': [u'iqn.1992-04.com.emc:cx.apm00150602415.b0', u'iqn.1992-04.com.emc:cx.apm00150602415.a0', u'iqn.1992-04.com.emc:cx.apm00150602415.a0',
 u'iqn.1992-04.com.emc:cx.apm00150602415.a0'], 'target_discovered': True, 'target_iqn': u'iqn.1992-04.com.emc:cx.apm00150602415.a0', 'target_portals': [u'192.168.1.60:3260', u'192.168.1.59:3260', u'[fd00:0:0:0:0:0:0:4]:3260', u'[fd27:2e95:e174:0:0:0:0:100]:3260'],
 'volume_id': u'87458755-78a8-4c4b-8e8c-c906b3267b6c', 'target_lun': 2, 'target_portal': u'[fd00:0:0:0:0:0:0:4]:3260'}}<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">After driver returns above data to nova/os-brick, the nova-compute failed into an infinite loop keeping updating the iscsi node, and consumed 30% of the cpu, log entry like below:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Dec 12 02:18:14 ubuntu16 nova-compute[1371]: DEBUG oslo_concurrency.processutils [None req-342eaed8-ca05-4387-b485-b4334e18e366 admin admin] CMD "iscsiadm -m node -T iqn.1992-04.com.emc:cx.apm00150602415.a0 -p [fd27:2e95:e174:0:0:0:0:100]:3260
 --op update -n node.startup -v automatic" returned: 0 in 0.009s {{(pid=17633) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:404}}<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">And around 18360 node update executed for a single volume attachment:
<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">$ grep "\-\-op update \-n node.startup" n-cpu.log   | wc -l<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">18360<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This should not a network issue since I have manually logged in ipv6 portal with iscsiadm successfully.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am wondering whether this a known bug or a driver issue?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
<p class="MsoNormal">Peter<o:p></o:p></p>
</div>
</body>
</html>