<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:42:47 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-11310] support for SLES 15</title>
                <link>https://jira.whamcloud.com/browse/LU-11310</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Ticket to coordinate testing of SLES 15:&lt;/p&gt;

&lt;p&gt;Beta:&#160;January 23, 2018&lt;/p&gt;

&lt;p&gt;GA: June 2018&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15/&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="50610">LU-11310</key>
            <summary>support for SLES 15</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="yujian">Jian Yu</assignee>
                                    <reporter username="bhoagland">Brad Hoagland</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Feb 2018 17:36:42 +0000</created>
                <updated>Thu, 13 Aug 2020 06:04:46 +0000</updated>
                            <resolved>Tue, 24 Mar 2020 11:40:43 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>13</watches>
                                                                            <comments>
                            <comment id="220154" author="bogl" created="Tue, 6 Feb 2018 17:40:59 +0000"  >&lt;p&gt;Beta6 release for sles15 available since 2/6.&lt;br/&gt;
Earlier releases have been available for months.&lt;/p&gt;

&lt;p&gt;Alpha &amp;amp; Beta releases are available at suse.com.&lt;br/&gt;
Anybody with a subscription can apply &amp;amp; get access, they aren&apos;t partner-only.&lt;/p&gt;</comment>
                            <comment id="220168" author="bogl" created="Tue, 6 Feb 2018 18:41:19 +0000"  >&lt;p&gt;some of the patches from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10560&quot; title=&quot;Fixes for 4.14 kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10560&quot;&gt;&lt;del&gt;LU-10560&lt;/del&gt;&lt;/a&gt; are needed in order to build for sles15.&lt;br/&gt;
In particular this one: &lt;a href=&quot;https://review.whamcloud.com/31153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31153&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="220169" author="bogl" created="Tue, 6 Feb 2018 18:43:53 +0000"  >&lt;p&gt;there are still some buffer overflows from snprintf() calls blocking build.&lt;br/&gt;
These have probably always been there, but more stringent error checks that are in gcc7 now report them.&lt;/p&gt;

&lt;p&gt;sles15 has gcc7.&lt;/p&gt;</comment>
                            <comment id="220181" author="bogl" created="Tue, 6 Feb 2018 20:36:29 +0000"  >&lt;p&gt;Can&apos;t find a suitable bit to use for EXT4_MOUNT_DIRDATA.&lt;br/&gt;
Values used in earlier SLES versions and those used in other distros are now all being used in upstream ext4 in sles15.&lt;/p&gt;</comment>
                            <comment id="221162" author="bogl" created="Fri, 16 Feb 2018 14:18:17 +0000"  >&lt;p&gt;Beta7 release is now available.&lt;/p&gt;</comment>
                            <comment id="221188" author="bogl" created="Fri, 16 Feb 2018 18:43:24 +0000"  >&lt;p&gt;all the ACL calls are failing.  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;== sanity test 103a: acl test ======================================================================== 09:41:42 (1518802902)
Adding user daemon to group bin
Adding user daemon to group bin
performing cp ...
[3] $ umask 022 -- ok
[4] $ mkdir d -- ok
[5] $ cd d -- ok
[6] $ touch f -- ok
[7] $ setfacl -m u:bin:rw f -- failed
~                                     ? setfacl: f: Invalid argument           
[8] $ ls -l f | awk -- &apos;{ print $1 }&apos; -- failed
-rw-rw-r--+                           ? -rw-r--r--                             
[11] $ cp f g -- ok
[12] $ ls -l g | awk -- &apos;{sub(/\./, &quot;&quot;, $1); print $1 }&apos; -- ok
[15] $ rm g -- ok
[16] $ cp -p f g -- ok
[17] $ ls -l f | awk -- &apos;{ print $1 }&apos; -- failed
-rw-rw-r--+                           ? -rw-r--r--                             
[20] $ mkdir h -- ok
[21] $ echo blubb &amp;gt; h/x -- ok
[22] $ cp -rp h i -- ok
[23] $ cat i/x -- ok
[26] $ rm -r i -- ok
[31] $ setfacl -R -m u:bin:rwx h -- failed
~                                     ? setfacl: h: Invalid argument           
~                                     ? setfacl: h/x: Invalid argument         
[32] $ getfacl --omit-header h/x -- failed
user::rw-                             ? getfacl: h/x: Invalid argument         
user:bin:rwx                          ? ~                                      
group::r--                            ? ~                                      
mask::rwx                             ? ~                                      
other::r--                            ? ~                                      
                                      ? ~                                      
