<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06:43 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-407] RPM scriptlets broken because module name is not valid</title>
                <link>https://jira.whamcloud.com/browse/LU-407</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The lustre-modules rpm is neither upgradeable nor uninstallable without forcing on RHEL6.1 (probably all redhat systems).  In the %preun script the the name of the lustre-modules rpm is missing the architecture from the end of the name.  The scriptlet does the following:&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;rpm -ql %{name}-modules-%{version}-%{release}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;But rpm will only allow one of the following forms:&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;rpm -ql %{name}-modules
rpm -ql %{name}-modules-%{version}
rpm -ql %{name}-modules-%{version}-%{release}.%{_arch}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The %post script has the same problem, but the subsequent commands in the scripts hide the error code and allow the script to exit normally.&lt;/p&gt;

&lt;p&gt;I am not sure why no one else noticed this, so I made a patch that only fixes this for %{_vendor}==redhat.  But it may very well be needed on all architectures.&lt;/p&gt;</description>
                <environment>RHEL 6.1</environment>
        <key id="11148">LU-407</key>
            <summary>RPM scriptlets broken because module name is not valid</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="brian">Brian Murrell</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Fri, 10 Jun 2011 17:14:19 +0000</created>
                <updated>Thu, 4 Aug 2011 10:46:00 +0000</updated>
                            <resolved>Thu, 4 Aug 2011 10:46:00 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                                        <due></due>
                            <votes>1</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="16045" author="morrone" created="Fri, 10 Jun 2011 17:22:43 +0000"  >&lt;p&gt;Example patch here:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/934&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/934&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m happy to update it to be the default behavior for all distros if that is correct.&lt;/p&gt;</comment>
                            <comment id="16075" author="pjones" created="Mon, 13 Jun 2011 09:32:54 +0000"  >&lt;p&gt;Brian will look into this one&lt;/p&gt;</comment>
                            <comment id="16080" author="brian" created="Mon, 13 Jun 2011 10:00:51 +0000"  >&lt;blockquote&gt;
&lt;p&gt;But rpm will only allow one of the following forms:&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;rpm -ql %{name}-modules
rpm -ql %{name}-modules-%{version}
rpm -ql %{name}-modules-%{version}-%{release}.%{_arch}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt;This doesn&apos;t appear to be the case on RHEL 5:&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;# rpm -q lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.g0091fc7_g0091fc7.x86_64
lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.g0091fc7_g0091fc7
# rpm -q lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.g0091fc7_g0091fc7
lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.g0091fc7_g0091fc7
# rpm -q lustre-modules-2.0.59
lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.g0091fc7_g0091fc7
# rpm -q lustre-modules
lustre-modules-2.0.59-2.6.18_194.17.1.el5_lustre.g0091fc7_g0091fc7
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So this new behavior seems to be a RHEL 6ism.  I will test it further.&lt;/p&gt;</comment>
                            <comment id="16109" author="brian" created="Mon, 13 Jun 2011 15:41:34 +0000"  >&lt;p&gt;Hrm.  RHEL 6 behaves the same as RHEL 5:&lt;/p&gt;

&lt;p&gt;For the package:&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;# rpm -qi lustre-modules-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661.x86_64
Name        : lustre-modules               Relocations: (not relocatable)
Version     : 2.0.62                            Vendor: (none)
Release     : 2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661   Build Date: Mon 13 Jun 2011 04:10:02 PM EEST
Install Date: Mon 13 Jun 2011 10:28:41 PM EEST      Build Host: rhel6-64-build.lab.whamcloud.com
Group       : Development/Kernel            Source RPM: lustre-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661.src.rpm
Size        : 143107327                        License: GPL
Signature   : (none)
URL         : http:&lt;span class=&quot;code-comment&quot;&gt;//wiki.whamcloud.com/
&lt;/span&gt;Summary     : Kernel Lustre modules &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; Linux 2.6.32-131.2.1.el6_lustre.gc25aafb.x86_64
Description :
Lustre file system, server and network drivers &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; Linux 2.6.32-131.2.1.el6_lustre.gc25aafb.x86_64.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I am able to query for the package using any subset of components in the name-version-release.distro path:&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;# rpm -q lustre-modules
lustre-modules-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661.x86_64
# rpm -q lustre-modules-2.0.62
lustre-modules-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661.x86_64
# rpm -q lustre-modules-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661
lustre-modules-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661.x86_64
# rpm -q lustre-modules-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661.x86_64
lustre-modules-2.0.62-2.6.32_131.2.1.el6_lustre.gc25aafb.x86_64_g5f64661.x86_64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Is this problem unique to only RHEL6.1 then?  We/I don&apos;t have a RHEL6.1 here to test with so if you could complete the set of proofs and provide the output of the same tests as the above two but for RHEL6.1, we could get a better picture of the platforms affected.  Thanx.&lt;/p&gt;</comment>
                            <comment id="17165" author="adilger" created="Wed, 29 Jun 2011 17:21:38 +0000"  >&lt;p&gt;This is also failing on my FC13 installed client, preventing me from being able to uninstall this RPM without passing &quot;--nopreun&quot;.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;rpm -e --nodeps lustre-modules&lt;br/&gt;
