<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:36:18 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-3715] test-framework making ldiskfs specific calls without checking for zfs</title>
                <link>https://jira.whamcloud.com/browse/LU-3715</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;As seen from a review-zfs run&lt;/p&gt;

&lt;p&gt;This is the tail end of check_and_setup_lustre&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;23:13:45:CMD: wtm-10vm2.rosso.whamcloud.com lctl dl | grep &apos; IN osc &apos; 2&amp;gt;/dev/null | wc -l
23:13:45:disable quota as required
23:13:45:CMD: wtm-10vm7,wtm-10vm8 /usr/sbin/lctl set_param 				 osd-ldiskfs.track_declares_assert=1 || true
23:13:45:wtm-10vm7: error: set_param: /proc/{fs,sys}/{lnet,lustre}/osd-ldiskfs/track_declares_assert: Found no match
23:13:45:wtm-10vm8: error: set_param: /proc/{fs,sys}/{lnet,lustre}/osd-ldiskfs/track_declares_assert: Found no match
23:13:45:
23:13:46:== runtests test 1: All Runtests == 23:13:45 (1375337625)
23:13:46:touching /mnt/lustre at Wed Jul 31 23:13:45 PDT 2013
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;from check_and_setup_lustre&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;        if [ $(lower $OSD_TRACK_DECLARES_LBUG) == &apos;yes&apos; ] ; then
                local facets=&quot;$(get_facets OST),$(get_facets MDS),mgs&quot;
                local nodes=&quot;$(facets_hosts ${facets})&quot;
                if [ -n &quot;$nodes&quot; ] ; then
                        do_nodes $nodes &quot;$LCTL set_param \
                                 osd-ldiskfs.track_declares_assert=1 || true&quot;
                fi
        fi

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;osd-ldiskfs only works on ldiskfs based systems. &lt;/p&gt;</description>
                <environment></environment>
        <key id="20213">LU-3715</key>
            <summary>test-framework making ldiskfs specific calls without checking for zfs</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="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="1">Fixed</resolution>
                                        <assignee username="bfaccini">Bruno Faccini</assignee>
                                    <reporter username="keith">Keith Mannthey</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Tue, 6 Aug 2013 21:45:40 +0000</created>
                <updated>Wed, 11 Sep 2013 04:40:24 +0000</updated>
                            <resolved>Wed, 11 Sep 2013 04:40:02 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                    <fixVersion>Lustre 2.5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="63729" author="keith" created="Tue, 6 Aug 2013 21:46:26 +0000"  >&lt;p&gt;Bruno it looks like this is your code. &lt;/p&gt;</comment>
                            <comment id="63738" author="bogl" created="Tue, 6 Aug 2013 22:59:52 +0000"  >&lt;p&gt;I think this change from Bruno was deliberate.  commit	b07f02551285b1f1ad8c193cf5c7c5b10e33ac39 from Jun 18 removed the check for ldiskfs only, but also arranged for the error return from the set_param osd-ldiskfs.track_declares_assert=1 to be ignored.&lt;/p&gt;

&lt;p&gt;I agree it would have been nicer and cleaner to do the set_param only on ldiskfs nodes, but the way it is looks to have been done on purpose.&lt;/p&gt;
</comment>
                            <comment id="63741" author="keith" created="Tue, 6 Aug 2013 23:50:55 +0000"  >&lt;p&gt;I remember this now a little. &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3449&quot; title=&quot;Interop failure on many testsuites: error: set_param: track_declares_assert: Found no match&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3449&quot;&gt;&lt;del&gt;LU-3449&lt;/del&gt;&lt;/a&gt; Interop failure on many testsuites: error: set_param: track_declares_assert: Found no match&lt;/p&gt;

</comment>
                            <comment id="63882" author="adilger" created="Thu, 8 Aug 2013 16:04:33 +0000"  >&lt;p&gt;It is my fault that this error is being seen. It is intentionally harmless, though it would be possible to send the error to /dev/null. &lt;/p&gt;</comment>
                            <comment id="63889" author="keith" created="Thu, 8 Aug 2013 16:35:17 +0000"  >&lt;p&gt;What if we we are on ldiskfs and the things really fails? &lt;/p&gt;

&lt;p&gt;Could we leave a comment in the test so it clear this is really what we want to do?&lt;/p&gt;</comment>
                            <comment id="64010" author="adilger" created="Fri, 9 Aug 2013 20:24:10 +0000"  >&lt;p&gt;This setting is just for debugging that we might need in very rare cases.  If it actually fails, it won&apos;t hurt anything, and we probably won&apos;t care very much.&lt;/p&gt;</comment>
                            <comment id="64630" author="adilger" created="Tue, 20 Aug 2013 17:01:27 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/7399&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7399&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="64674" author="bfaccini" created="Tue, 20 Aug 2013 21:37:32 +0000"  >&lt;p&gt;Thanks to make it Andreas!&lt;/p&gt;</comment>
                            <comment id="66305" author="adilger" created="Wed, 11 Sep 2013 04:40:02 +0000"  >&lt;p&gt;Patch landed for 2.4.93. &lt;/p&gt;</comment>
                    </comments>
                    <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|hzvxav:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9568</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>