[40] $ cp -rp h i -- ok
[41] $ getfacl --omit-header i/x -- failed
user::rw-                             ? getfacl: i/x: Invalid argument         
user:bin:rwx                          ? ~                                      
group::r--                            ? ~                                      
mask::rwx                             ? ~                                      
other::r--                            ? ~                                      
                                      ? ~                                      
[49] $ cd .. -- ok
[50] $ rm -r d -- ok
22 commands (16 passed, 6 failed)
 sanity test_103a: @@@@@@ FAIL: run_acl_subtest cp failed 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:5343:error()
  = /usr/lib64/lustre/tests/sanity.sh:8147:test_103a()
  = /usr/lib64/lustre/tests/test-framework.sh:5619:run_one()
  = /usr/lib64/lustre/tests/test-framework.sh:5658:run_one_logged()
  = /usr/lib64/lustre/tests/test-framework.sh:5457:run_test()
  = /usr/lib64/lustre/tests/sanity.sh:8198:main()
Dumping lctl log to /tmp/test_logs/2018-02-16/094127/sanity.test_103a.*.1518802905.log
Resetting fail_loc on all nodes...done.
FAIL 103a (6s)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;strongly suspect kernel APIs for ACL access are significantly changed in a way not adapted to by the current set of autoconf tests for XATTR things.&lt;/p&gt;</comment>
                            <comment id="221380" author="adilger" created="Wed, 21 Feb 2018 18:21:53 +0000"  >&lt;p&gt;Bob, the EXT4_MOUNT_DIRDATA flag is now part of the upstream kernel, so you could check what value is used there. &lt;/p&gt;

&lt;p&gt;For the ACL issue, that needs strace or kernel debug logs to track what is going on. That should probably be put into a separate ticket. If it can be reproduced with Ubuntu or a vanilla kernel, it could be a regular LU ticket, otherwise an LDEV ticket for the time being. &lt;/p&gt;</comment>
                            <comment id="221395" author="bogl" created="Wed, 21 Feb 2018 20:29:43 +0000"  >&lt;p&gt;strace of failing getfacl:&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;# strace getfacl /mnt/lustre/f
   .
   .
