<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:40: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-11071] Support for Lustre Servers on Ubuntu 18.04 LTS</title>
                <link>https://jira.whamcloud.com/browse/LU-11071</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Ubuntu 18.04 LTS ships kernel 4.15, with the client support for 4.15 landed to master,&lt;/p&gt;

&lt;p&gt;Now we can add 4.15 server support.&lt;/p&gt;

&lt;p&gt;Note that the new e2fsprogs rebasing is still in progress, the testing has done with the current e2fsprogs 1.42.13.wc6&lt;/p&gt;</description>
                <environment></environment>
        <key id="52457">LU-11071</key>
            <summary>Support for Lustre Servers on Ubuntu 18.04 LTS</summary>
                <type id="2" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11311&amp;avatarType=issuetype">New Feature</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="dongyang">Dongyang Li</assignee>
                                    <reporter username="lidongyang">Li Dongyang</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Jun 2018 04:30:01 +0000</created>
                <updated>Wed, 21 Nov 2018 05:38:56 +0000</updated>
                            <resolved>Wed, 21 Nov 2018 05:38:56 +0000</resolved>
                                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="229023" author="gerrit" created="Mon, 4 Jun 2018 04:34:50 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32613&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32613&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: Add server build support for Ubuntu 18.04&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f9aa720b3de52f50eb0b4a4dd80fe59c543aa41e&lt;/p&gt;</comment>
                            <comment id="229048" author="bogl" created="Mon, 4 Jun 2018 18:37:12 +0000"  >&lt;p&gt;this patch isn&apos;t working for me at all.  when I apply it &amp;amp; try to build I get errors in osd-ldiskfs:&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;  CC [M]  /home/bogl/lustre-release/lustre/osd-ldiskfs/osd_iam_lfix.o
  CC [M]  /home/bogl/lustre-release/lustre/osd-ldiskfs/osd_iam_lvar.o
  CC [M]  /home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.o
