<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:00:10 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-13308] update changelog_ext_nid to handle IPv6 addresses</title>
                <link>https://jira.whamcloud.com/browse/LU-13308</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In &lt;tt&gt;struct changelog_ext_nid&lt;/tt&gt; there is the possibility of using a larger &lt;tt&gt;lnet_nidv6_t&lt;/tt&gt; to store IPv6 NIDs.  This needs to be implemented in &lt;tt&gt;print_changelog_rec()&lt;/tt&gt;, &lt;tt&gt;lfs_changelog()&lt;/tt&gt; to understand the larger NIDs.  It seems possible to just store the larger NID therein, and check whether &lt;tt&gt;extra&lt;/tt&gt; and &lt;tt&gt;padding&lt;/tt&gt; are zero to distinguish between IPv4 and IPv6 addresses.  It would probably make sense to use the first two &lt;tt&gt;__u64&lt;/tt&gt; for the IPv6 address, and &lt;tt&gt;padding&lt;/tt&gt; for the lnet network type/number.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
struct changelog_ext_nid {
        &lt;span class=&quot;code-comment&quot;&gt;/* have __u64 instead of lnet_nid_t type &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; use by client api */&lt;/span&gt;
        __u64 cr_nid;
        &lt;span class=&quot;code-comment&quot;&gt;/* &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; use when IPv6 support is added */&lt;/span&gt;
        __u64 extra;    
        __u32 padding;  
};
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="58215">LU-13308</key>
            <summary>update changelog_ext_nid to handle IPv6 addresses</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="neilb">Neil Brown</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>IPv6</label>
                    </labels>
                <created>Fri, 28 Feb 2020 12:50:17 +0000</created>
                <updated>Sun, 7 Jan 2024 18:11:51 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="372238" author="simmonsja" created="Sun, 14 May 2023 15:40:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/#/c/fs/lustre-release/+/50099&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/fs/lustre-release/+/50099&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="385818" author="gerrit" created="Wed, 13 Sep 2023 16:27:50 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52361&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13308&quot; title=&quot;update changelog_ext_nid to handle IPv6 addresses&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13308&quot;&gt;LU-13308&lt;/a&gt; mdc: support additional flags for OBD_IOC_CHLG_POLL ioctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b36c914431d357061a41edc105a02962db859a9e&lt;/p&gt;</comment>
                            <comment id="386252" author="simmonsja" created="Sun, 17 Sep 2023 14:33:00 +0000"  >&lt;p&gt;I tracked down the reason for the test failiures. The function mdd_create() has it clf_flags ALWAYS set to zero so CLFE_NID_BE is never set. Maybe spec-&amp;gt;sp_cr_flags might have the proper flags. If not does anyone know a way to extract the open flags we find for mdd_objects?&lt;/p&gt;</comment>
                            <comment id="387497" author="gerrit" created="Thu, 28 Sep 2023 08:00:34 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52361/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52361/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13308&quot; title=&quot;update changelog_ext_nid to handle IPv6 addresses&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13308&quot;&gt;LU-13308&lt;/a&gt; mdc: support additional flags for OBD_IOC_CHLG_POLL ioctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8320394725180b76e76f36b8a513f3c7bf11e65c&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="13182">LU-10391</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46984">LU-9727</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="67632">LU-15373</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="75489">LU-16722</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i00uj3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>