<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:25:07 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-9318] sanity-lsnapshot should be skipped for all non-ZFS configs</title>
                <link>https://jira.whamcloud.com/browse/LU-9318</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/1ef8dc97-8487-4c21-ad37-fe03e2430916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/1ef8dc97-8487-4c21-ad37-fe03e2430916&lt;/a&gt;&lt;/p&gt;</description>
                <environment>Interop:&lt;br/&gt;
server: RHEL7.3, 2.9 Lustre, ldiskfs	&lt;br/&gt;
client: RHEL7.3, 2.10 Lustre&lt;br/&gt;
</environment>
        <key id="45408">LU-9318</key>
            <summary>sanity-lsnapshot should be skipped for all non-ZFS configs</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="standan">Saurabh Tandan</assignee>
                                    <reporter username="jcasper">James Casper</reporter>
                        <labels>
                            <label>test</label>
                    </labels>
                <created>Tue, 11 Apr 2017 15:32:16 +0000</created>
                <updated>Wed, 19 Apr 2017 20:58:54 +0000</updated>
                            <resolved>Wed, 19 Apr 2017 12:44:28 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="191532" author="mdiep" created="Tue, 11 Apr 2017 15:40:58 +0000"  >&lt;p&gt;James, could you tell us the reason for skipping? and shouldn&apos;t this be in lustre tree, not auto test?&lt;/p&gt;</comment>
                            <comment id="191533" author="casperjx" created="Tue, 11 Apr 2017 15:50:37 +0000"  >&lt;p&gt;sanity-lsnapshot should only be run on zfs configs.&lt;/p&gt;

&lt;p&gt;Of our 7 regression and interop configs, only 2 use ZFS.  It was correctly skipped or &lt;br/&gt;
absent for 4 of the 5 ldiskfs configs.&lt;/p&gt;</comment>
                            <comment id="191539" author="jamesanunez" created="Tue, 11 Apr 2017 16:20:51 +0000"  >&lt;p&gt;The problem here is that the check for a ZFS file system is after the script tries to add snapshot to the debug list.&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; 
00:27:14:CMD: onyx-47vm7 /usr/sbin/lctl set_param debug=+snapshot
00:27:14:onyx-47vm7: error: set_param: setting /proc/sys/lnet/debug=+snapshot: Invalid argument
00:27:14:sanity-lsnapshot returned 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; 

&lt;p&gt;This is a script issue and I&apos;ll convert ticket to LU.&lt;/p&gt;</comment>
                            <comment id="191551" author="adilger" created="Tue, 11 Apr 2017 17:25:43 +0000"  >&lt;p&gt;This just needs a check at the start of the script to skip the whole thing if not running with ZFS, or if the version is too old:&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;[ $(lustre_version_code mds1) -lt $(version_code 2.9.55) ||
  $(lustre_version_code ost1) -lt $(version_code 2.9.55) ] &amp;amp;&amp;amp;
        skip &lt;span class=&quot;code-quote&quot;&gt;&quot;Need server version at least 2.9.55&quot;&lt;/span&gt; &amp;amp;&amp;amp; exit 0
[ $(facet_fstype mds1) = &lt;span class=&quot;code-quote&quot;&gt;&quot;ldiskfs&quot;&lt;/span&gt; ] || $(facet_fstype ost1) = &lt;span class=&quot;code-quote&quot;&gt;&quot;ldiskfs&quot;&lt;/span&gt; ] &amp;amp;&amp;amp;
        skip &lt;span class=&quot;code-quote&quot;&gt;&quot;can&apos;t test snapshots with ldiskfs&quot;&lt;/span&gt; &amp;amp;&amp;amp; exit 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="191916" author="gerrit" created="Thu, 13 Apr 2017 18:12:13 +0000"  >&lt;p&gt;Saurabh Tandan (saurabh.tandan@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26600&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26600&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9318&quot; title=&quot;sanity-lsnapshot should be skipped for all non-ZFS configs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9318&quot;&gt;&lt;del&gt;LU-9318&lt;/del&gt;&lt;/a&gt; test: sanity-lsnapshot skipped for all non-zfs configs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 57433a0b141b5791d0347d9e6c22d21dd1d82c6d&lt;/p&gt;</comment>
                            <comment id="192641" author="gerrit" created="Wed, 19 Apr 2017 04:54:20 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26600/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26600/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9318&quot; title=&quot;sanity-lsnapshot should be skipped for all non-ZFS configs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9318&quot;&gt;&lt;del&gt;LU-9318&lt;/del&gt;&lt;/a&gt; test: sanity-lsnapshot skipped for all non-zfs configs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eb3379162c9c3044759013390cdba7b53783b31d&lt;/p&gt;</comment>
                            <comment id="192677" author="pjones" created="Wed, 19 Apr 2017 12:44:28 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="45420">LU-9320</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|hzz9tj:</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>