/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.c: In function &#8216;osd_do_bio&#8217;:
/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.c:380:9: error: implicit declaration of function &#8216;bio_integrity_enabled&#8217;; did you mean &#8216;bio_integrity_flagged&#8217;? [-Werror=implicit-function-declaration]
     if (bio_integrity_enabled(bio)) {
         ^~~~~~~~~~~~~~~~~~~~~
         bio_integrity_flagged
cc1: all warnings being treated as errors
scripts/Makefile.build:332: recipe for target &apos;/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.o&apos; failed
make[6]: *** [/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.o] Error 1
scripts/Makefile.build:606: recipe for target &apos;/home/bogl/lustre-release/lustre/osd-ldiskfs&apos; failed
make[5]: *** [/home/bogl/lustre-release/lustre/osd-ldiskfs] Error 2
scripts/Makefile.build:606: recipe for target &apos;/home/bogl/lustre-release/lustre&apos; failed
make[4]: *** [/home/bogl/lustre-release/lustre] Error 2
Makefile:1552: recipe for target &apos;_module_/home/bogl/lustre-release&apos; failed
make[3]: *** [_module_/home/bogl/lustre-release] Error 2
make[3]: Leaving directory &apos;/usr/src/linux-headers-4.15.0-22-generic&apos;
autoMakefile:1054: recipe for target &apos;modules&apos; failed
make[2]: *** [modules] Error 2
make[2]: Leaving directory &apos;/home/bogl/lustre-release&apos;
autoMakefile:595: recipe for target &apos;all-recursive&apos; failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory &apos;/home/bogl/lustre-release&apos;
autoMakefile:483: recipe for target &apos;all&apos; failed
make: *** [all] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="229050" author="bogl" created="Mon, 4 Jun 2018 19:16:53 +0000"  >&lt;p&gt;Calls to bio_integrity_enabled were added only recently by the landing of  the mod for &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10472&quot; title=&quot;Data Integrity(T10PI) support for Lustre&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10472&quot;&gt;&lt;del&gt;LU-10472&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: add T10PI support for BIO&quot;&lt;/p&gt;</comment>
                            <comment id="229059" author="lidongyang" created="Tue, 5 Jun 2018 02:00:16 +0000"  >&lt;p&gt;we need &lt;a href=&quot;https://review.whamcloud.com/#/c/32621/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/32621/&lt;/a&gt;&#160;to address the T10PI BIO issue&lt;/p&gt;</comment>
                            <comment id="229088" author="bogl" created="Tue, 5 Jun 2018 14:51:38 +0000"  >&lt;p&gt;I confirm that applying &lt;a href=&quot;https://review.whamcloud.com/32621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32621&lt;/a&gt; fixes the basic build problem.  &apos;make&apos; now works.  However &apos;make debs&apos; still fails. errors:&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;dpkg-deb: building package &apos;lustre-source&apos; in &apos;../lustre-source_2.11.52-42-g0460ff4-1_all.deb&apos;.
dh_testdir
dh_testroot
dh_installdirs -p lustre-server-utils
dh_installdocs -p  lustre-server-utils
dh_installman -p lustre-server-utils
dh_install -p lustre-server-utils
dh_install: Cannot find (any matches for) &quot;debian/tmp/lib/systemd/system/*&quot; (tried in ., debian/tmp)

dh_install: lustre-server-utils missing files: debian/tmp/lib/systemd/system/*
dh_install: missing files, aborting
debian/rules:201: recipe for target &apos;binary-lustre-server-utils&apos; failed
make[1]: *** [binary-lustre-server-utils] Error 25
make[1]: Leaving directory &apos;/home/bogl/lustre-release&apos;
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
autoMakefile:1191: recipe for target &apos;debs&apos; failed
make: *** [debs] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</comment>
                            <comment id="229173" author="lidongyang" created="Wed, 6 Jun 2018 01:28:54 +0000"  >&lt;p&gt;hm, I can build the deb packages without problems, do you have dh-systemd installed?&lt;/p&gt;

&lt;p&gt;Another issue with the debian builds you might encounter is if you only enable ldiskfs backends, it expects&#160;/etc/ldev.conf which is only installed with zfs is enabled.&lt;/p&gt;

&lt;p&gt;You can walk around the problem either by getting rid of it in&#160;lustre-server-utils.conffiles, or enable osd-zfs. I&apos;m still figuring out how to handle this properly.&lt;/p&gt;</comment>
                            <comment id="229179" author="simmonsja" created="Wed, 6 Jun 2018 03:05:40 +0000"  >&lt;p&gt;I can give it a look. Did you update the patch with Yang feedback?&lt;/p&gt;</comment>
                            <comment id="229203" author="lidongyang" created="Wed, 6 Jun 2018 11:31:14 +0000"  >&lt;p&gt;Thanks James, I&apos;m working on the new patch set.&lt;/p&gt;</comment>
                            <comment id="229208" author="bogl" created="Wed, 6 Jun 2018 13:42:22 +0000"  >&lt;p&gt;dh-systemd looks relatively content free.  dpkg -L shows it has only some doc files.  I tried installing it, no difference.  build still fails the same.&lt;/p&gt;</comment>
                            <comment id="229275" author="lidongyang" created="Thu, 7 Jun 2018 04:54:27 +0000"  >&lt;p&gt;Bob, I think I found out what the problem is:&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;checking &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; pkg-config... no
checking systemd unit file directory... ./configure: line 33500: --variable=systemdsystemunitdir: command not found
no
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;please install pkgconf and run configure again&lt;/p&gt;</comment>
                            <comment id="229276" author="simmonsja" created="Thu, 7 Jun 2018 05:08:20 +0000"  >&lt;p&gt;Do we need to make pkg-config a package requirement?&lt;/p&gt;</comment>
                            <comment id="229277" author="lidongyang" created="Thu, 7 Jun 2018 05:17:24 +0000"  >&lt;p&gt;I think we should, James if you have a patch to fix the conffiles issue, please add this as well, thanks&lt;/p&gt;</comment>
                            <comment id="229278" author="simmonsja" created="Thu, 7 Jun 2018 05:27:19 +0000"  >&lt;p&gt;I&apos;m swamped until next week Tuesday. I will look at it then.&lt;/p&gt;</comment>
                            <comment id="229289" author="bogl" created="Thu, 7 Jun 2018 14:19:36 +0000"  >&lt;blockquote&gt;
&lt;p&gt;please install pkgconf and run configure again&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I installed both pkg-config and pkgconf.  this makes the error you pointed at go away.  But the build still fails.  now the errors look like:&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;dh_fixperms -p lustre-server-utils
dh_gencontrol -p lustre-server-utils
dpkg-gencontrol: warning: Depends field of package lustre-server-utils: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: Depends field of package lustre-server-utils: unknown substitution variable ${shlibs:Depends}
dh_md5sums -p lustre-server-utils
dh_builddeb -p lustre-server-utils
dpkg-deb: error: conffile &apos;/etc/ldev.conf&apos; does not appear in package
dh_builddeb: dpkg-deb --build debian/lustre-server-utils .. returned exit code 2
dpkg-deb: building package &apos;lustre-server-utils-dbgsym&apos; in &apos;debian/.debhelper/scratch-space/build-lustre-server-utils/lustre-server-utils-dbgsym_2.11.52-42-g0460ff4-dirty-1_amd64.deb&apos;.
	Renaming lustre-server-utils-dbgsym_2.11.52-42-g0460ff4-dirty-1_amd64.deb to lustre-server-utils-dbgsym_2.11.52-42-g0460ff4-dirty-1_amd64.ddeb
dh_builddeb: Aborting due to earlier error
debian/rules:201: recipe for target &apos;binary-lustre-server-utils&apos; failed
make[1]: *** [binary-lustre-server-utils] Error 255
make[1]: Leaving directory &apos;/home/bogl/lustre-release&apos;
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
autoMakefile:1194: recipe for target &apos;debs&apos; failed
make: *** [debs] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Strongly suspect this is the build failure you mentioned in your earlier comment:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Another issue with the debian builds you might encounter is if you only enable ldiskfs backends, it expects /etc/ldev.conf which is only installed with zfs is enabled.&lt;/p&gt;&lt;/blockquote&gt;</comment>
                            <comment id="230076" author="simmonsja" created="Mon, 9 Jul 2018 18:25:22 +0000"  >&lt;p&gt;Okay I working on a solution for the ldev.conf being included even when zfs is disabled.&lt;/p&gt;</comment>
                            <comment id="230125" author="simmonsja" created="Tue, 10 Jul 2018 17:38:00 +0000"  >&lt;p&gt;I have made a lot of progress.&lt;/p&gt;

&lt;p&gt;1) The conffiles is actually easy to resolve. Just remove them. Newer debhelper will automatically create&#160; &#160; &#160; conffiles when it sees any files in the /etc tree.&#160;&lt;/p&gt;

&lt;p&gt;2) Ubuntu has a&#160;/lib/modules/$(uname)/build symlink but not a source symlink. This meant that $LINUX which is meant to point to a linux source tree ended up pointing to linux-header-$(uname)&lt;del&gt;generic instead. This broke the build. The solution was to add test for linux-source&lt;/del&gt;$(uname) before the module symlink.&lt;/p&gt;

&lt;p&gt;3) Using the real source tree exposed the breakage with setting IB_OPTIONS. Its was set to either &quot;no&quot; or the IB source path, which is the linux source tree. Well Ubuntu stores Module.symvers in the linux-obj area instead. This caused various breakage as well. Now the default behavior is to handle the --with-o2ib=&quot;yes&quot; case.&lt;/p&gt;

&lt;p&gt;4) Missing resource-agent support.&lt;/p&gt;

&lt;p&gt;5) What still needs to be fixed is ZFS. This is NOT totally fixed. Currently you see this output:&lt;/p&gt;

&lt;p&gt;checking spl source directory... /usr/src/linux-source-4.15.0/spl&lt;/p&gt;

&lt;p&gt;checking spl build directory... ls: cannot access &apos;/usr/src/linux-source-4.15.0/spl/&lt;span class=&quot;error&quot;&gt;&amp;#91;0-9&amp;#93;&lt;/span&gt;*/&apos;: No such file or directory&lt;/p&gt;

&lt;p&gt;Not found&lt;/p&gt;

&lt;p&gt;checking zfs source directory... /usr/src/linux-source-4.15.0/zfs&lt;/p&gt;

&lt;p&gt;checking zfs build directory... ls: cannot access &apos;/usr/src/linux-source-4.15.0/zfs/&lt;span class=&quot;error&quot;&gt;&amp;#91;0-9&amp;#93;&lt;/span&gt;*/&apos;: No such file or directory&lt;/p&gt;

&lt;p&gt;Not found&lt;/p&gt;

&lt;p&gt;This is due to the check for &lt;span class=&quot;error&quot;&gt;&amp;#91;spl|zfs&amp;#93;&lt;/span&gt;_config.h which does not exist on Ubuntu systems. So another way will need to be worked out on how to detect of zfs/spl &quot;build&quot;. The source is now properly detected.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="230127" author="simmonsja" created="Tue, 10 Jul 2018 17:59:20 +0000"  >&lt;p&gt;BTW does anyone know if Ubuntu16 creates *.ddeb as well. The *.ddeb are the new debuginfo packages for recent debian/Ubuntu systems.&lt;/p&gt;</comment>
                            <comment id="230175" author="simmonsja" created="Wed, 11 Jul 2018 15:53:47 +0000"  >&lt;p&gt;I&apos;m seeing in the latest testing:&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;96614.006917&amp;#93;&lt;/span&gt; osd_ldiskfs*: Unknown symbol ldiskfs_orphan_add (err 0)*&lt;/p&gt;</comment>
                            <comment id="230178" author="simmonsja" created="Wed, 11 Jul 2018 16:57:15 +0000"  >&lt;p&gt;Give the latest patch a try. I worked out all the kinks for ldiskfs. The only thing missing now is a e2fsprogs for Ubuntu18.&lt;/p&gt;</comment>
                            <comment id="230183" author="lidongyang" created="Wed, 11 Jul 2018 18:54:47 +0000"  >&lt;p&gt;The e2fsprogs is one the way. I have a patched e2fsprogs 1.44.3 working on ubuntu18. Need to clean up and consolidate some commits then we are good.&lt;/p&gt;</comment>
                            <comment id="230188" author="simmonsja" created="Wed, 11 Jul 2018 19:56:51 +0000"  >&lt;p&gt;With the latest patch all you have to do is install the kernel source tree for Ubuntu to generate lustre server packages.&lt;/p&gt;

&lt;p&gt;apt-get install linux-source; bunzip2 /usr/src/linux-source-4.15.0.tar.bz2; ...&lt;/p&gt;

&lt;p&gt;cd lustre-release;./configure;make debs&lt;/p&gt;

&lt;p&gt;Its should automagically build the server packages. To build only client you need to do configure --disable-server. If no linux source tree is available the default behavior is to build a Ubuntu client.&#160;&lt;/p&gt;</comment>
                            <comment id="230928" author="simmonsja" created="Wed, 25 Jul 2018 21:38:15 +0000"  >&lt;p&gt;Can you make public your e2fsprog changes?&#160;&lt;/p&gt;</comment>
                            <comment id="230930" author="lidongyang" created="Wed, 25 Jul 2018 23:41:47 +0000"  >&lt;p&gt;James,&lt;/p&gt;

&lt;p&gt;The latest e2fsprogs is currently at git.whamcloud.com, master-lustre-test branch&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.whamcloud.com/?p=tools/e2fsprogs.git;a=shortlog;h=refs/heads/master-lustre-test&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.whamcloud.com/?p=tools/e2fsprogs.git;a=shortlog;h=refs/heads/master-lustre-test&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="231003" author="simmonsja" created="Fri, 27 Jul 2018 15:14:25 +0000"  >&lt;p&gt;I have cloned the repo but&#160; when I run :&#160;dpkg-buildpackage -rfakeroot -b&lt;/p&gt;

&lt;p&gt;I see:&#160;&lt;/p&gt;

&lt;p&gt;make&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: Entering directory &apos;/home/jsimmons/e2fsprogs/debian/BUILD-STD&apos;&lt;/p&gt;

&lt;p&gt;./util/subst -f ./util/subst.conf ../../lib/dirpaths.h.in lib/dirpaths.h&lt;/p&gt;

&lt;p&gt;make&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: ./util/subst: Command not found&lt;/p&gt;

&lt;p&gt;Makefile:266: recipe for target &apos;lib/dirpaths.h&apos; failed&lt;/p&gt;

&lt;p&gt;make&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;lib/dirpaths.h&amp;#93;&lt;/span&gt; Error 127&lt;/p&gt;

&lt;p&gt;make&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: Leaving directory &apos;/home/jsimmons/e2fsprogs/debian/BUILD-STD&apos;&lt;/p&gt;

&lt;p&gt;Makefile:346: recipe for target &apos;subs&apos; failed&lt;/p&gt;

&lt;p&gt;Sorry I&apos;m a newbie for this.&lt;/p&gt;</comment>
                            <comment id="231046" author="lidongyang" created="Mon, 30 Jul 2018 01:54:30 +0000"  >&lt;p&gt;There is a wiki page for this:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.whamcloud.com/pages/viewpage.action?pageId=63968116#BuildLustreMASTERwithLdiskfs&amp;amp;ZFSonUbuntu14.04/16.04fromGit-4.)(Optional)Buildingmodifiede2fsprogsforLDISKFSsupport&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.whamcloud.com/pages/viewpage.action?pageId=63968116#BuildLustreMASTERwithLdiskfs&amp;amp;ZFSonUbuntu14.04/16.04fromGit-4.)(Optional)Buildingmodifiede2fsprogsforLDISKFSsupport&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;basically what you need to do this clone the repo and checkout the master-lustre-test branch, which is 1.44.3 + lustre related changes.&lt;/p&gt;

&lt;p&gt;We don&apos;t need to download the debian control tarball from ubuntu and untar/replace the ones in the source tree, they are identical.&lt;/p&gt;

&lt;p&gt;Then just follow the remaining steps in the wiki page:&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;
sed -i &lt;span class=&quot;code-quote&quot;&gt;&apos;s/ext2_types-wrapper.h$&lt;span class=&quot;code-comment&quot;&gt;//g&apos;&lt;/span&gt; lib/ext2fs/Makefile.in
&lt;/span&gt;
dpkg-buildpackage -b -us -uc&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="231129" author="gerrit" created="Mon, 30 Jul 2018 22:25:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32613/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32613/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: Add server build support for Ubuntu 18.04&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e41bdca755954beeb47ee6653ed9e140b7338e96&lt;/p&gt;</comment>
                            <comment id="231136" author="simmonsja" created="Mon, 30 Jul 2018 23:02:17 +0000"  >&lt;p&gt;We still need to figure out ZFS support but ldiskfs is complete.&lt;/p&gt;</comment>
                            <comment id="231800" author="pjones" created="Fri, 10 Aug 2018 14:39:51 +0000"  >&lt;p&gt;Including having e2fsprogs support?&lt;/p&gt;</comment>
                            <comment id="231811" author="simmonsja" created="Fri, 10 Aug 2018 17:29:45 +0000"  >&lt;p&gt;Yes we need to get the modified e2fsprogs for this as well. I need to figure out why it doesn&apos;t build on Ubuntu18 for me.&lt;/p&gt;</comment>
                            <comment id="233387" author="gerrit" created="Wed, 12 Sep 2018 12:22:15 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33144&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33144&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; ldiskfs: fix ldiskfs patch for ubuntu18&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6cbd781c6972cdf4b551f594764801293fc40f13&lt;/p&gt;</comment>
                            <comment id="233388" author="gerrit" created="Wed, 12 Sep 2018 12:22:16 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33145&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33145&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: use --with-linux-obj for ubuntu&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1b1c4b250b7f4c941a3a9d8e38ad96c52b5ebe54&lt;/p&gt;</comment>
                            <comment id="233407" author="gerrit" created="Wed, 12 Sep 2018 17:39:06 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33152&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33152&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: create lustre resource package for Ubuntu&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5fd9645febf484d66e2db403b72e7bed7014a6af&lt;/p&gt;</comment>
                            <comment id="233851" author="gerrit" created="Fri, 21 Sep 2018 03:30:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33144/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33144/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; ldiskfs: fix ldiskfs patch for ubuntu18&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 072c61ee24b70816721dec1c54d0cc558ea91631&lt;/p&gt;</comment>
                            <comment id="234166" author="gerrit" created="Mon, 1 Oct 2018 14:00:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33152/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33152/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: create lustre resource package for Ubuntu&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e0aa1c6880f5423adfa9fa024f31990331041c67&lt;/p&gt;</comment>
                            <comment id="234607" author="gerrit" created="Tue, 9 Oct 2018 05:33:10 +0000"  >&lt;p&gt;Li Dongyang (dongyangli@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33322&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33322&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: kernel update Ubuntu 18.04&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 738eb6049e95a6e969cd759be0055e62743ac6ce&lt;/p&gt;</comment>
                            <comment id="235493" author="mdiep" created="Thu, 25 Oct 2018 13:58:55 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Build e2fsprogs on ubuntu1804 failed with the following&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;
&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i in ext2_err.h ext2_types.h ext2_types-wrapper.h; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; \
	echo &lt;span class=&quot;code-quote&quot;&gt;&quot;	INSTALL_DATA /usr/include/ext2fs/$i&quot;&lt;/span&gt;; \
	/usr/bin/install -c -m 644 $i /&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/lib/jenkins/workspace/sandbox/arch/x86_64/distro/ubuntu1804/debian/tmp/usr/include/ext2fs/$i; \
done
	INSTALL_DATA /usr/include/ext2fs/ext2_err.h
	INSTALL_DATA /usr/include/ext2fs/ext2_types.h
	INSTALL_DATA /usr/include/ext2fs/ext2_types-wrapper.h
/usr/bin/install: cannot stat &lt;span class=&quot;code-quote&quot;&gt;&apos;ext2_types-wrapper.h&apos;&lt;/span&gt;: No such file or directory
Makefile:977: recipe &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; target &lt;span class=&quot;code-quote&quot;&gt;&apos;install&apos;&lt;/span&gt; failed
make[2]: *** [install] Error 1
make[2]: Leaving directory &lt;span class=&quot;code-quote&quot;&gt;&apos;/&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/lib/jenkins/workspace/sandbox/arch/x86_64/distro/ubuntu1804/debian/BUILD-STD/lib/ext2fs&apos;&lt;/span&gt;
Makefile:429: recipe &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; target &lt;span class=&quot;code-quote&quot;&gt;&apos;install-libs-recursive&apos;&lt;/span&gt; failed
make[1]: *** [install-libs-recursive] Error 1
make[1]: Leaving directory &lt;span class=&quot;code-quote&quot;&gt;&apos;/&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/lib/jenkins/workspace/sandbox/arch/x86_64/distro/ubuntu1804/debian/BUILD-STD&apos;&lt;/span&gt;
debian/rules:310: recipe &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; target &lt;span class=&quot;code-quote&quot;&gt;&apos;install&apos;&lt;/span&gt; failed
make: *** [install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="235531" author="dongyang" created="Thu, 25 Oct 2018 22:25:08 +0000"  >&lt;p&gt;Hi Minh,&lt;/p&gt;

&lt;p&gt;to build e2fsprogs debs on ubuntu, we need to do this:&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;
sed -i &lt;span class=&quot;code-quote&quot;&gt;&apos;s/ext2_types-wrapper.h$&lt;span class=&quot;code-comment&quot;&gt;//g&apos;&lt;/span&gt; lib/ext2fs/Makefile.in
&lt;/span&gt;dpkg-buildpackage -b -us -uc
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Also see &lt;a href=&quot;https://wiki.whamcloud.com/pages/viewpage.action?pageId=63968116#BuildLustreMASTERwithLdiskfs&amp;amp;ZFSonUbuntu14.04/16.04fromGit-4.)(Optional)Buildingmodifiede2fsprogsforLDISKFSsupport&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.whamcloud.com/pages/viewpage.action?pageId=63968116#BuildLustreMASTERwithLdiskfs&amp;amp;ZFSonUbuntu14.04/16.04fromGit-4.)(Optional)Buildingmodifiede2fsprogsforLDISKFSsupport&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="235536" author="adilger" created="Thu, 25 Oct 2018 23:27:58 +0000"  >&lt;p&gt;Dongyang, do we even need that wrapper anymore?  Looking in the RHEL6 .spec file, there is a comment like &quot;remove arch wrapper&quot;, so maybe we should also remove it from the THEL6 .spec patch completely?&lt;/p&gt;</comment>
                            <comment id="235727" author="dongyang" created="Sun, 28 Oct 2018 23:33:24 +0000"  >&lt;p&gt;We can remove the multilib stuff:&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;
# ugly hack to allow parallel install of 32-bit and 64-bit -devel packages:
%define multilib_arches %{ix86} x86_64 ppc ppc64 s390 s390x sparcv9 sparc64%ifarch %{multilib_arches}
mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types.h \
      %{buildroot}%{_includedir}/ext2fs/ext2_types-%{_arch}.h
mv -f %{buildroot}%{_includedir}/ext2fs/ext2_types-wrapper.h \
      %{buildroot}%{_includedir}/ext2fs/ext2_types.h
%endif
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and simply use&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;
# Replace arch-dependent header file with arch-independent stub (when needed).
%multilib_fix_c_header --file %{_includedir}/ext2fs/ext2_types.h
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;but that means we will add a build dependency of&#160;multilib-rpm-config package from epel, which provides the multilib_fix_c_header macro.&lt;/p&gt;

&lt;p&gt;Happy to make the change but the build servers need to add epel repo and have&#160;multilib-rpm-config installed.&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

&lt;p&gt;DY&lt;/p&gt;</comment>
                            <comment id="236674" author="gerrit" created="Thu, 8 Nov 2018 18:15:19 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33624&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33624&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: support bio integrity with Ubuntu 18&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 25273c05afe93511160fa8e09f730e5b388d80b1&lt;/p&gt;</comment>
                            <comment id="236692" author="gerrit" created="Thu, 8 Nov 2018 19:32:52 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33626&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33626&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: add files to .gitignore&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 281dcbb842fb0d461cc2451ae5e58e4a51839034&lt;/p&gt;</comment>
                            <comment id="237122" author="gerrit" created="Sat, 17 Nov 2018 01:24:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33322/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33322/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: kernel update Ubuntu 18.04&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 29029277088c39553081fe3464791b1eb5cf8924&lt;/p&gt;</comment>
                            <comment id="237125" author="gerrit" created="Sat, 17 Nov 2018 01:25:34 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33624/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33624/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: support bio integrity with Ubuntu 18&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3abacdac1f016a696dd2e791c2b685b94aabe149&lt;/p&gt;</comment>
                            <comment id="237126" author="gerrit" created="Sat, 17 Nov 2018 01:25:39 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33626/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33626/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: add files to .gitignore&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b0797d7ed4e6551d229620b45295d9387b3202bd&lt;/p&gt;</comment>
                            <comment id="237307" author="gerrit" created="Wed, 21 Nov 2018 04:06:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33145/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33145/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11071&quot; title=&quot;Support for Lustre Servers on Ubuntu 18.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11071&quot;&gt;&lt;del&gt;LU-11071&lt;/del&gt;&lt;/a&gt; build: use --with-linux-obj for ubuntu&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f785fcaa7b7fe600bd29efe0ce509beea7ac2095&lt;/p&gt;</comment>
                            <comment id="237318" author="pjones" created="Wed, 21 Nov 2018 05:38:56 +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="52326">LU-11044</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53270">LU-11360</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46319">LU-9564</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="51948">LU-10942</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53285">LU-11368</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="52115">LU-10997</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53440">LU-11440</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|hzzy0v:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>