<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:10:41 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-7643] Remove kernel version string from Lustre release field</title>
                <link>https://jira.whamcloud.com/browse/LU-7643</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Right now when RPM packages are built, we insert into Lustre&apos;s release field the version string from the kernel against which Lustre was built.  For instance:&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 -qpi lustre-2.7.0-2.6.32_504.8.1.el6_lustre.x86_64.x86_64.rpm 
Name        : lustre
Version     : 2.7.0
Release     : 2.6.32_504.8.1.el6_lustre.x86_64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Side note: A sysadmin is going to (and have in the past) think we messed up because of the &quot;.x86_64.x86_64&quot; in the file name, but the reason for it is that the first one is part of the Linux kernel version string, as we can see in the Release field above.  The second .x86_64 is Lustre&apos;s.&lt;/p&gt;

&lt;p&gt;The reason for including the kernel&apos;s version string in Lustre&apos;s Release field because Lustre has traditionally been packaged to work with one, and only one, specific version of a kernel.  If you have two very slightly different kernel versions &quot;2.6.32_504.8.1.el6&quot; and &quot;2.6.32_504.8.2.el6&quot;, for instance, then you currently need to compile lustre against both kernels individually.  While the &quot;rpm -requires&quot; should also list the specific required version number, because there are so many very closely compatible kernels for which we need to juggle lustre builds, it was simpler for sysadmins and developers alike to add the kernel&apos;s version string into Lustre&apos;s release field.&lt;/p&gt;

&lt;p&gt;But fortunately, this need to build lustre for every specific kernel is a self-imposed restriction, and work is under way to lift that restriction in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5614&quot; title=&quot;use %kernel_module_package for weak-updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5614&quot;&gt;&lt;del&gt;LU-5614&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For many years, it has been possible to compile kernel modules once and then use them with &lt;em&gt;any&lt;/em&gt; kernel that is ABI compatible.  The Linux distro mechanism that allows this is often called &quot;weak modules&quot;.  &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5614&quot; title=&quot;use %kernel_module_package for weak-updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5614&quot;&gt;&lt;del&gt;LU-5614&lt;/del&gt;&lt;/a&gt; should bring Lustre into the year 2006 and get it working with weak modules.&lt;/p&gt;

&lt;p&gt;Once that is done, we can finally drop the kernel version string.&lt;/p&gt;

