<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:25:28 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-2469] Test-framework.sh ignores MDSDEV when FSTYPE=zfs</title>
                <link>https://jira.whamcloud.com/browse/LU-2469</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Test-framework.sh ignores MDSDEV here:&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;mdsdevname() {
    num=$1
    DEVNAME=MDSDEV$num

        local fstype=$(facet_fstype mds$num)

        &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; $fstype in
                ldiskfs )
                        #&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; $MDSDEVn isn&apos;t defined, &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; is $MDSDEVBASE + num
                        eval DEVPTR=${!DEVNAME:=${MDSDEVBASE}${num}};;
                zfs )   
                        #dataset name is independent of vdev device names
                        eval DEVPTR=${FSNAME}-mdt${num}/mdt${num};;
                * )
                        error &lt;span class=&quot;code-quote&quot;&gt;&quot;unknown fstype!&quot;&lt;/span&gt;;;
        esac
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;andreas suggests:&lt;br/&gt;
eval DEVPTR=${!DEVNAME:=${FSNAME}-mdt${num}/mdt${num}}&quot;&lt;br/&gt;
as a fix&lt;/p&gt;</description>
                <environment></environment>
        <key id="16900">LU-2469</key>
            <summary>Test-framework.sh ignores MDSDEV when FSTYPE=zfs</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="cliffw">Cliff White</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Tue, 11 Dec 2012 15:38:28 +0000</created>
                <updated>Sun, 3 Apr 2016 03:28:05 +0000</updated>
                            <resolved>Fri, 22 Nov 2013 11:53:07 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="49403" author="utopiabound" created="Tue, 18 Dec 2012 14:08:53 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/4854&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4854&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="50184" author="di.wang" created="Tue, 8 Jan 2013 23:51:20 +0000"  >&lt;p&gt;This patch cause following error. Please check&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@testnode tests&amp;#93;&lt;/span&gt;# FSTYPE=zfs sh llmount.sh&lt;br/&gt;
Stopping clients: testnode /mnt/lustre (opts&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
Stopping clients: testnode /mnt/lustre2 (opts&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;br/&gt;
Loading modules from /work/lustre-release/lustre/tests/..&lt;br/&gt;
detected 2 online CPUs by sysfs&lt;br/&gt;
Force libcfs to create 2 CPU partitions&lt;br/&gt;
../libcfs/libcfs/libcfs options: &apos;cpu_npartitions=2&apos;&lt;br/&gt;
debug=vfstrace rpctrace dlmtrace neterror ha config ioctl super&lt;br/&gt;
subsystem_debug=all -lnet -lnd -pinger&lt;br/&gt;
gss/krb5 is not supported&lt;br/&gt;
quota/lquota options: &apos;hash_lqs_cur_bits=3&apos;&lt;br/&gt;
Formatting mgs, mds, osts&lt;br/&gt;
Format mds1: /tmp/lustre-mdt1&lt;/p&gt;

&lt;p&gt;mkfs.lustre FATAL: Invalid filesystem name /tmp/lustre-mdt1&lt;/p&gt;

&lt;p&gt;mkfs.lustre FATAL: unable to prepare backend (22)&lt;br/&gt;
mkfs.lustre: exiting with 22 (Invalid argument)&lt;/p&gt;</comment>
                            <comment id="50268" author="adilger" created="Thu, 10 Jan 2013 10:49:17 +0000"  >&lt;p&gt;Oleg is reverting this patch due to the severe breakage. It needs to be fixed and resubmitted after it passes testing with ZFS enabled (using Test-Parameters. &lt;/p&gt;</comment>
                            <comment id="50270" author="adilger" created="Thu, 10 Jan 2013 10:51:46 +0000"  >&lt;p&gt;See &lt;a href=&quot;http://wiki.whamcloud.com/plugins/servlet/content/view/8552564&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://wiki.whamcloud.com/plugins/servlet/content/view/8552564&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="50422" author="utopiabound" created="Mon, 14 Jan 2013 11:15:35 +0000"  >&lt;p&gt;Reworked patch&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/5016&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5016&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52717" author="utopiabound" created="Tue, 19 Feb 2013 18:07:20 +0000"  >&lt;p&gt;Skip failing zfs tests:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/5472&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5472&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="67485" author="adilger" created="Tue, 24 Sep 2013 22:58:54 +0000"  >&lt;p&gt;Patches for this bug are landed, should it be closed?&lt;/p&gt;</comment>
                            <comment id="72084" author="jessica" created="Thu, 21 Nov 2013 23:59:23 +0000"  >&lt;p&gt;Nathaniel - Can this be closed?&lt;/p&gt;</comment>
                            <comment id="72119" author="utopiabound" created="Fri, 22 Nov 2013 11:53:07 +0000"  >&lt;p&gt;Should this be cherry-picked for 2.5.1?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="17518">LU-2787</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="17295">LU-2678</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="17403">LU-2734</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|hzvdmv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5815</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>