<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:57:57 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-13053] conf-sanity test 87 call to umount_ldiskfs() fails</title>
                <link>https://jira.whamcloud.com/browse/LU-13053</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;conf-sanity test_87 calls umount_ldiskfs() and fails to find the function&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;/usr/lib64/lustre/tests/conf-sanity.sh: line 6334: umount_ldiskfs: command not found
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The problem is that umount_ldiskfs() does not exist, but unmount_ldiskfs() does exist. conf-sanity test 87 is the only test and only test suite that calls unmount_ldiskfs(). &lt;/p&gt;

&lt;p&gt;umount_client() is another function that exists and is used throughout conf-sanity. Since the unmount command is umount, let&#8217;s be consistent and change unmount_ldiskfs() to umount_ldiskfs().&lt;/p&gt;</description>
                <environment></environment>
        <key id="57566">LU-13053</key>
            <summary>conf-sanity test 87 call to umount_ldiskfs() fails</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="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>easy</label>
                            <label>tests</label>
                    </labels>
                <created>Fri, 6 Dec 2019 16:28:24 +0000</created>
                <updated>Thu, 23 Jan 2020 13:30:41 +0000</updated>
                            <resolved>Thu, 23 Jan 2020 13:30:41 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.14.0</version>
                    <version>Lustre 2.12.4</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="259375" author="gerrit" created="Fri, 6 Dec 2019 16:49:10 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36949&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36949&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13053&quot; title=&quot;conf-sanity test 87 call to umount_ldiskfs() fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13053&quot;&gt;&lt;del&gt;LU-13053&lt;/del&gt;&lt;/a&gt; tests: rename unmount_ldiskfs to umount&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1f24cd0e0c460e0ff2e079ee1ad16d0d71554ab2&lt;/p&gt;</comment>
                            <comment id="259477" author="jamesanunez" created="Mon, 9 Dec 2019 17:39:01 +0000"  >&lt;p&gt;Reviewing all the unmount commands in test-framework, we have the following that use &apos;umount&apos; in the name:&lt;br/&gt;
umount_client()&lt;br/&gt;
zconf_umount_clients()&lt;/p&gt;

&lt;p&gt;We have the following that use &apos;unmount&apos; in the name:&lt;br/&gt;
unmount_ldiskfs()&lt;br/&gt;
unmount_zfs()&lt;br/&gt;
unmount_fstype()&lt;/p&gt;

&lt;p&gt;It looks like we are being a bit inconsistent in naming conventions between clients and servers.&lt;/p&gt;

&lt;p&gt;In the latest version of the patch, I just changed conf-sanity test 87 to conform to what is in test-framework.sh. &lt;/p&gt;</comment>
                            <comment id="261688" author="gerrit" created="Thu, 23 Jan 2020 05:31:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36949/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36949/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13053&quot; title=&quot;conf-sanity test 87 call to umount_ldiskfs() fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13053&quot;&gt;&lt;del&gt;LU-13053&lt;/del&gt;&lt;/a&gt; tests: fix conf-sanity call to  umount_ldiskfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4cccb265c5c2148cc4d1089fa1bdaa8db606d57e&lt;/p&gt;</comment>
                            <comment id="261713" author="pjones" created="Thu, 23 Jan 2020 13:30:41 +0000"  >&lt;p&gt;Landed for 2.14&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|i00qkv:</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>