&lt;p&gt;This is especially fortuitous for anyone using koji as a build system, because koji makes this sort of abuse of standard packaging practice pretty close to impossible.  koji is used by fedora and its cousins, and it has also been adopted by LLNL for its RHEL-based TOSS distribution.&lt;/p&gt;</description>
                <environment></environment>
        <key id="34026">LU-7643</key>
            <summary>Remove kernel version string from Lustre release field</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="20969">LU-3953</parent>
                                    <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="mdiep">Minh Diep</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                            <label>llnl</label>
                            <label>patch</label>
                    </labels>
                <created>Fri, 8 Jan 2016 21:44:43 +0000</created>
                <updated>Tue, 6 Jun 2017 15:38:34 +0000</updated>
                            <resolved>Tue, 6 Dec 2016 14:45:00 +0000</resolved>
                                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>13</watches>
                                                                            <comments>
                            <comment id="138390" author="simmonsja" created="Fri, 8 Jan 2016 22:13:38 +0000"  >&lt;p&gt;This will be an important step to support patchless servers. &lt;/p&gt;</comment>
                            <comment id="148493" author="morrone" created="Mon, 11 Apr 2016 20:21:37 +0000"  >&lt;p&gt;I have the patch for this waiting in the wings.  I&apos;m not going to bother pushing it to gerrit yet because it will need frequent refreshes until the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5614&quot; title=&quot;use %kernel_module_package for weak-updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5614&quot;&gt;&lt;del&gt;LU-5614&lt;/del&gt;&lt;/a&gt; patch lands.&lt;/p&gt;</comment>
                            <comment id="150910" author="gerrit" created="Tue, 3 May 2016 22:17:04 +0000"  >&lt;p&gt;Christopher J. Morrone (morrone2@llnl.gov) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19954&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19954&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7643&quot; title=&quot;Remove kernel version string from Lustre release field&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7643&quot;&gt;&lt;del&gt;LU-7643&lt;/del&gt;&lt;/a&gt; build: Remove Linux version string from RPM release field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b14c0b91f0623f301ea00fc7b2a053912e93c42d&lt;/p&gt;</comment>
                            <comment id="150911" author="morrone" created="Tue, 3 May 2016 22:19:33 +0000"  >&lt;p&gt;I decided to push change &lt;a href=&quot;http://review.whamcloud.com/19954&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19954&lt;/a&gt; after all.  I just won&apos;t assign reviewers until it looks like &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5614&quot; title=&quot;use %kernel_module_package for weak-updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5614&quot;&gt;&lt;del&gt;LU-5614&lt;/del&gt;&lt;/a&gt; change &lt;a href=&quot;http://review.whamcloud.com/12063&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;12063&lt;/a&gt; is closer to landing.&lt;/p&gt;</comment>
                            <comment id="156395" author="morrone" created="Tue, 21 Jun 2016 21:46:44 +0000"  >&lt;p&gt;With &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5614&quot; title=&quot;use %kernel_module_package for weak-updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5614&quot;&gt;&lt;del&gt;LU-5614&lt;/del&gt;&lt;/a&gt; close to landing, I rebased this issues&apos; patch.  It is ready to go through the normal review process.&lt;/p&gt;</comment>
                            <comment id="157322" author="morrone" created="Wed, 29 Jun 2016 21:00:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5614&quot; title=&quot;use %kernel_module_package for weak-updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5614&quot;&gt;&lt;del&gt;LU-5614&lt;/del&gt;&lt;/a&gt; is done.  Patch &lt;a href=&quot;http://review.whamcloud.com/19954&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19954&lt;/a&gt; for this ticket was already based on that ticket&apos;s patch, so no rebase should be necessary.  We just need to get the review process under way on this one.&lt;/p&gt;</comment>
                            <comment id="157817" author="mdiep" created="Wed, 6 Jul 2016 15:49:59 +0000"  >&lt;p&gt;Chris,&lt;/p&gt;

&lt;p&gt;while it&apos;s fine on client rpm where we can move to different kernel version, it&apos;s difficult for lustre server rpm to move to different kernel version since it requires patched kernel. Without kernel version string in the name, it&apos;s not easy to find out the kernel it&apos;s built on.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
-Minh&lt;/p&gt;</comment>
                            <comment id="157865" author="morrone" created="Wed, 6 Jul 2016 18:52:40 +0000"  >&lt;p&gt;Lustre server rpms do not require a patched kernel.&lt;/p&gt;

&lt;p&gt;The only thing that needs a patched kernel at this point is ldiskfs testing.  That should be fixed soon in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-684&quot; title=&quot;replace dev_rdonly kernel patch with dm-flakey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-684&quot;&gt;&lt;del&gt;LU-684&lt;/del&gt;&lt;/a&gt;.  If for some reason that fails, we can take the approach suggested by James Simmons in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-20&quot; title=&quot;patchless server kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-20&quot;&gt;&lt;del&gt;LU-20&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="157866" author="bogl" created="Wed, 6 Jul 2016 18:58:50 +0000"  >&lt;p&gt;I strongly disagree.  &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-684&quot; title=&quot;replace dev_rdonly kernel patch with dm-flakey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-684&quot;&gt;&lt;del&gt;LU-684&lt;/del&gt;&lt;/a&gt; doesn&apos;t eliminate the need for a lustre build with ldiskfs to be tightly tied to a specific linux kernel version.  As long as we build ldiskfs by patching a particular upstream ext4 on the fly during a lustre server build we are subject to variations in the upstream ext4 that aren&apos;t represented by just having a compatible advertised kernel ABI that is constant.  upstream ext4 changes occur unpredictably and in an unscheduled way in RHEL and SLES kernel updates.&lt;/p&gt;</comment>
                            <comment id="157887" author="morrone" created="Wed, 6 Jul 2016 20:50:23 +0000"  >&lt;p&gt;Compatibility problems that don&apos;t change the ABI won&apos;t necessarily be addressed by freshly applying patches and recompiling either.  We have had problems in the past where ext4 internal semantics changed without changing the API and without breaking ldiskfs patch application.  If you care that much, and since those problems have actually hit, you should probably stop using the ldiskfs-as-patches approach altogether.&lt;/p&gt;

