<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:36:47 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-10627] tests/utils: lhsmtool_posix now runs lt-lhsmtool_posix and breaks tests</title>
                <link>https://jira.whamcloud.com/browse/LU-10627</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When running tests locally lhsmtool_posix is a bash script that internally runs lustre/utils/.libs/lt-lhsmtool_posix. I assume this is due to the use of libtool in the compilation process.&lt;/p&gt;

&lt;p&gt;Running &lt;tt&gt;pgrep &quot;lhsmtool_posix&quot;&lt;/tt&gt; now yields no pid since the actual process is named &quot;lt-lhsmtool_posix&quot;.&lt;br/&gt;
This breaks quite a lot of tests in sanity-hsm.&lt;/p&gt;</description>
                <environment></environment>
        <key id="50685">LU-10627</key>
            <summary>tests/utils: lhsmtool_posix now runs lt-lhsmtool_posix and breaks tests</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="simmonsja">James A Simmons</assignee>
                                    <reporter username="cealustre">CEA</reporter>
                        <labels>
                            <label>HSM</label>
                            <label>patch</label>
                            <label>test</label>
                    </labels>
                <created>Wed, 7 Feb 2018 09:06:54 +0000</created>
                <updated>Wed, 5 Aug 2020 13:50:24 +0000</updated>
                            <resolved>Mon, 6 Aug 2018 14:54:24 +0000</resolved>
                                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="220306" author="jhammond" created="Wed, 7 Feb 2018 14:18:16 +0000"  >&lt;p&gt;Hi Quentin,&lt;/p&gt;

&lt;p&gt;Yes this is due to libtoolization of lustre/utils/ done by &lt;a href=&quot;https://review.whamcloud.com/30562&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30562&lt;/a&gt; &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5541&quot; title=&quot;improve liblustreapi build&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5541&quot;&gt;&lt;del&gt;LU-5541&lt;/del&gt;&lt;/a&gt; build: move libcfs and liblustreapi over to libtool.&lt;/p&gt;

&lt;p&gt;I have been using &lt;tt&gt;./configure --disable-shared&lt;/tt&gt; as a workaround for this issue when I am doing local testing. There may be a better fix for this but I do not know it.&lt;/p&gt;</comment>
                            <comment id="220317" author="simmonsja" created="Wed, 7 Feb 2018 16:23:46 +0000"  >&lt;p&gt;I have an idea. Can you try and change&#160;&lt;/p&gt;

&lt;p&gt;export LD_LIBRARY_PATH=${LUSTRE}/utils:${LD_LIBRARY_PATH}&lt;/p&gt;

&lt;p&gt;in test-framework.sh to&lt;/p&gt;

&lt;p&gt;export LD_LIBRARY_PATH=${LUSTRE}/utils/.libs:${LD_LIBRARY_PATH}&lt;/p&gt;

&lt;p&gt;Let me know if that works.&lt;/p&gt;</comment>
                            <comment id="220545" author="bougetq" created="Fri, 9 Feb 2018 08:18:02 +0000"  >&lt;p&gt;Hi John,&lt;/p&gt;

&lt;p&gt;Your workaround works for me, thanks!&lt;/p&gt;

&lt;p&gt;Hi James,&lt;/p&gt;

&lt;p&gt;I tried what you suggested (before using &lt;tt&gt;./configure --disable-shared&lt;/tt&gt;) but it did not work. The main issue is that sanity-hsm uses &lt;tt&gt;killall &quot;lhsmtool_posix&quot;&lt;/tt&gt; to kill copytools (unlike &lt;tt&gt;pkill&lt;/tt&gt;, &lt;tt&gt;killall&lt;/tt&gt; only affects processes whose name fully matches its arguments). Since internally, the libtool-generated &lt;tt&gt;lhsmtool_posix&lt;/tt&gt; calls &lt;tt&gt;exec lt-lhsmtool_posix&lt;/tt&gt;, killall fails to find any matching process.&lt;/p&gt;</comment>
                            <comment id="227323" author="simmonsja" created="Fri, 4 May 2018 14:46:40 +0000"  >&lt;p&gt;Now that I&apos;m testing Ubuntu 18 on my local system I will be testing lustre without installing it so I will look to fix this. The easy way to fix this is change $LUSTRE/utils/ to $LUSTRE/utils/.libs but I&apos;m also looking at using env to properly set the PATH variable so the right application would be used.&lt;/p&gt;</comment>
                            <comment id="230537" author="simmonsja" created="Thu, 19 Jul 2018 14:05:57 +0000"  >&lt;p&gt;Okay I looked into this problem and found the solution. If you add the following it disables creating libtool executable wrappers.&lt;br/&gt;
prog_LDFLAGS = -no-install&lt;/p&gt;</comment>
                            <comment id="230549" author="gerrit" created="Thu, 19 Jul 2018 15:09:27 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32835&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32835&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10627&quot; title=&quot;tests/utils: lhsmtool_posix now runs lt-lhsmtool_posix and breaks tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10627&quot;&gt;&lt;del&gt;LU-10627&lt;/del&gt;&lt;/a&gt; tests: don&apos;t use libtool wrapper for applications&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3e6fcf41eb85af32899fefcccc303b07eb61c111&lt;/p&gt;</comment>
                            <comment id="231513" author="gerrit" created="Mon, 6 Aug 2018 14:36:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32835/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32835/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10627&quot; title=&quot;tests/utils: lhsmtool_posix now runs lt-lhsmtool_posix and breaks tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10627&quot;&gt;&lt;del&gt;LU-10627&lt;/del&gt;&lt;/a&gt; tests: don&apos;t use libtool wrapper for applications&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fd472f9427931092bab8d676798bc3f9744a552b&lt;/p&gt;</comment>
                            <comment id="231523" author="simmonsja" created="Mon, 6 Aug 2018 14:54:24 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="50227">LU-10514</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52306">LU-11039</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="54224">LU-11742</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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzsdr:</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>