<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:24:48 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-9281] sanity test_161d: create should be blocked</title>
                <link>https://jira.whamcloud.com/browse/LU-9281</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Bob Glossman &amp;lt;bob.glossman@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/6bb96e0e-15b0-11e7-8920-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/6bb96e0e-15b0-11e7-8920-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_161d failed with the following error:&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;create should be blocked
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The following error is present in the test log.&lt;br/&gt;
It comes from the call of &apos;ps -q&apos;.&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: unsupported SysV option

Usage:
 ps [options]

 Try &apos;ps --help &apos;
  or &apos;ps --help &apos;
 for additional help text.

For more details see ps(1).
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Info required for matching: sanity 161d&lt;/p&gt;</description>
                <environment></environment>
        <key id="45158">LU-9281</key>
            <summary>sanity test_161d: create should be blocked</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Fri, 31 Mar 2017 13:53:59 +0000</created>
                <updated>Wed, 17 Feb 2021 21:23:38 +0000</updated>
                            <resolved>Thu, 6 Apr 2017 04:01:14 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="190311" author="bogl" created="Fri, 31 Mar 2017 18:15:25 +0000"  >&lt;p&gt;another on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/4ae6253a-79e4-4c1f-903d-306a99db2f21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/4ae6253a-79e4-4c1f-903d-306a99db2f21&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="190313" author="bogl" created="Fri, 31 Mar 2017 18:18:49 +0000"  >&lt;p&gt;this just started failing.  It may be due to testing on sles12 sp2, which is seldom done.  May be due to something bad recently landed in master being the direct cause.&lt;/p&gt;</comment>
                            <comment id="190326" author="bogl" created="Fri, 31 Mar 2017 20:22:14 +0000"  >&lt;p&gt;The direct cause of this is the very recent landing of&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8907&quot; title=&quot;LBUG: (namei.c:816:ll_create_node()) ASSERTION( list_empty(&amp;amp;inode-&amp;gt;i_dentry) ) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8907&quot;&gt;&lt;del&gt;LU-8907&lt;/del&gt;&lt;/a&gt; llite: handle client racy case during create&lt;/p&gt;

&lt;p&gt;This change added test 161d to sanity.sh.&lt;br/&gt;
It&apos;s brand new.&lt;/p&gt;

&lt;p&gt;The test includes a call to &apos;ps -q&apos;.&lt;br/&gt;
This ps command line option doesn&apos;t exist in any sles12 version of ps.&lt;br/&gt;
It causes 100% fail on both sles12 sp1 and sles12 sp2.&lt;/p&gt;</comment>
                            <comment id="190332" author="bogl" created="Fri, 31 Mar 2017 21:06:02 +0000"  >&lt;p&gt;no  &apos;-q&apos; option on ps in sles11 either.  The test will fail there too.&lt;/p&gt;</comment>
                            <comment id="190365" author="bfaccini" created="Sat, 1 Apr 2017 13:48:08 +0000"  >&lt;p&gt;Hmm sorry about that Bob.&lt;br/&gt;
To answer your offline question, &quot;-p&quot; option of &quot;ps&quot; command could also be used in my new sanity/test_161d sub-test.&lt;/p&gt;</comment>
                            <comment id="190372" author="gerrit" created="Sat, 1 Apr 2017 20:58:23 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26298&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26298&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9281&quot; title=&quot;sanity test_161d: create should be blocked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9281&quot;&gt;&lt;del&gt;LU-9281&lt;/del&gt;&lt;/a&gt; test: stop using invalid ps option&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3c9ffdd8945faf3b45a82614bf6b07260f1e960&lt;/p&gt;</comment>
                            <comment id="190952" author="gerrit" created="Thu, 6 Apr 2017 01:02:22 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26298/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26298/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9281&quot; title=&quot;sanity test_161d: create should be blocked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9281&quot;&gt;&lt;del&gt;LU-9281&lt;/del&gt;&lt;/a&gt; test: stop using invalid ps option&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 21fc71fc9f2002207ad6178beb66fc020c386a57&lt;/p&gt;</comment>
                            <comment id="190965" author="pjones" created="Thu, 6 Apr 2017 04:01:14 +0000"  >&lt;p&gt;Landed for 2.10&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|hzz8yn:</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>