<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:41:37 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-11176] Ubuntu package Issue</title>
                <link>https://jira.whamcloud.com/browse/LU-11176</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Using the packages at &lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;1) Ubuntu has modprobe at /sbin/modprobe rather than /usr/sbin/modprobe making the supplied lnet service&#160; ( lib/systemd/system/lnet.service&#160; ) unworkable. &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;
[Unit] 
Description=lnet management 
 
Requires=network-online.target 
After=network-online.target 
 
ConditionPathExists=!/proc/sys/lnet/ 
 
[Service] 
Type=oneshot 
RemainAfterExit=&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt; 
ExecStart=/usr/sbin/modprobe lnet 
#ExecStart=/usr/sbin/lctl network up 
#ExecStart=/usr/sbin/lustre_routes_config /etc/lnet_routes.conf 
ExecStart=/usr/sbin/lnetctl lnet configure 
ExecStart=/usr/sbin/lnetctl &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; /etc/lnet.conf 
ExecStop=/usr/sbin/lustre_rmmod ptlrpc 
#ExecStop=/usr/sbin/lctl network down 
ExecStop=/usr/sbin/lnetctl lnet unconfigure 
ExecStop=/usr/sbin/lustre_rmmod libcfs ldiskfs 
 
[Install] 
WantedBy=multi-user.target  &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;2) The share libraries for lnetctl are not shipped. &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;
 root@jb23play:~# ldd /usr/sbin/lnetctl 
 linux-vdso.so.1 =&amp;gt; (0x00007fff2f7b5000) 
 liblnetconfig.so.2 =&amp;gt; not found 
 libreadline.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libreadline.so.6 (0x00007f32277ef000) 
 libyaml-0.so.2 =&amp;gt; /usr/lib/x86_64-linux-gnu/libyaml-0.so.2 (0x00007f32275d0000) 
 libm.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libm.so.6 (0x00007f32272c7000) 
 libc.so.6 =&amp;gt; /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3226efd000) 
 libtinfo.so.5 =&amp;gt; /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f3226cd4000) 
 /lib64/ld-linux-x86-64.so.2 (0x00007f3227a35000) 
 
root@jb23play:~# apt-cache search ^lustr 
zfs-dkms - Native OpenZFS filesystem kernel modules &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; Linux 
lustre-dev - Development files &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the Lustre filesystem 
lustre-tests - Test suite &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the Lustre filesystem 
lustre-iokit - Collection of benchmark tools &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the Lustre filesystem 
lustre-utils - Userspace utilities &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the Lustre filesystem 
lustre-client-modules-4.4.0-116-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt; - Lustre Linux kernel module (kernel 4.4.0-116-&lt;span class=&quot;code-keyword&quot;&gt;generic&lt;/span&gt;) 
 
root@jb23play:~# dpkg -S /usr/lib/liblnetconfig.so 
lustre-dev: /usr/lib/liblnetconfig.so 
root@jb23play:~# dpkg -S /usr/lib/liblnetconfig.a 
lustre-dev: /usr/lib/liblnetconfig.a&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;While the first issue can be worked around with an systemd override the lack of the shared library makes the service fail|&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://community.ddn.com/img/s.gif&quot; height=&quot;1&quot; width=&quot;1&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description>
                <environment>Ubuntu 16.04</environment>
        <key id="52820">LU-11176</key>
            <summary>Ubuntu package Issue</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="simmonsja">James A Simmons</assignee>
                                    <reporter username="james beal">James Beal</reporter>
                        <labels>
                    </labels>
                <created>Wed, 25 Jul 2018 09:30:04 +0000</created>
                <updated>Wed, 15 Aug 2018 13:24:31 +0000</updated>
                            <resolved>Thu, 9 Aug 2018 19:08:23 +0000</resolved>
                                    <version>Lustre 2.10.4</version>
                                    <fixVersion>Lustre 2.12.0</fixVersion>
                    <fixVersion>Lustre 2.10.5</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="230951" author="james beal" created="Thu, 26 Jul 2018 14:25:52 +0000"  >&lt;p&gt;I would expect this to be fixed for 2.10.5 ?&lt;/p&gt;</comment>
                            <comment id="230962" author="simmonsja" created="Thu, 26 Jul 2018 19:14:25 +0000"  >&lt;p&gt;I hope so. Need to create a patch for master first so it can be back ported. I&apos;m waiting for initial Ubuntu18&#160; server support to land first.&lt;/p&gt;</comment>
                            <comment id="231069" author="simmonsja" created="Mon, 30 Jul 2018 15:24:20 +0000"  >&lt;p&gt;Can you tell me output of:&lt;/p&gt;

&lt;p&gt; dpkg -c lustre-client-utils_*.deb&lt;/p&gt;