error: %preun(lustre-modules-1.8.6-2.6.32.26_175.fc12.x86_64.x86_64) scriptlet failed, exit status 1&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;rpm -q lustre-modules&lt;br/&gt;
lustre-modules-1.8.6-2.6.32.26_175.fc12.x86_64.x86_64&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;note strange double-arch suffix                ^^^^^^&lt;br/&gt;
It doesn&apos;t make sense to include the arch in the %&lt;/p&gt;
{version}, which is what I would assume happened here.&lt;br/&gt;
&lt;br/&gt;
# rpm -ql lustre-modules-1.8.6-2.6.32.26_175.fc12&lt;br/&gt;
package lustre-modules-1.8.6-2.6.32.26_175.fc12 is not installed&lt;br/&gt;
# rpm -ql lustre-modules-1.8.6-2.6.32.26_175.fc12.x86_64&lt;br/&gt;
package lustre-modules-1.8.6-2.6.32.26_175.fc12.x86_64 is not installed&lt;br/&gt;
# rpm -ql lustre-modules-1.8.6-2.6.32.26_175.fc12.x86_64.x86_64
{lists modules}&lt;br/&gt;
&lt;br/&gt;
It probably makes sense to add &quot;|| true&quot; at the end of this line, so at least in case of failure it doesn&apos;t break the RPM uninstall.  Alternately, if the RPM version is not well defined between distros, something like:&lt;br/&gt;
&lt;br/&gt;
%post modules&lt;br/&gt;
:&lt;br/&gt;
:&lt;br/&gt;
# &quot;weak modules&quot; support&lt;br/&gt;
rpm -ql $(rpm -q %{name}-modules | grep &quot;%{version}
&lt;p&gt;-%&lt;/p&gt;
{release}&quot;) |&lt;br/&gt;
    grep &apos;\.ko$&apos; &amp;gt; /var/run/%{name}-modules&lt;br/&gt;
# Suse&lt;br/&gt;
if [ -x /usr/lib/module-init-tools/weak-modules ]; then&lt;br/&gt;
    cat /var/run/%{name}-modules |&lt;br/&gt;
        /usr/lib/module-init-tools/weak-modules --add-modules&lt;br/&gt;
fi&lt;br/&gt;
# RedHat&lt;br/&gt;
if [ -x /sbin/weak-modules ]; then&lt;br/&gt;
    cat /var/run/%{name}-modules |&lt;br/&gt;
        /sbin/weak-modules --add-modules&lt;br/&gt;
fi&lt;br/&gt;
rm -f /var/run/%{name}-modules&lt;br/&gt;
&lt;br/&gt;
%preun modules&lt;br/&gt;
rpm &lt;del&gt;ql $(rpm -q %{name}-modules | grep &quot;%{version}&lt;/del&gt;%{release}
&lt;p&gt;&quot;) |&lt;br/&gt;
    grep &apos;\.ko$&apos; &amp;gt; /var/run/%&lt;/p&gt;
{name}
&lt;p&gt;-modules || true&lt;/p&gt;


&lt;p&gt;On a minor side note, there is no need to grep &apos;\.ko$&apos; when calling weak-modules, it was already done during &quot;rpm -ql&quot;.&lt;/p&gt;</comment>
                            <comment id="17168" author="morrone" created="Wed, 29 Jun 2011 20:08:55 +0000"  >&lt;p&gt;We also see the double .x86_64 in the name, and I can explain that.  A standard RHEL/fedora (at least the latest versions, it might have been different previously) kernel has a version string like so:&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;1.8.6-2.6.32.26_175.fc12.x86_64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It actually includes the .x86_64 in the version string compiled into the kernel, not just as part of the rpm name.  So when lustre includes the kernel version into its packages name, that first .x84_64 really is part of the kernel version string.  Only the second one was added as the rpm package architecture designation.&lt;/p&gt;

&lt;p&gt;I also kind of suspect that this is the reason why you and I see this problem, but Brian Murrell does not when he uses the his kernel string that does NOT end in &quot;.x86_64&quot;.  I kind of suspect that rpm is doing something stupid where is munges the user&apos;s input on the command line before checking it against the canonical package name in the database.  So I suspect sees .x86_64 on the end, and strips it off thinking it it just part of the rpm name, when really it IS part of the package name.  It should only strip it off when there are two...but I haven&apos;t looking into the rpm source yet to see if that is really the case.&lt;/p&gt;

&lt;p&gt;If rpm were well behaved (and my assumption is correct), it should really try the lookup on the user string first, and only munge it into another form (strip off the trailing part that looks like the architecture designation), if the first lookup fails and then try again.&lt;/p&gt;</comment>
                            <comment id="18199" author="morrone" created="Mon, 25 Jul 2011 19:10:34 +0000"  >&lt;p&gt;I updated &lt;a href=&quot;http://review.whamcloud.com/934&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/934&lt;/a&gt; with Andreas&apos; suggestions.&lt;/p&gt;</comment>
                            <comment id="18673" author="hudson" created="Wed, 3 Aug 2011 12:36:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18674" author="hudson" created="Wed, 3 Aug 2011 12:39:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18675" author="hudson" created="Wed, 3 Aug 2011 12:41:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18676" author="hudson" created="Wed, 3 Aug 2011 12:42:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18677" author="hudson" created="Wed, 3 Aug 2011 12:43:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18678" author="hudson" created="Wed, 3 Aug 2011 12:43:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18679" author="hudson" created="Wed, 3 Aug 2011 12:44:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18680" author="hudson" created="Wed, 3 Aug 2011 12:45:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18681" author="hudson" created="Wed, 3 Aug 2011 12:46:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18682" author="hudson" created="Wed, 3 Aug 2011 12:56:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18683" author="hudson" created="Wed, 3 Aug 2011 12:56:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/240/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #240&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-407&quot; title=&quot;RPM scriptlets broken because module name is not valid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-407&quot;&gt;&lt;del&gt;LU-407&lt;/del&gt;&lt;/a&gt; Fix lustre-modules rpm name in spec file.&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7fe3a1558a5c990d21759e07c89c33b9cd30599b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7fe3a1558a5c990d21759e07c89c33b9cd30599b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&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|hzv8n3:</customfieldvalue>

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