&lt;p&gt;At least with the ldiskfs module fully compiled in the past, we eliminate the problem of overlooking ext4 internal semantic changes for a single version of the packages.  The ldiskfs module is going to be in a known good frozen state.  It will only be when larger semantic changes happen between the larger OS and filesystems that a recompile will be needed.  And hopefully those types of changes are as rare as the issues inherent to the ldiskfs-as-patches approach within a stable OS kernel release series.&lt;/p&gt;

&lt;p&gt;But if folks still insist on ldiskfs being tied to a single kernel, we can certainly do that and while also removing the kernel string from the lustre packages.  The kernel string does &lt;em&gt;not&lt;/em&gt; belong in the lustre package name.  That is incorrect packaging and needs to stop.&lt;/p&gt;

&lt;p&gt;The proper way would be to add a Requires to only the osd-ldiskfs subpackage.  Is that going to be required to land this patch?  It will probably cause us some trouble, but I&apos;m willing to compromise and try adding that.&lt;/p&gt;</comment>
                            <comment id="157888" author="bogl" created="Wed, 6 Jul 2016 21:02:12 +0000"  >&lt;p&gt;I think it would be an acceptable solution if only the osd-ldiskfs rpm has a Requires for the particular and specific kernel version it was built on.  That would directly enforce and tie it to the upstream ext4 version source it was built from.   This is only my opinion.  I think we need buy in from all concerned.  Would really like to see comment from Minh, Andreas, Dmitry, or other experts.&lt;/p&gt;

&lt;p&gt;Not sure how that is properly carried thru with the Provides exported by osd-ldiskfs or the Requires in other lustre rpms.&lt;/p&gt;
</comment>
                            <comment id="157891" author="morrone" created="Wed, 6 Jul 2016 21:11:50 +0000"  >&lt;blockquote&gt;&lt;p&gt;Not sure how that is properly carried thru with the Provides exported by osd-ldiskfs or the Requires in other lustre rpms.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I&apos;m not entirely sure what you mean, but I&apos;ll take a stab at explaining.  If the various other parts are working now, they will continue to work.  The &quot;lustre-osd&quot; requirement is currently supplied by either the osd-zfs or osd-ldiskfs packages.  One or both of them must be installed to install in order to install the main &quot;lustre&quot; package.  With the proposed new specific kernel requirement in the osd-ldiskfs package, if the osd-zfs package is selected, everthing will install fine with any kernel that supplies the required versions of various symbols.  If osd-ldiskfs is selected, it can only be installed if the correct kernel is installed.&lt;/p&gt;

&lt;p&gt;Of course, multiple kernels can be installed at the same time, so there is no reason that the admin needs to boot the required kernel.  Only that it be installed.  But that can already happen now with the packages that contain the kernel version string.&lt;/p&gt;

&lt;p&gt;If you think that too is too much of a problem, you are basically arguing that weak modules can&apos;t ever be used with lustre.&lt;/p&gt;</comment>
                            <comment id="157895" author="bogl" created="Wed, 6 Jul 2016 21:20:49 +0000"  >&lt;p&gt;Your outline makes sense to me, but I&apos;m a little worried about something unexpected creeping in if people start trying to mix and match pieces from different builds.  Up until now with all lustre rpms tied to a specific kernel they all had to come from the same build.  I&apos;m not at all arguing that it was correct or even good that they were all tied that way, but it did have the beneficial side effect of blocking mix &amp;amp; match.&lt;/p&gt;

&lt;p&gt;With osd-ldiskfs exporting only a generic &quot;lustre-osd&quot; Provides and other lustre packages having only that as Requires, there is now the possibility of taking an osd-ldiskfs from one build and installing it with lustre rpms from a different build.   While I don&apos;t know that this would cause problems I&apos;m very much worried that it might.&lt;/p&gt;</comment>
                            <comment id="157908" author="morrone" created="Wed, 6 Jul 2016 21:57:07 +0000"  >&lt;blockquote&gt;&lt;p&gt;With osd-ldiskfs exporting only a generic &quot;lustre-osd&quot; Provides and other lustre packages having only that as Requires, there is now the possibility of taking an osd-ldiskfs from one build and installing it with lustre rpms from a different build.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;If that issue exists it is independent of the topic in this ticket.  You can open a new ticket for that if you like.&lt;/p&gt;</comment>
                            <comment id="157909" author="bogl" created="Wed, 6 Jul 2016 22:00:59 +0000"  >&lt;p&gt;It isn&apos;t independent.  Without the changes proposed here it couldn&apos;t happen.  With the changes proposed here it can happen.  That makes it dependent on exactly this topic.&lt;/p&gt;