&lt;p&gt;Currently I see lnetctl and liblnetconfig are their.&lt;/p&gt;</comment>
                            <comment id="231209" author="james beal" created="Wed, 1 Aug 2018 08:26:17 +0000"  >&lt;p&gt;Looking at &lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I see:&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://downloads.whamcloud.com/icons/unknown.gif&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-client-modules-4.4.0-116-generic_2.10.4-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-client-modules-4.4.0-116-generic_2.10.4-1_amd64.deb&lt;/a&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2018-05-22 17:32&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;17M&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&#160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://downloads.whamcloud.com/icons/unknown.gif&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-dev_2.10.4-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev_2.10.4-1_amd64.deb&lt;/a&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2018-05-22 17:27&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;471K&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&#160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://downloads.whamcloud.com/icons/unknown.gif&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-iokit_2.10.4-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-iokit_2.10.4-1_amd64.deb&lt;/a&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2018-05-22 17:27&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;126K&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&#160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://downloads.whamcloud.com/icons/unknown.gif&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-source_2.10.4-1_all.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-source_2.10.4-1_all.deb&lt;/a&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2018-05-22 17:27&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;12M&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&#160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://downloads.whamcloud.com/icons/unknown.gif&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-tests_2.10.4-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-tests_2.10.4-1_amd64.deb&lt;/a&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2018-05-22 17:28&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;7.3M&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&#160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://downloads.whamcloud.com/icons/unknown.gif&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-utils_2.10.4-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-utils_2.10.4-1_amd64.deb&lt;/a&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2018-05-22 17:27&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;447K&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&#160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://downloads.whamcloud.com/icons/unknown.gif&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/sha256sum&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;sha256sum&lt;/a&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2018-05-22 17:51&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;612&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&#160;&lt;br/&gt;
&#160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Which does not have lustre-client-utils ?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;root@jb23xeniallustre:/tmp# dpkg -c lustre-utils_2.10.4-1_amd64.deb | grep liblnetconfig.so&lt;br/&gt;
root@jb23xeniallustre:/tmp# curl &lt;a href=&quot;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-utils_2.10.4-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/ubuntu1604/client/lustre-utils_2.10.4-1_amd64.deb&lt;/a&gt; -o lustre-utils_2.10.4-1_amd64.deb&lt;br/&gt;
 % Total % Received % Xferd Average Speed Time Time Time Current&lt;br/&gt;
 Dload Upload Total Spent Left Speed&lt;br/&gt;
100 446k 100 446k 0 0 293k 0 0:00:01 0:00:01 -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- 293k&lt;br/&gt;
root@jb23xeniallustre:/tmp# dpkg -c lustre-utils_2.10.4-1_amd64.deb | grep liblnetconfig.so&lt;br/&gt;
root@jb23xeniallustre:/tmp# dpkg -c lustre-utils_2.10.4-1_amd64.deb | grep liblnet&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="231279" author="simmonsja" created="Wed, 1 Aug 2018 21:04:12 +0000"  >&lt;p&gt;I see what happen. Some how the patch for&#160;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10569&quot; title=&quot;Include proper Lustre header files in lustre-dev_*.deb&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10569&quot;&gt;&lt;del&gt;LU-10569&lt;/del&gt;&lt;/a&gt; was not merged properly. The handling of liblnetconfig got dropped. I can create a patch for you some time tomorrow.&lt;/p&gt;

