<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:09:41 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-7529] conf-sanity test_32a fails when using seperate MGS</title>
                <link>https://jira.whamcloud.com/browse/LU-7529</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;test_32a doesn&apos;t umount MGS before starting compatibility test, thus the MGS will be left mounted. And further mounting of MDS (Only if $FSNAME is left as &apos;lustre&apos;) or module removal will fail.&lt;/p&gt;

&lt;p&gt;Following is what I used to drive the test. Please note that MGS and MDT are seperate devices.&lt;/p&gt;

&lt;p&gt;#!/bin/sh&lt;br/&gt;
pushd /usr/lib64/lustre/tests &amp;gt; /dev/null&lt;br/&gt;
mgs_HOST=vm12 \&lt;br/&gt;
mds_HOST=vm12 \&lt;br/&gt;
ost1_HOST=vm12 \&lt;br/&gt;
ost2_HOST=vm12 \&lt;br/&gt;
MGSDEV=/dev/sdb1 \&lt;br/&gt;
MDSDEV1=/dev/sdb2 \&lt;br/&gt;
OSTDEV1=/dev/sdb3 \&lt;br/&gt;
OSTDEV2=/dev/sdb5 \&lt;br/&gt;
PDSH=&quot;pdsh -S -w&quot; \&lt;br/&gt;
NAME=local \&lt;br/&gt;
REFORMAT=&quot;--reformat&quot; \&lt;br/&gt;
ONLY=32a \&lt;br/&gt;
sh conf-sanity.sh&lt;br/&gt;
popd&lt;/p&gt;

</description>
                <environment></environment>
        <key id="33493">LU-7529</key>
            <summary>conf-sanity test_32a fails when using seperate MGS</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="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="lixi">Li Xi</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Tue, 8 Dec 2015 14:30:16 +0000</created>
                <updated>Mon, 26 Feb 2018 14:41:59 +0000</updated>
                            <resolved>Wed, 19 Apr 2017 12:27:19 +0000</resolved>
                                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="135487" author="gerrit" created="Tue, 8 Dec 2015 14:41:10 +0000"  >&lt;p&gt;Li Xi (lixi@ddn.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17507&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17507&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7529&quot; title=&quot;conf-sanity test_32a fails when using seperate MGS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7529&quot;&gt;&lt;del&gt;LU-7529&lt;/del&gt;&lt;/a&gt; test: umount mgs in conf-sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 234e9692127153483ed503b865149f8f4c9e36e3&lt;/p&gt;</comment>
                            <comment id="135537" author="pjones" created="Tue, 8 Dec 2015 18:37:57 +0000"  >&lt;p&gt;Emoly&lt;/p&gt;

&lt;p&gt;Could you please look at this patch?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="135998" author="lixi" created="Fri, 11 Dec 2015 04:58:03 +0000"  >&lt;p&gt;In conf-sanity:27b,47,84, it is assumed that conf-sanity assumes OST/MDT are shared by two VMs right? But that might not be true for some. Can we add some option or check to skip those cases so that tests won&apos;t fail on some environment?&lt;/p&gt;</comment>
                            <comment id="136652" author="emoly.liu" created="Thu, 17 Dec 2015 02:40:25 +0000"  >&lt;p&gt;Li Xi, thanks for updating the patch!&lt;/p&gt;</comment>
                            <comment id="192622" author="gerrit" created="Wed, 19 Apr 2017 04:45:27 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/17507/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/17507/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7529&quot; title=&quot;conf-sanity test_32a fails when using seperate MGS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7529&quot;&gt;&lt;del&gt;LU-7529&lt;/del&gt;&lt;/a&gt; test: fix tiny problems of tests in conf-sanity.sh&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 51f0876dc6fbe0e90ba512c8c7f124a282b4eec0&lt;/p&gt;</comment>
                            <comment id="192664" author="pjones" created="Wed, 19 Apr 2017 12:27:19 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="50945">LU-10717</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="40392">LU-8688</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 17 Dec 2015 14:30:16 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxv5b:</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>
                                                                                                                        <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 8 Dec 2015 14:30:16 +0000</customfieldvalue>

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