lstat(&quot;/mnt/lustre/f&quot;, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
getxattr(&quot;/mnt/lustre/f&quot;, &quot;system.posix_acl_access&quot;, 0x7fff66c5d9d0, 132) = -1 EINVAL (Invalid argument)
  .
  .
write(2, &quot;getfacl: /mnt/lustre/f: Invalid &quot;..., 41getfacl: /mnt/lustre/f: Invalid argument
) = 41
exit_group(1)                           = ?
+++ exited with 1 +++
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;A similar command on a non-lustre file shows 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;# strace getfacl /home/bogl/fff
  .
  .
lstat(&quot;/home/bogl/fff&quot;, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
getxattr(&quot;/home/bogl/fff&quot;, &quot;system.posix_acl_access&quot;, 0x7ffeeb001b00, 132) = -1 ENODATA (No data available)
stat(&quot;/home/bogl/fff&quot;, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
  .
  .
write(1, &quot;# group: users\n&quot;, 15# group: users
)        = 15
write(1, &quot;user::rw-\ngroup::r--\n&quot;, 21user::rw-
group::r--
) = 21
write(1, &quot;other::r--\n&quot;, 11other::r--
)            = 11
write(1, &quot;\n&quot;, 1
)                       = 1
exit_group(0)                           = ?
+++ exited with 0 +++
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Will look into putting this issue in a ticket by itself.&lt;/p&gt;

&lt;p&gt;re EXT4_MOUNT_DIRDATA I can&apos;t find it declared in our repo &lt;a href=&quot;https://git.hpdd.intel.com/fs/linux-staging.git&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.hpdd.intel.com/fs/linux-staging.git&lt;/a&gt; in either the master or staging-next branches.&lt;br/&gt;
Am I looking in the wrong place?&lt;/p&gt;</comment>
                            <comment id="221412" author="adilger" created="Thu, 22 Feb 2018 03:23:50 +0000"  >&lt;p&gt;Sorry, it might not have landed yet. Search the Linux-fedevel archives for a patch from Artem to find the value used in his patch. It should be landing in the next kernel. &lt;/p&gt;</comment>
                            <comment id="222717" author="bogl" created="Wed, 7 Mar 2018 18:08:55 +0000"  >&lt;p&gt;RC1 for sles15 is now available on suse.com&lt;br/&gt;
kernel version bumped up to 4.12.14-13.5&lt;/p&gt;</comment>
                            <comment id="222719" author="bogl" created="Wed, 7 Mar 2018 18:12:09 +0000"  >&lt;p&gt;in this kernel the type of inode.i_version has changed to atomic64_t.&lt;br/&gt;
it used to be u64.&lt;/p&gt;

&lt;p&gt;This causes compile errors like the following in lustre builds:&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/llite/dir.o
/home/bogl/lustre-release/lustre/llite/dir.c: In function &#8216;ll_iterate&#8217;:
/home/bogl/lustre-release/lustre/llite/dir.c:396:18: error: incompatible types when assigning to type &#8216;u64 {aka long long unsigned int}&#8217; from type &#8216;atomic64_t {aka struct &amp;lt;anonymous&amp;gt;}&#8217;
  filp-&amp;gt;f_version = inode-&amp;gt;i_version;
                  ^
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</comment>
                            <comment id="222723" author="bogl" created="Wed, 7 Mar 2018 18:35:26 +0000"  >&lt;p&gt;as a very ugly workaround the following 1 line mod allows builds to finish:&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;--- a/lustre/llite/dir.c
+++ b/lustre/llite/dir.c
@@ -393,7 +393,7 @@ static int ll_readdir(struct file *filp, void *cookie, filldir_t filldir)
        filp-&amp;gt;f_pos = pos;
 #endif
        ll_finish_md_op_data(op_data);
-       filp-&amp;gt;f_version = inode-&amp;gt;i_version;
+       filp-&amp;gt;f_version = inode-&amp;gt;i_version.counter;
 
 out:
        if (!rc)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This will of course break the build on any old distros.&lt;br/&gt;
Some autoconf support to adapt is needed.&lt;/p&gt;</comment>
                            <comment id="222790" author="bogl" created="Thu, 8 Mar 2018 14:19:10 +0000"  >&lt;p&gt;RC1 is now up on Intel mirror.  Previously it was only available at suse.com.&lt;/p&gt;</comment>
                            <comment id="222810" author="adilger" created="Thu, 8 Mar 2018 16:18:52 +0000"  >&lt;p&gt;Is there a macro in the upstream kernel that is used to get/set the inode version? That could be ported to Lustre and used in the code. Otherwise, we geed a macro like &quot;ll_get_inode_cersion()&quot; that is conditional on whether i_version is a atomic or not. &lt;/p&gt;</comment>
                            <comment id="222903" author="bogl" created="Thu, 8 Mar 2018 23:28:18 +0000"  >&lt;p&gt;have attached a possible patch, somewhat along the lines of what Andreas suggested.&lt;br/&gt;
Does the right thing on sles15, don&apos;t know for sure it doesn&apos;t break other builds yet.&lt;/p&gt;</comment>
                            <comment id="224403" author="bogl" created="Fri, 23 Mar 2018 14:56:44 +0000"  >&lt;p&gt;RC2 for sles15 is now available on suse.com&lt;br/&gt;
Not working at all for me, fails install.&lt;/p&gt;

&lt;p&gt;Have submitted a bug report to SUSE:&lt;br/&gt;
&lt;a href=&quot;https://bugzilla.suse.com/show_bug.cgi?id=1086669&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.suse.com/show_bug.cgi?id=1086669&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="224411" author="bogl" created="Fri, 23 Mar 2018 15:38:48 +0000"  >&lt;p&gt;nothing wrong.  created my test VM with wrong settings.  proceeding with early build and test.&lt;br/&gt;
have marked SUSE bugzilla report as closed.&lt;/p&gt;
</comment>
                            <comment id="225912" author="gerrit" created="Thu, 12 Apr 2018 18:54:58 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31976&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31976&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LDEV-645&lt;/del&gt;&lt;/a&gt; tests: for test.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3f8bc08642a95d224c06a1e2aaff56ce94b0d79f&lt;/p&gt;</comment>
                            <comment id="225922" author="bogl" created="Thu, 12 Apr 2018 20:09:40 +0000"  >&lt;p&gt;server build fails in osd-ldiskfs.&lt;br/&gt;
struct bio {} has changed in sles15.&lt;br/&gt;
bio.bi_bdev no longer exists.&lt;br/&gt;
Since this structure member is used in code in osd-ldiskfs, build fails.&lt;br/&gt;
errors 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;  CC [M]  /home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.o
/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.c: In function osd_do_bio:
/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.c:345:26: error: struct bio has no member named bi_bdev; did you mean bi_iter?
      bdev_get_queue(bio-&amp;gt;bi_bdev);
                          ^~~~~~~
                          bi_iter
/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.c:373:9: error: struct bio has no member named bi_bdev; did you mean bi_iter?
    bio-&amp;gt;bi_bdev = inode-&amp;gt;i_sb-&amp;gt;s_bdev;
         ^~~~~~~
         bi_iter
make[6]: *** [scripts/Makefile.build:322:
/home/bogl/lustre-release/lustre/osd-ldiskfs/osd_io.o] Error 1
make[5]: *** [scripts/Makefile.build:593:
/home/bogl/lustre-release/lustre/osd-ldiskfs] Error 2
make[4]: *** [scripts/Makefile.build:593: /home/bogl/lustre-release/lustre]
Error 2
make[3]: *** [Makefile:1540: _module_/home/bogl/lustre-release] Error 2
make[3]: Leaving directory &apos;/home/bogl/linux-4.12.14-16.4&apos;
make[2]: *** [autoMakefile:1060: modules] Error 2
make[2]: Leaving directory &apos;/home/bogl/lustre-release&apos;
make[1]: *** [autoMakefile:601: all-recursive] Error 1
make[1]: Leaving directory &apos;/home/bogl/lustre-release&apos;
make: *** [autoMakefile:487: all] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;will need some autoconf changes to adapt to changing struct bio.&lt;/p&gt;</comment>
                            <comment id="225955" author="ys" created="Fri, 13 Apr 2018 03:25:14 +0000"  >&lt;p&gt;Hi, Bob,&lt;/p&gt;

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

&lt;p&gt;Thanks,&lt;br/&gt;
YangSheng&lt;/p&gt;</comment>
                            <comment id="226181" author="bogl" created="Tue, 17 Apr 2018 18:27:55 +0000"  >&lt;p&gt;RC3 for sles15 is now available on suse.com&lt;/p&gt;</comment>
                            <comment id="226253" author="bogl" created="Wed, 18 Apr 2018 15:35:38 +0000"  >&lt;p&gt;RC3 is now available on Intel mirror.&lt;br/&gt;
kernel version is 4.12.14-16-default.&lt;/p&gt;</comment>
                            <comment id="226287" author="bogl" created="Wed, 18 Apr 2018 21:19:58 +0000"  >&lt;p&gt;server build with ldiskfs has suspicious looking errors 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;Replacing &apos;ext4&apos; with &apos;ldiskfs&apos;: xattr.h truncate.h mballoc.h fsmap.h extents_status.h ext4_jbd2.h ext4_extents.h ext4.h acl.h xattr_user.c xattr_trusted.c xattr_security.c xattr.c sysfs.c symlink.c super.c resize.c readpage.c page-io.c namei.c move_extent.c mmp.c migrate.c mballoc.c ioctl.c inode.c inline.c indirect.c ialloc.c hash.c fsync.c fsmap.c file.c extents_status.c extents.c ext4_jbd2.c dir.c block_validity.c bitmap.c balloc.c acl.c mmp.c htree_lock.c ext4_jbd2.h ext4_extents.h ext4.h ext4.h htree_lock.h
Making all in .
WARNING: &quot;ldiskfs_get_inode_loc&quot; [/tmp/rpmbuild-lustre-bogl-owrrznmL/BUILD/lustre-2.11.50_63_gd2c131e/lustre/osd-ldiskfs/osd_ldiskfs.ko] undefined!
Making all in lustre-iokit
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and&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;make[3]: Entering directory &apos;/home/bogl/lbuild_top/reused/usr/src/linux-4.12.14-16_lustre-obj/x86_64/default&apos;
  Building modules, stage 2.
  MODPOST 29 modules
WARNING: &quot;ldiskfs_get_inode_loc&quot; [/tmp/rpmbuild-lustre-bogl-owrrznmL/BUILD/lustre-2.11.50_63_gd2c131e/lustre/osd-ldiskfs/osd_ldiskfs.ko] undefined!
make[3]: Leaving directory &apos;/home/bogl/lbuild_top/reused/usr/src/linux-4.12.14-16_lustre-obj/x86_64/default&apos;
make[3]: Entering directory &apos;/tmp/rpmbuild-lustre-bogl-owrrznmL/BUILD/lustre-2.11.50_63_gd2c131e&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;ldiskfs_get_inode_loc is used in osd-ldiskfs and isn&apos;t declared EXPORT_SYMBOL() anywhere.&lt;br/&gt;
Don&apos;t know why it has always worked before without errors, unless it&apos;s something new due to gcc7.&lt;/p&gt;
</comment>
                            <comment id="226289" author="bogl" created="Wed, 18 Apr 2018 21:37:47 +0000"  >&lt;p&gt;Now that it is becoming possible to do ldiskfs builds for sles15 the need for lustre enabled e2fsprogs is more urgent.  The version of our lustre enabled e2fsprogs is old compared to the native version on sles15; 1.42.13.wc6 vs. 1.43.8.&lt;/p&gt;</comment>
                            <comment id="226374" author="bogl" created="Thu, 19 Apr 2018 14:53:10 +0000"  >&lt;p&gt;will attach a patch for our master-lustre branch of e2fsprogs that allows building current, down rev version of lustre e2fsprogs for sles15.  Don&apos;t know if this is in fact usable on sles15, but at least it builds.&lt;/p&gt;

&lt;p&gt;Note the new .spec file for sles15 is just a copy of the one for sles12 for now.&lt;/p&gt;</comment>
                            <comment id="227334" author="bogl" created="Fri, 4 May 2018 16:24:31 +0000"  >&lt;p&gt;RC4 for sles15 is now available on suse.com&lt;/p&gt;</comment>
                            <comment id="227439" author="bogl" created="Mon, 7 May 2018 17:13:06 +0000"  >&lt;p&gt;recently landed mod &lt;a href=&quot;https://review.whamcloud.com/#/c/31904&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/31904&lt;/a&gt;, &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10886&quot; title=&quot;fix warnings in autoconf checks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10886&quot;&gt;&lt;del&gt;LU-10886&lt;/del&gt;&lt;/a&gt; build: fix warnings during autoconf&quot;, causes incorrect autoconf detection results when building on SLES 15 with gcc7.&lt;/p&gt;

&lt;p&gt;In particular gcc7 is intolerant of empty initializers like &quot;{  }&quot; in some cases.&lt;br/&gt;
One example of this causing the wrong detection results can be seen in the detection of HAVE_KTIME_TO_TIMESPEC64 in libcfs/autoconf/lustre-libcfs.m4,&lt;br/&gt;
In the autoconf test function&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;AC_DEFUN([LIBCFS_KTIME_TO_TIMESPEC64],[
LB_CHECK_COMPILE([does function &apos;ktime_to_timespec64&apos; exist],
ktime_to_timespec64, [
        #include &amp;lt;linux/hrtimer.h&amp;gt;
        #include &amp;lt;linux/ktime.h&amp;gt;
],[
        struct timespec64 ts;
        ktime_t now = { };

        ts = ktime_to_timespec64(now);
],[
        AC_DEFINE(HAVE_KTIME_TO_TIMESPEC64, 1,
                [&apos;ktime_to_timespec64&apos; is available])
])
]) # LIBCFS_KTIME_TO_TIMESPEC64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;the test code is failing with an error 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;configure:16718: checking does function &apos;ktime_to_timespec64&apos; exist
configure:16749: cp conftest.c build &amp;amp;&amp;amp; make -d modules LDFLAGS= LD=/usr/x86_64-suse-linux/bin/ld -m elf_x86_64 CC=gcc -f /home/bogl/lustre-release/build/Makefile LUSTRE_LINUX_CONFIG=/home/bogl/linux-4.12.14-18/.config LINUXINCLUDE= -I/home/bogl/linux-4.12.14-18/arch/x86/include -Iinclude -Iarch/x86/include/generated -I/home/bogl/linux-4.12.14-18/include -Iinclude2 -I/home/bogl/linux-4.12.14-18/include/uapi -Iinclude/generated -I/home/bogl/linux-4.12.14-18/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/home/bogl/linux-4.12.14-18/include/uapi -Iinclude/generated/uapi -include /home/bogl/linux-4.12.14-18/include/linux/kconfig.h -o tmp_include_depends -o scripts -o include/config/MARKER -C /home/bogl/linux-4.12.14-18 EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/home/bogl/lustre-release/libcfs/include -I/home/bogl/lustre-release/lnet/include -I/home/bogl/lustre-release/lustre/include -Wno-format-truncation M=/home/bogl/lustre-release/build
/home/bogl/lustre-release/build/conftest.c: In function &#8216;main&#8217;:
/home/bogl/lustre-release/build/conftest.c:58:16: error: empty scalar initializer
  ktime_t now = { };
                ^
/home/bogl/lustre-release/build/conftest.c:58:16: note: (near initialization for &#8216;now&#8217;)
make[1]: *** [scripts/Makefile.build:335: /home/bogl/lustre-release/build/conftest.o] Error 1
make: *** [Makefile:1549: _module_/home/bogl/lustre-release/build] Error 2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;In fact this kernel does have a ktime_to_timespec64() API and the test should succeed.&lt;br/&gt;
With the &quot;= { };&quot; initializer edited out of the test it does succeed.&lt;/p&gt;</comment>
                            <comment id="227455" author="bogl" created="Mon, 7 May 2018 20:38:44 +0000"  >&lt;p&gt;now seeing fails in sanity, test 103a&lt;br/&gt;
errors 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;  .
  .
  .
[198] $ setfacl -m u:bin:rx e -- ok
[200] $ su bin -- ok
[201] $ echo e/* -- failed
e/h                                   ? e/*                                    
[208] $ touch e/i 2&amp;gt;&amp;amp;1 | sed -e &quot;s/touch .*e\/i.*:/touch \&apos;e\/i\&apos;:/&quot; -- ok
[211] $ su -- ok
[212] $ setfacl -m u:bin:rwx e -- ok
[214] $ su bin -- ok
[215] $ echo i &amp;gt; e/i -- failed
~                                     ? e/i: Permission denied                 
[220] $ su -- ok
[221] $ touch g -- ok
[222] $ ln -s g l -- ok
[223] $ setfacl -m u:bin:rw l -- ok
[224] $ ls -l g | awk -- &apos;{ print $1, $3, $4 }&apos; -- ok
[234] $ mknod -m 0660 hdt b 91 64 -- ok
[235] $ mknod -m 0660 null c 1 3 -- ok
[236] $ mkfifo -m 0660 fifo -- ok
[238] $ su bin -- ok
[239] $ : &amp;lt; hdt -- ok
[241] $ : &amp;lt; null -- ok
[243] $ : &amp;lt; fifo -- ok
[246] $ su -- ok
[247] $ setfacl -m u:bin:rw hdt null fifo -- ok
[249] $ su bin -- ok
[250] $ : &amp;lt; hdt -- failed
hdt: No such device or address        ? hdt: Permission denied                 
[252] $ : &amp;lt; null -- failed
~                                     ? null: Permission denied                
[253] $ ( echo blah &amp;gt; fifo &amp;amp; ) ; cat fifo -- failed
blah                                  ? cat: fifo: Permission denied           
~                                     ? fifo: Permission denied                
[261] $ su -- ok
[262] $ mkdir -m 600 x -- ok
[263] $ chown daemon:daemon x -- ok
[264] $ echo j &amp;gt; x/j -- ok
[265] $ ls -l x/j | awk -- &apos;{sub(/\./, &quot;&quot;, $1); print $1, $3, $4 }&apos; -- ok
[268] $ setfacl -m u:daemon:r x -- ok
[270] $ ls -l x/j | awk -- &apos;{sub(/\./, &quot;&quot;, $1); print $1, $3, $4 }&apos; -- ok
[274] $ echo k &amp;gt; x/k -- ok
[277] $ chmod 750 x -- ok
[282] $ su -- ok
[283] $ cd .. -- ok
[284] $ rm -rf d -- ok
101 commands (96 passed, 5 failed)
 sanity test_103a: @@@@@@ FAIL: permissions failed 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:5738:error()
  = /usr/lib64/lustre/tests/sanity.sh:8366:test_103a()
  = /usr/lib64/lustre/tests/test-framework.sh:6019:run_one()
  = /usr/lib64/lustre/tests/test-framework.sh:6058:run_one_logged()
  = /usr/lib64/lustre/tests/test-framework.sh:5857:run_test()
  = /usr/lib64/lustre/tests/sanity.sh:8411:main()
Dumping lctl log to /tmp/test_logs/2018-05-07/133311/sanity.test_103a.*.1525725210.log
Resetting fail_loc on all nodes...done.
FAIL 103a (9s)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="227458" author="bogl" created="Mon, 7 May 2018 20:49:23 +0000"  >&lt;p&gt;seeing errors reported during all installs of built kmp .rpms.&lt;br/&gt;
examples:&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 -ivh lustre-kmp-default-2* lustre-osd-ldiskfs-kmp-default-2*
lustre-tests-kmp-default-2* lustre-osd-ldiskfs-mount-2* lustre-2*
lustre-iokit* lustre-tests-2*
Preparing...                          ################################# [100%]
Updating / installing...
   1:lustre-kmp-default-2.11.51_48_g34################################# [ 14%]
cat: write error: Broken pipe
cat: write error: Broken pipe
   2:lustre-osd-ldiskfs-mount-2.11.51_################################# [ 29%]
   3:lustre-osd-ldiskfs-kmp-default-2.################################# [ 43%]
cat: write error: Broken pipe
   4:lustre-2.11.51_48_g340f4d9_dirty-################################# [ 57%]
   5:lustre-tests-kmp-default-2.11.51_################################# [ 71%]
cat: write error: Broken pipe
cat: write error: Broken pipe
   6:lustre-iokit-2.11.51_48_g340f4d9_################################# [ 86%]
   7:lustre-tests-2.11.51_48_g340f4d9_################################# [100%]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Those &quot;Broken pipe&quot; errors don&apos;t seem to be fatal, but don&apos;t know where they are coming from.  Suggest there may be some SLES specific .spec file flaws in package creation of .rpms with kernel modules in them.  Not sure why they would only appear now in SLES 15.&lt;/p&gt;</comment>
                            <comment id="227500" author="bogl" created="Tue, 8 May 2018 13:35:38 +0000"  >&lt;p&gt;RC4 is now available on Intel mirror.&lt;br/&gt;
kernel version is 4.12.14-18-default.&lt;/p&gt;</comment>
                            <comment id="229295" author="bogl" created="Thu, 7 Jun 2018 17:00:38 +0000"  >&lt;p&gt;GMC for sles15 is now available on suse.com&lt;/p&gt;</comment>
                            <comment id="229323" author="bogl" created="Thu, 7 Jun 2018 21:26:30 +0000"  >&lt;p&gt;due to recent changes in osd-ldiskfs &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; is now needed for server builds on sles15.&lt;/p&gt;

&lt;p&gt;This is a new mod in flight, not landed yet.&lt;/p&gt;</comment>
                            <comment id="229343" author="bogl" created="Fri, 8 Jun 2018 13:24:13 +0000"  >&lt;p&gt;GMC is now available on Intel mirror.&lt;br/&gt;
kernel version is 4.12.14-23-default.&lt;/p&gt;</comment>
                            <comment id="229360" author="bogl" created="Fri, 8 Jun 2018 18:26:23 +0000"  >&lt;p&gt;for unknown reasons lustre rpms generated by lbuild are now broken.  The kmp rpms have no ksym() or kernel() entries in their Provides lists and are therefore not installable due to not satisfying any of the Requires that they should. lustre .rpms produced in a manual build are fine, they have full sets of Provides.&lt;/p&gt;

&lt;p&gt;The install time &quot;Broken Pipe&quot; errors mentioned in earlier comments still happen.&lt;/p&gt;</comment>
                            <comment id="229411" author="gerrit" created="Mon, 11 Jun 2018 15:20:20 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32693&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32693&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LDEV-645&lt;/del&gt;&lt;/a&gt; kernel: add sles15gmc support&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7e1f2d3229f5795186b5236e9422815885cb9e2a&lt;/p&gt;</comment>
                            <comment id="238638" author="hornc" created="Fri, 14 Dec 2018 22:17:30 +0000"  >&lt;p&gt;Is there any plan/ETA on adding SLES 15 to the build/test matrix?&lt;/p&gt;</comment>
                            <comment id="238642" author="pjones" created="Fri, 14 Dec 2018 22:49:43 +0000"  >&lt;p&gt;Chris&#160;&lt;/p&gt;

&lt;p&gt;We haven&apos;t really talked about 2.13 and beyond in much detail at the LWG yet. Obviously we&apos;re still rather focused on closing out on 2.12 ATM but we could certainly discuss this at the next call in the new year.&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="252041" author="spitzcor" created="Thu, 25 Jul 2019 20:02:11 +0000"  >&lt;p&gt;Cray has some additional patches in this area that could be landed, but that remains difficult while we lack SLES 15 servers in the test matrix.&lt;/p&gt;

&lt;p&gt;We talked about it at today&apos;s LWG and we decided that it would be best to keep SLES 15 servers out of the mix as there is non-trivial amount of work and resources needed to get it to fly.&lt;/p&gt;</comment>
                            <comment id="254304" author="gerrit" created="Fri, 6 Sep 2019 23:50:17 +0000"  >&lt;p&gt;Shaun Tancheff (stancheff@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36094&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36094&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Support for sle 4.12 r23 and r25 releases&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 51e381b837f06ee305dd9072f1c23ae60ceca442&lt;/p&gt;</comment>
                            <comment id="254326" author="spitzcor" created="Sat, 7 Sep 2019 02:44:45 +0000"  >&lt;p&gt;The LWG is in the process of re-vamping kernel support guidelines.  So, as opposed to my comment from July 25, we&apos;ll be contributing these patches for review.  However, per the new LWG policy under consideration, patches are contributed without obligation to fully vet any test current or future failures (and SLES 15 servers aren&apos;t in the the auto test framework anyway).  We can provide test results as landing collateral, if needed.&lt;/p&gt;</comment>
                            <comment id="261953" author="yujian" created="Tue, 28 Jan 2020 01:30:07 +0000"  >&lt;p&gt;The SUSE Linux Enterprise 15 SP1 kernel was updated to receive various security and bugfixes:&lt;br/&gt;
&lt;a href=&quot;http://lists.suse.com/pipermail/sle-security-updates/2019-December/006269.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://lists.suse.com/pipermail/sle-security-updates/2019-December/006269.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kernel version is 4.12.14-197.29.1. I&apos;m updating &lt;a href=&quot;https://review.whamcloud.com/32693&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32693&lt;/a&gt; to support client first.&lt;/p&gt;</comment>
                            <comment id="264905" author="yujian" created="Mon, 9 Mar 2020 18:54:55 +0000"  >&lt;p&gt;The SUSE Linux Enterprise 15 SP1 kernel was updated to receive various security and bugfixes:&lt;br/&gt;
&lt;a href=&quot;http://lists.suse.com/pipermail/sle-security-updates/2020-March/006566.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://lists.suse.com/pipermail/sle-security-updates/2020-March/006566.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kernel version is 4.12.14-197.34.1.&lt;/p&gt;</comment>
                            <comment id="265054" author="gerrit" created="Wed, 11 Mar 2020 02:10:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32693/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32693/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; kernel: new kernel &lt;span class=&quot;error&quot;&gt;&amp;#91;SLES15 SP1 4.12.14-197.29&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bb9eb8b09e951945304d818ae6e1a6e451353345&lt;/p&gt;</comment>
                            <comment id="265930" author="gerrit" created="Tue, 24 Mar 2020 05:16:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36094/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36094/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Support for SUSE 15 GA and SP1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 862e9bf632dc44f1102bfc2aef10504e506f1225&lt;/p&gt;</comment>
                            <comment id="265977" author="pjones" created="Tue, 24 Mar 2020 11:40:43 +0000"  >&lt;p&gt;Looks like everything has landed for 2.14&lt;/p&gt;</comment>
                            <comment id="267786" author="gerrit" created="Thu, 16 Apr 2020 05:50:54 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38256&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Repair for SUSE 15 GA and SP1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 50abe7726f06a79abff2949bf695e3d7c82565cc&lt;/p&gt;</comment>
                            <comment id="267864" author="gerrit" created="Fri, 17 Apr 2020 02:19:45 +0000"  >&lt;p&gt;Shaun Tancheff (shaun.tancheff@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38262&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38262&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; build: SUSE ldiskfs for 4.12.14-197.37&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ec8e315732dd15e909293292157989b5fe29d92e&lt;/p&gt;</comment>
                            <comment id="270169" author="gerrit" created="Thu, 14 May 2020 05:41:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38256/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38256/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Repair support for SUSE 15 GA and SP1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 46ed28c0d10ab2edeb95e6e0f50b254fb98fa8c6&lt;/p&gt;</comment>
                            <comment id="270277" author="gerrit" created="Fri, 15 May 2020 04:10:06 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38611&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38611&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Repair support for SUSE 15 again&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c7bca14141af167080981be2a83dc2d40542bc17&lt;/p&gt;</comment>
                            <comment id="271706" author="gerrit" created="Tue, 2 Jun 2020 04:42:42 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38611/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38611/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Repair support for SUSE 15 again&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 35d4c683a3dad51450db3281c9331b876f8313c5&lt;/p&gt;</comment>
                            <comment id="276679" author="gerrit" created="Wed, 5 Aug 2020 01:54:36 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39571&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39571&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Fix suse15/ext4-max-dir-size.patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fd4f0c97937a4a1f958307536db8ebbac37daec9&lt;/p&gt;</comment>
                            <comment id="277430" author="gerrit" created="Thu, 13 Aug 2020 06:04:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39571/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39571/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11310&quot; title=&quot;support for SLES 15&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11310&quot;&gt;&lt;del&gt;LU-11310&lt;/del&gt;&lt;/a&gt; ldiskfs: Fix suse15/ext4-max-dir-size.patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6349e7a61199befe64ffc0b3221446719b8311eb&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="53150">LU-11295</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="50385">LU-10560</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57999">LU-13204</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55310">LU-12137</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="57964">LU-13187</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57921">LU-13177</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="58572">LU-13405</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="30041" name="0001-LDEV-645-build-add-support-to-build-for-SLES15.patch" size="46225" author="bogl" created="Thu, 19 Apr 2018 14:53:34 +0000"/>
                            <attachment id="29734" name="iversion.patch" size="1762" author="bogl" created="Thu, 8 Mar 2018 23:26:47 +0000"/>
                    </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|hzzsb3:</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>