<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:31:30 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-10039] ioctl error after downgrade</title>
                <link>https://jira.whamcloud.com/browse/LU-10039</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Took following steps to reproduce the issue and the issue was not reproduced.&lt;br/&gt;
Steps for both zfs and ldiskfs:&lt;br/&gt;
1. Clients and Servers with b_ieel3_0 build 222. Created Lustre file system.&lt;br/&gt;
2. Unmounted and upgraded all clients and Servers to 2.10.1. Mounted lustre again.&lt;br/&gt;
3. Unmounted Clients and Downgraded them to b_ieel3_0 build 222. Mounted Lustre again when nodes were up.&lt;br/&gt;
4. Unmounted MDS and downgraded it to b_ieel3_0 build 222. Mounted lustre and it worked this time.&lt;br/&gt;
5. Ran sanity now and the test ended abruptly after the completion of test_117 for both zfs and ldiskfs.&lt;/p&gt;

&lt;p&gt;When I checked the states of nodes, MDT and one client were unmounted, OSTs and 2nd client were mounted.&lt;/p&gt;

&lt;p&gt;Results:&lt;br/&gt;
ldiskfs - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/df43fbf4-a2fb-11e7-b786-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/df43fbf4-a2fb-11e7-b786-5254006e85c2&lt;/a&gt;&lt;br/&gt;
zfs - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/335a5516-a2fd-11e7-bb19-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/335a5516-a2fd-11e7-bb19-5254006e85c2&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="48499">LU-10039</key>
            <summary>ioctl error after downgrade</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Wed, 27 Sep 2017 19:02:12 +0000</created>
                <updated>Thu, 28 Sep 2017 05:13:26 +0000</updated>
                                            <version>Lustre 2.10.0</version>
                    <version>Lustre 2.10.1</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="209768" author="adilger" created="Wed, 27 Sep 2017 19:35:23 +0000"  >&lt;p&gt;After discussion with Saurabh, it seems that the user tools (in particular &lt;tt&gt;lfs&lt;/tt&gt;) were not downgraded with the kernel modules.  This is generating errors when using &lt;tt&gt;lfs setstripe&lt;/tt&gt; in sanity test_27A, which is setting the default layout on the root directory:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;error on ioctl 0x4008669a for &apos;/mnt/lustre&apos; (3): Invalid argument
error: setstripe: create stripe file &apos;/mnt/lustre&apos; failed
error on ioctl 0x4008669a for &apos;/mnt/lustre&apos; (3): Invalid argument
error: setstripe: create stripe file &apos;/mnt/lustre&apos; failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The ioctl is &lt;tt&gt;LL_IOC_LOV_SETSTRIPE&lt;/tt&gt; (0x4000 &amp;gt;&amp;gt; (&lt;tt&gt;_IOC_DIRSHIFT&lt;/tt&gt; = 14) = &lt;tt&gt;_IOC_WRITE&lt;/tt&gt;, 0x08 = sizeof(long), 0x66 = &apos;f&apos;, 0x9a = 154).  However, it isn&apos;t clear why the kernel is complaining about the &lt;tt&gt;struct lov_mds_md&lt;/tt&gt; that is being sent.  Is this a bad magic, or something else?  Since we aren&apos;t using composite layouts for these files, it should be compatible with existing tools.&lt;/p&gt;</comment>
                            <comment id="209805" author="standan" created="Thu, 28 Sep 2017 05:13:26 +0000"  >&lt;p&gt;Re-ran the sanity using exact same steps as above and sanity run did not ended abruptly this time. Before running sanity I ran individual tests i.e. test_27A and test_65i which failed in previous run, but they passed when ran alone in second run. Results for second run are as follows:&lt;br/&gt;
ldiskfs- &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/d735f45c-a40a-11e7-b786-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/d735f45c-a40a-11e7-b786-5254006e85c2&lt;/a&gt;&lt;br/&gt;
zfs- &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/0a221f12-a40b-11e7-b786-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/0a221f12-a40b-11e7-b786-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="48447">LU-10027</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzzkxb:</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>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>