&lt;p&gt;I may agree that it could be covered as a separate ticket from this one in spite of that.  Let me think about it a bit.&lt;/p&gt;</comment>
                            <comment id="157910" author="simmonsja" created="Wed, 6 Jul 2016 22:11:19 +0000"  >&lt;p&gt;I see the discuss is moving in the direction of ldiskfs &amp;lt;&lt;del&gt;&amp;gt; osd_ldiskfs &amp;lt;&lt;/del&gt;&amp;gt; lustre having strong dependencies on each other which is needed. This is orthogonal to the dependency on the external linux kernel. What both lustre and ldiskfs depend on is that the kernel&apos;s VFS api staying stable. If that doesn&apos;t happen then weak module support is not possible. Am I missing something if this is not the discussion?&lt;/p&gt;

&lt;p&gt;This brings up interesting point. Do we need version hand shaking between ldiskfs and lustre? Anyways this is indeed a separate ticket.&lt;/p&gt;</comment>
                            <comment id="157911" author="bogl" created="Wed, 6 Jul 2016 22:19:42 +0000"  >&lt;p&gt;James,&lt;br/&gt;
I think what you are saying is correct, but it isn&apos;t just the VFS api that must stay stable.  It is all the internal kernel APIs that aren&apos;t part of the well defined ABI that must stay stable.   lustre kernel modules both ldiskfs and not use lots of calls to symbols that are EXPORTs, but may or may not be part of the ABI and can and do occasionally change from time to time within the same major linux version from an upstream vendor.&lt;/p&gt;</comment>
                            <comment id="157922" author="morrone" created="Wed, 6 Jul 2016 23:51:26 +0000"  >&lt;p&gt;Now you are definitely arguing that one should never use weak modules.  I don&apos;t even see why it would be acceptable use them on clients if you can&apos;t trust the semantics to stay constant with the same symbol version.  If you can&apos;t trust them, you can&apos;t trust them.&lt;/p&gt;

&lt;p&gt;As to APIs that are not part of the ABI...in the kernel I don&apos;t believe that there is any such distinction.  A linux distro vendor may choose to advertise a subset of the kernel ABI that it considers stable and safe.  Red Hat has a kernel symbol whitelist.  Suse, in contrast, does not.&lt;/p&gt;

&lt;p&gt;Yes, the osd-ldiskfs package has a long list of RHEL whitelist violations.  Otherwise, the usage is pretty small.  In a recent random build for master on CentOS 7.2, I see only the following non-osd-ldiskfs related off-whitelist symbols (in other words, osd-ldiskfs uses many off-whitelist symbols that I am not listing here):&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;PDE_DATA
__fentry__
__free_pages
__stack_chk_fail
kernel_stack
kstrtoull
seq_lseek
seq_open
seq_read
remove_wait_queue
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Some of those Red Hat might be amenable to adding to the whitelist.  Some maybe we can choose a different symbol.  Some we might not care and decide the level of risk is completely acceptable.&lt;/p&gt;

&lt;p&gt;I don&apos;t see an issue with weak-modules use with zfs.  Sure, maybe the way ldiskfs is currently produced makes it more vulnerable.  If you want to add extra restrictions and high barriers to usage to ldiskfs then, speaking as an all-zfs house, I don&apos;t have too much of a concern about that. &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;  Some concern though...we do have some labs that might still be using ldiskfs from TOSS&apos;s lustre.&lt;/p&gt;

