<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:14:55 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-8132] tests: llmount.sh does not use fs-specific paths for the ost and mdt it mounts</title>
                <link>https://jira.whamcloud.com/browse/LU-8132</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When using llmount.sh with its default configuration, the paths to the ost(s) and mdt(s) looks like this:&lt;br/&gt;
/mnt/&amp;lt;component&amp;gt;&amp;lt;id&amp;gt; (for example &quot;/mnt/ost1&quot;)&lt;/p&gt;

&lt;p&gt;Because those paths are not specific to the filesystem they are related to, when mounting two different filesystems with llmount.sh, the first one&apos;s ost(s) and mdt(s) are replaced by the second&apos;s.&lt;/p&gt;</description>
                <environment></environment>
        <key id="36872">LU-8132</key>
            <summary>tests: llmount.sh does not use fs-specific paths for the ost and mdt it mounts</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="jamesanunez">James Nunez</assignee>
                                    <reporter username="cealustre">CEA</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Thu, 12 May 2016 07:14:13 +0000</created>
                <updated>Wed, 5 Aug 2020 13:54:30 +0000</updated>
                            <resolved>Wed, 5 Aug 2020 13:54:30 +0000</resolved>
                                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="151977" author="bougetq" created="Thu, 12 May 2016 07:15:25 +0000"  >&lt;p&gt;This could be corrected by changing the paths to something like:&lt;br/&gt;
/mnt/&amp;lt;fsname&amp;gt;-&amp;lt;component&amp;gt;&amp;lt;id&amp;gt;&lt;/p&gt;</comment>
                            <comment id="152026" author="pjones" created="Thu, 12 May 2016 17:07:12 +0000"  >&lt;p&gt;Do you intend to push a patch to fix this?&lt;/p&gt;</comment>
                            <comment id="152181" author="gerrit" created="Fri, 13 May 2016 11:07:22 +0000"  >&lt;p&gt;Quentin Bouget (quentin.bouget.ocre@cea.fr) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/20188&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/20188&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8132&quot; title=&quot;tests: llmount.sh does not use fs-specific paths for the ost and mdt it mounts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8132&quot;&gt;&lt;del&gt;LU-8132&lt;/del&gt;&lt;/a&gt; tests: do not truncate fsname from paths to ost/mdt&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9a744f95f19620b0adb8276c00165dd784cee084&lt;/p&gt;</comment>
                            <comment id="152183" author="bougetq" created="Fri, 13 May 2016 11:31:31 +0000"  >&lt;p&gt;Actually since the ultimate goal is to be able to mount two different filesystems in local mode with llmount.sh, would it be ok for this patch to introduce some other modifications?&lt;/p&gt;

&lt;p&gt;For that, the changes in the current fix are not enough. I would need to add an option &quot;NOFORMAT_MGS&quot; and &quot;NOSETUP_MGS&quot; (similar to the NOFORMAT and NOSETUP variables used in llmount.sh) to protect the mgs created by the first llmount.sh execution from the second one.&lt;/p&gt;</comment>
                            <comment id="152193" author="jamesanunez" created="Fri, 13 May 2016 13:13:39 +0000"  >&lt;p&gt;Quentin - Thank you for the patch. You may certainly add functionality to the existing patch, but I prefer patches that do a single thing since this is easier for reviewers and may help with the landing process. My request would be to upload a second patch with your proposed change of introducing NOFORMAT_MGS and NOSETUP_MGS.&lt;/p&gt;</comment>
                            <comment id="152205" author="bougetq" created="Fri, 13 May 2016 13:52:20 +0000"  >&lt;p&gt;Ok, thanks. Here is the related ticket: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8140&quot; title=&quot;tests: mount two distinct filesystems in local mode with llmount.sh&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8140&quot;&gt;LU-8140&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="154389" author="gerrit" created="Thu, 2 Jun 2016 04:45:32 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/20188/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/20188/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8132&quot; title=&quot;tests: llmount.sh does not use fs-specific paths for the ost and mdt it mounts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8132&quot;&gt;&lt;del&gt;LU-8132&lt;/del&gt;&lt;/a&gt; tests: do not truncate fsname from paths to ost/mdt&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 710f5ea458ee0db188bb7303ec18feb99e1ce1e0&lt;/p&gt;</comment>
                            <comment id="157307" author="jamesanunez" created="Wed, 29 Jun 2016 19:00:59 +0000"  >&lt;p&gt;Patch landed to master (pre-2.9.0). Work related to this ticket is tracked under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8140&quot; title=&quot;tests: mount two distinct filesystems in local mode with llmount.sh&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8140&quot;&gt;LU-8140&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="36912">LU-8140</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, 2 Jun 2016 07:14:13 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzybcf:</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>Thu, 12 May 2016 07:14:13 +0000</customfieldvalue>

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