<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:48:32 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-5102] Loading plugin for a given mount_type from ${pkglibdir}/mount_osd_FSTYPE.so&quot; brings problem to local testing. </title>
                <link>https://jira.whamcloud.com/browse/LU-5102</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;run sh llmount with current master I got this&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;[root@mds tests]# sh llmount.sh 
Stopping clients: mds /mnt/lustre (opts:)
Stopping clients: mds /mnt/lustre2 (opts:)
Loading modules from /work/lustre-release/lustre/tests/..
detected 2 online CPUs by sysfs
Force libcfs to create 2 CPU partitions
../libcfs/libcfs/libcfs options: &apos;cpu_npartitions=2&apos;
debug=vfstrace rpctrace dlmtrace neterror ha config ioctl super
subsystem_debug=all -lnet -lnd -pinger
gss/krb5 is not supported
quota/lquota options: &apos;hash_lqs_cur_bits=3&apos;
Formatting mgs, mds, osts
Format mds1: /tmp/lustre-mdt1

mkfs.lustre FATAL: unhandled fs type 1 &apos;ldiskfs&apos;

mkfs.lustre FATAL: unable to prepare backend (22)
mkfs.lustre: exiting with 22 (Invalid argument)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It seems commit &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4606&quot; title=&quot;Lustre hard codes libzfs.so.1 in lustre/utils/mount_utils_zfs.c&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4606&quot;&gt;&lt;del&gt;LU-4606&lt;/del&gt;&lt;/a&gt; utils: Mount uses so for backing fstype&quot; insist to load plugin for a given mount_type from &lt;tt&gt;$pkglibdir/mount_osd_$FSTYPE.so&lt;/tt&gt;, which will bring problem for local testing environment.&lt;/p&gt;


</description>
                <environment></environment>
        <key id="24823">LU-5102</key>
            <summary>Loading plugin for a given mount_type from ${pkglibdir}/mount_osd_FSTYPE.so&quot; brings problem to local testing. </summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="di.wang">Di Wang</reporter>
                        <labels>
                    </labels>
                <created>Mon, 26 May 2014 17:40:32 +0000</created>
                <updated>Thu, 5 Jun 2014 13:10:38 +0000</updated>
                            <resolved>Thu, 5 Jun 2014 13:10:38 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="84881" author="adilger" created="Mon, 26 May 2014 18:04:50 +0000"  >&lt;p&gt;I think there are a few ways this could be solved:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;have mount_lustre.c check for $LUSTRE in the environment and use that as the path prefix for &lt;tt&gt;mount_ost_$FSTYPE.so&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;have mount_lustre.c check the pathname under which it is executed, and if a relative or absolute path is used (i.e. with &apos;/&apos; in it) then use the basename to look for &lt;tt&gt;mount_ost_$FSTYPE.so&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;add an argument to mount_lustre.c to specify the path for libraries&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="84906" author="jhammond" created="Tue, 27 May 2014 10:13:42 +0000"  >&lt;p&gt;Or add $PWD/./lustre/utils/.libs/ to LD_LIBRARY_PATH and pass &quot;mount_ost_$FSTYPE.so&quot; to dlopen(). Or some combination of that and Andreas&apos;s suggestions.&lt;/p&gt;</comment>
                            <comment id="85034" author="utopiabound" created="Wed, 28 May 2014 15:37:30 +0000"  >&lt;p&gt;looks for $LUSTRE after looking in libdir&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/10468&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10468&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Looking at invocation path doesn&apos;t work because of mount.lustre always needing to be invoked from /sbin by mount.&lt;/p&gt;</comment>
                            <comment id="85796" author="jlevi" created="Thu, 5 Jun 2014 13:10:38 +0000"  >&lt;p&gt;Patch landed to Master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="23082">LU-4606</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|hzwn33:</customfieldvalue>

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