&lt;p&gt;BTW making lustre 2.10 build on Ubuntu 18 is a very painful experience.&lt;/p&gt;</comment>
                            <comment id="231305" author="james beal" created="Thu, 2 Aug 2018 07:53:56 +0000"  >&lt;p&gt;Thanks, If you have any questions about packaging we have a couple of debian developers in the group I am a member of and I am sure I can volunteer them &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;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="231541" author="gerrit" created="Mon, 6 Aug 2018 19:23:09 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32943&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32943&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11176&quot; title=&quot;Ubuntu package Issue&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11176&quot;&gt;&lt;del&gt;LU-11176&lt;/del&gt;&lt;/a&gt; build: properly package the shared libraries for debian/Ubuntu&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b304a4e28b253d666d609badcf1203eaa36dece6&lt;/p&gt;</comment>
                            <comment id="231546" author="gerrit" created="Mon, 6 Aug 2018 20:06:03 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32944&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32944&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11176&quot; title=&quot;Ubuntu package Issue&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11176&quot;&gt;&lt;del&gt;LU-11176&lt;/del&gt;&lt;/a&gt; systemd: use univeral path for modprobe&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 824985899c6cfac835a8d392df79be7207b46e1a&lt;/p&gt;</comment>
                            <comment id="231547" author="simmonsja" created="Mon, 6 Aug 2018 20:06:55 +0000"  >&lt;p&gt;That should fix everything. Let me know if you still have problems.&lt;/p&gt;</comment>
                            <comment id="231569" author="james beal" created="Tue, 7 Aug 2018 09:30:07 +0000"  >&lt;p&gt;patches look good, until there is a release I can&apos;t easily prove they fix things &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;&lt;/p&gt;</comment>
                            <comment id="231743" author="gerrit" created="Thu, 9 Aug 2018 18:20:55 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32944/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32944/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11176&quot; title=&quot;Ubuntu package Issue&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11176&quot;&gt;&lt;del&gt;LU-11176&lt;/del&gt;&lt;/a&gt; systemd: use univeral path for modprobe&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: aa50bf9e63ac35f13f1e170daac9ebce29d450cc&lt;/p&gt;</comment>
                            <comment id="231752" author="gerrit" created="Thu, 9 Aug 2018 19:03:48 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32970&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32970&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11176&quot; title=&quot;Ubuntu package Issue&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11176&quot;&gt;&lt;del&gt;LU-11176&lt;/del&gt;&lt;/a&gt; systemd: use univeral path for modprobe&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fd2e7915d5101cfa70826b2b0e7319265621137a&lt;/p&gt;</comment>
                            <comment id="231756" author="pjones" created="Thu, 9 Aug 2018 19:08:23 +0000"  >&lt;p&gt;The necessary change has landed for 2.12 so, innocent until proven guilty...&lt;/p&gt;</comment>
                            <comment id="231757" author="simmonsja" created="Thu, 9 Aug 2018 19:11:05 +0000"  >&lt;p&gt;Yep, 2.12 is fixed. Now to land the back ports for LTS.&lt;/p&gt;</comment>
                            <comment id="231760" author="pjones" created="Thu, 9 Aug 2018 19:33:53 +0000"  >&lt;p&gt;Yup. That is tracked by the LTS label.&lt;/p&gt;</comment>
                            <comment id="231883" author="gerrit" created="Mon, 13 Aug 2018 19:49:44 +0000"  >&lt;p&gt;John L. Hammond (jhammond@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32943/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32943/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11176&quot; title=&quot;Ubuntu package Issue&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11176&quot;&gt;&lt;del&gt;LU-11176&lt;/del&gt;&lt;/a&gt; build: properly package the shared libraries for debian/Ubuntu&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: daa4bedf6781d6ea7259845f5fc3721fc7797a0b&lt;/p&gt;</comment>
                            <comment id="231884" author="gerrit" created="Mon, 13 Aug 2018 19:53:26 +0000"  >&lt;p&gt;John L. Hammond (jhammond@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32970/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32970/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11176&quot; title=&quot;Ubuntu package Issue&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11176&quot;&gt;&lt;del&gt;LU-11176&lt;/del&gt;&lt;/a&gt; systemd: use univeral path for modprobe&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 618ba12b9e0d417d47fed55f23ce24acabbd2e6f&lt;/p&gt;</comment>
                            <comment id="231890" author="pjones" created="Mon, 13 Aug 2018 21:35:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=james+beal&quot; class=&quot;user-hover&quot; rel=&quot;james beal&quot;&gt;james beal&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think that you should be able to access &lt;a href=&quot;https://build.whamcloud.com/job/lustre-b2_10/arch=x86_64,build_type=client,distro=ubuntu1604,ib_stack=inkernel/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-b2_10/arch=x86_64,build_type=client,distro=ubuntu1604,ib_stack=inkernel/&lt;/a&gt;&#160;and see if this now works as required&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="231963" author="james beal" created="Wed, 15 Aug 2018 12:54:46 +0000"  >&lt;p&gt;I have used &lt;a href=&quot;https://build.whamcloud.com/job/lustre-b2_10/arch=x86_64,build_type=client,distro=ubuntu1604,ib_stack=inkernel/135/artifact/artifacts/lustre-utils_2.10.5-RC2-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-b2_10/arch=x86_64,build_type=client,distro=ubuntu1604,ib_stack=inkernel/135/artifact/artifacts/lustre-utils_2.10.5-RC2-1_amd64.deb&lt;/a&gt; and &lt;a href=&quot;https://build.whamcloud.com/job/lustre-b2_10/arch=x86_64,build_type=client,distro=ubuntu1604,ib_stack=inkernel/135/artifact/artifacts/lustre-client-modules-4.4.0-127-generic_2.10.5-RC2-1_amd64.deb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.whamcloud.com/job/lustre-b2_10/arch=x86_64,build_type=client,distro=ubuntu1604,ib_stack=inkernel/135/artifact/artifacts/lustre-client-modules-4.4.0-127-generic_2.10.5-RC2-1_amd64.deb&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And I can build a working system from those two packages.&lt;/p&gt;</comment>
                            <comment id="231964" author="pjones" created="Wed, 15 Aug 2018 13:24:31 +0000"  >&lt;p&gt;Excellent! Thanks for confirming James. This means 2.10.5 should be fine.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="52115">LU-10997</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="50091">LU-10470</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|hzzzsv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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