<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:25:42 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-2497] Create and attach test plan to ticket for Ability to Disable Pinging</title>
                <link>https://jira.whamcloud.com/browse/LU-2497</link>
                <project id="10000" key="LU">Lustre</project>
                    <description></description>
                <environment></environment>
        <key id="16934">LU-2497</key>
            <summary>Create and attach test plan to ticket for Ability to Disable Pinging</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="16898">LU-2467</parent>
                                    <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="liwei">Li Wei</assignee>
                                    <reporter username="jlevi">Jodi Levi</reporter>
                        <labels>
                    </labels>
                <created>Fri, 14 Dec 2012 14:54:33 +0000</created>
                <updated>Wed, 13 Feb 2019 07:08:04 +0000</updated>
                            <resolved>Wed, 13 Feb 2019 07:08:04 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="52016" author="liwei" created="Thu, 7 Feb 2013 21:23:16 +0000"  >&lt;p&gt;Test plan attached.&lt;/p&gt;</comment>
                            <comment id="52017" author="liwei" created="Thu, 7 Feb 2013 21:25:05 +0000"  >&lt;p&gt;The test case in section 2.4 needs &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2783&quot; title=&quot;Implement OBD_IOC_GET_OBJ_VERSION for OSTs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2783&quot;&gt;&lt;del&gt;LU-2783&lt;/del&gt;&lt;/a&gt; before it can be executed.&lt;/p&gt;</comment>
                            <comment id="52742" author="liwei" created="Wed, 20 Feb 2013 09:35:40 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/5477&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5477&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This patch adds tests that roughly correspond to section 2.2 and 2.4 in the test plan.&lt;/p&gt;</comment>
                            <comment id="52743" author="liwei" created="Wed, 20 Feb 2013 09:38:53 +0000"  >&lt;p&gt;Fixed a problem in section 2.4.&lt;/p&gt;</comment>
                            <comment id="52851" author="liwei" created="Thu, 21 Feb 2013 22:16:13 +0000"  >&lt;p&gt;Added section 2.5, requesting a run of the usual benchmarks.&lt;/p&gt;</comment>
                            <comment id="54031" author="sarah" created="Thu, 14 Mar 2013 12:59:40 +0000"  >&lt;p&gt;Hi Li Wei,&lt;/p&gt;

&lt;p&gt;I am trying to run the test listed in section 2.4 while found the getobjversion isn&apos;t supported on OST, here is what I got:&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;[root@fat-amd-3 ~]# lctl --device lustre-OST0000 getobjversion -i 1 -g 0
get the version of an object on servers
usage: getobjversion &amp;lt;fid&amp;gt;
run &amp;lt;command&amp;gt; after connecting to device &amp;lt;devno&amp;gt;
--device &amp;lt;devno&amp;gt; &amp;lt;command [args ...]&amp;gt;
[root@fat-amd-3 ~]# lctl --device lustre-OST0000 getobjversion [0x200000400:0x1:0x0]
error: getobjversion: ioctl: Inappropriate ioctl for device
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;dmesg shows:&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;Lustre: lustre-OST0001: Imperative Recovery enabled, recovery window shrunk from 300-900 down to 150-450
LustreError: 3298:0:(ofd_obd.c:1467:ofd_iocontrol()) lustre-OST0000: not supported cmd = -2146933038
LustreError: 3322:0:(ofd_obd.c:1467:ofd_iocontrol()) lustre-OST0001: not supported cmd = -2146933038
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="54065" author="liwei" created="Thu, 14 Mar 2013 21:38:13 +0000"  >&lt;p&gt;Hi Sarah, that is because &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2783&quot; title=&quot;Implement OBD_IOC_GET_OBJ_VERSION for OSTs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2783&quot;&gt;&lt;del&gt;LU-2783&lt;/del&gt;&lt;/a&gt; has not yet landed.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12264" name="test_plan-suppress_pings-draft.txt" size="4257" author="liwei" created="Thu, 21 Feb 2013 22:16:13 +0000"/>
                    </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|hzvduv:</customfieldvalue>

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