&lt;p&gt;Anyhow, I think James is right about this getting off topic for this ticket.&lt;/p&gt;</comment>
                            <comment id="157927" author="simmonsja" created="Thu, 7 Jul 2016 00:53:01 +0000"  >&lt;p&gt;So the question related to the patch for this ticket is does having the kernel name string in the rpm provide any gain. I would say no. Not landing this patch will not change the kernel version dependency issues. Even when we resolve the dependency issues does having the kernel version string in the release field improve anything. Again I would say no. You can figure out kernel dependency using rpm queries instead.&lt;/p&gt;</comment>
                            <comment id="157958" author="bogl" created="Thu, 7 Jul 2016 14:05:34 +0000"  >&lt;p&gt;That&apos;s just it.  These changes also delete Requires and Provides in packages too.  Can&apos;t figure out dependencies using rpm queries either.&lt;/p&gt;</comment>
                            <comment id="158023" author="morrone" created="Thu, 7 Jul 2016 17:55:42 +0000"  >&lt;p&gt;Bob, I think you may be thinking of another change.  Change &lt;a href=&quot;http://review.whamcloud.com/19954&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;19954&lt;/a&gt; does not delete any Requires or Provides.&lt;/p&gt;</comment>
                            <comment id="158348" author="bogl" created="Mon, 11 Jul 2016 17:49:20 +0000"  >&lt;p&gt;Christopher,&lt;br/&gt;
You are probably correct.  I may have been thinking of some other change.&lt;/p&gt;

&lt;p&gt;If you go ahead and add a kernel version Requires for osd-ldiskfs as discussed in earlier comments I will be satisfied with that.&lt;/p&gt;</comment>
                            <comment id="158355" author="morrone" created="Mon, 11 Jul 2016 17:58:15 +0000"  >&lt;p&gt;Yeah, but as we got to later in the discussion, that isn&apos;t very useful.  I think I have to retract that offer.&lt;/p&gt;

&lt;p&gt;Just having that one kernel installed doesn&apos;t stop the osd-ldiskfs package&apos;s modules from being used in any of the other kernels that are also installed.  The weak-updates system will still symlink the modules into all kernels with compatible symbols.&lt;/p&gt;</comment>
                            <comment id="158361" author="bogl" created="Mon, 11 Jul 2016 18:22:41 +0000"  >&lt;p&gt;even if having a proper Requires permits (incorrect) weak-updates links of osd-ldiskfs in other not really matching kernels that happen to be installed, having the Requires at least gives better tracking of exactly which kernel version the particular osd-ldiskfs was derived from and is intended for.&lt;/p&gt;

&lt;p&gt;While I would really prefer enforcement I want to at least have visibility into the dependency.&lt;/p&gt;</comment>
                            <comment id="158364" author="morrone" created="Mon, 11 Jul 2016 18:49:44 +0000"  >&lt;p&gt;I&apos;m not really on board with adding a dependency that won&apos;t function correctly.&lt;/p&gt;</comment>
                            <comment id="159345" author="gerrit" created="Wed, 20 Jul 2016 17:42:29 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/19954/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19954/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7643&quot; title=&quot;Remove kernel version string from Lustre release field&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7643&quot;&gt;&lt;del&gt;LU-7643&lt;/del&gt;&lt;/a&gt; build: Remove Linux version string from RPM release field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 28c17d40e5a597a3d2f10f1f43039ef92425954e&lt;/p&gt;</comment>
                            <comment id="176678" author="jgmitter" created="Tue, 6 Dec 2016 14:44:56 +0000"  >&lt;p&gt;reopening to fix fields to show up in 2.9.0 changelog&lt;/p&gt;</comment>
                            <comment id="198315" author="spitzcor" created="Tue, 6 Jun 2017 15:38:34 +0000"  >&lt;p&gt;FYI:&lt;br/&gt;
&lt;a href=&quot;http://cdn.opensfs.org/wp-content/uploads/2016/04/LUG2016D1_Improved-Versioning_Morrone_DiNatale.pdf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://cdn.opensfs.org/wp-content/uploads/2016/04/LUG2016D1_Improved-Versioning_Morrone_DiNatale.pdf&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=50VN9Q7BHYA&amp;amp;index=5&amp;amp;list=PLA5dHg1_l3V8r6eqrUnl8DiB-KH1K5yLH&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.youtube.com/watch?v=50VN9Q7BHYA&amp;amp;index=5&amp;amp;list=PLA5dHg1_l3V8r6eqrUnl8DiB-KH1K5yLH&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                            <outwardlinks description="is blocking">
                                        <issuelink>
            <issuekey id="34028">LU-7645</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="26509">LU-5614</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="34259">LU-7699</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="37880">LU-8343</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10111">LU-20</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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 6 May 2016 21:44:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxxon:</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_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 8 Jan 2016 21:44:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>