<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:56:00 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-5961] Concurrent mount of ZFS targets fails when modules are not loaded</title>
                <link>https://jira.whamcloud.com/browse/LU-5961</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When I mount multiple ZFS osts concurrently, e.g. by a script like the one below, I get errors like this:&lt;/p&gt;

&lt;p&gt;&amp;#8212;&lt;br/&gt;
Unable to open /dev/zfs: No such file or directory.&lt;br/&gt;
Verify the ZFS module stack is loaded by running &apos;/sbin/modprobe zfs&apos;.&lt;br/&gt;
Failed to initialize ZFS library&lt;br/&gt;
Unable to open /dev/zfs: No such file or directory.&lt;br/&gt;
Verify the ZFS module stack is loaded by running &apos;/sbin/modprobe zfs&apos;.&lt;br/&gt;
Failed to initialize ZFS library&lt;br/&gt;
Unable to open /dev/zfs: No such file or directory.&lt;br/&gt;
Verify the ZFS module stack is loaded by running &apos;/sbin/modprobe zfs&apos;.&lt;br/&gt;
Failed to initialize ZFS library&lt;br/&gt;
&amp;#8212;&lt;/p&gt;

&lt;p&gt;Mounting the targets serially works. Mounting in parallel also works, when the zfs and lustre modules are already loaded.&lt;/p&gt;

&lt;p&gt;&amp;#8212;&lt;br/&gt;
#!/bin/bash&lt;/p&gt;

&lt;p&gt;mount -t lustre ost0/lnec /mnt/lustre/ost0 &amp;amp;&lt;br/&gt;
mount -t lustre ost1/lnec /mnt/lustre/ost1 &amp;amp;&lt;br/&gt;
mount -t lustre ost2/lnec /mnt/lustre/ost2 &amp;amp;&lt;br/&gt;
mount -t lustre ost3/lnec /mnt/lustre/ost3 &amp;amp;&lt;br/&gt;
mount -t lustre ost4/lnec /mnt/lustre/ost4 &amp;amp;&lt;br/&gt;
mount -t lustre ost5/lnec /mnt/lustre/ost5 &amp;amp;&lt;br/&gt;
wait&lt;br/&gt;
&amp;#8212;&lt;/p&gt;

&lt;p&gt;Syslog shows some problems about unknown symbols:&lt;br/&gt;
&amp;gt; dmesg&lt;br/&gt;
...&lt;br/&gt;
ZFS: Loaded module v0.6.3-1, ZFS pool version 5000, ZFS filesystem version 5&lt;br/&gt;
LNet: HW CPU cores: 24, npartitions: 4&lt;br/&gt;
alg: No test for crc32 (crc32-table)&lt;br/&gt;
alg: No test for adler32 (adler32-zlib)&lt;br/&gt;
alg: No test for crc32 (crc32-pclmul)&lt;br/&gt;
Lustre: Lustre: Build Version: 2.5.3-RC1--PRISTINE-2.6.32-431.23.3.el6_lustre.x86_64&lt;br/&gt;
fld: gave up waiting for init of module ptlrpc.&lt;br/&gt;
fld: Unknown symbol RQF_FLD_QUERY&lt;br/&gt;
fld: gave up waiting for init of module ptlrpc.&lt;br/&gt;
fld: Unknown symbol req_capsule_client_get&lt;/p&gt;</description>
                <environment>Centos6.5</environment>
        <key id="27740">LU-5961</key>
            <summary>Concurrent mount of ZFS targets fails when modules are not loaded</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="omangold">Oliver Mangold</reporter>
                        <labels>
                    </labels>
                <created>Fri, 28 Nov 2014 09:28:03 +0000</created>
                <updated>Thu, 19 Feb 2015 12:53:53 +0000</updated>
                            <resolved>Thu, 19 Feb 2015 12:53:44 +0000</resolved>
                                    <version>Lustre 2.5.3</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="100216" author="pjones" created="Fri, 28 Nov 2014 12:10:26 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;Can you help with this issue?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="100229" author="brian" created="Fri, 28 Nov 2014 15:26:59 +0000"  >&lt;p&gt;I wonder if this is the same problem as &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1279&quot; title=&quot;failure trying to mount two targets at the same time after boot&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1279&quot;&gt;&lt;del&gt;LU-1279&lt;/del&gt;&lt;/a&gt;.  If anyone can confirm that it is more or less the same problem, a &quot;related&quot; link ought to be created from this ticket to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1279&quot; title=&quot;failure trying to mount two targets at the same time after boot&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1279&quot;&gt;&lt;del&gt;LU-1279&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="107335" author="utopiabound" created="Thu, 19 Feb 2015 12:53:17 +0000"  >&lt;p&gt;I cannot reproduce this on master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="13847">LU-1279</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|hzx1n3:</customfieldvalue>

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