<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:10:18 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-7601] lustre-initialization-1: mkfs.lustre: command not found</title>
                <link>https://jira.whamcloud.com/browse/LU-7601</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Andreas Dilger &amp;lt;andreas.dilger@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;http://maloo.whamcloud.com/test_sets/3a80b878-eff3-11e3-a29d-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://maloo.whamcloud.com/test_sets/3a80b878-eff3-11e3-a29d-52540035b04c&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It seems that the lustre-tests RPM is not being installed on the test nodes for some reason?&lt;/p&gt;

&lt;p&gt;The sub-test lustre-initialization_1 failed with the following error in the autotest logs:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;bash: line 0: cd: /usr/lib64/lustre/tests: No such file or directory&lt;br/&gt;
sh: mkfs.lustre: command not found&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: lustre-initialization-1 lustre-initialization_1&lt;/p&gt;</description>
                <environment></environment>
        <key id="25085">LU-7601</key>
            <summary>lustre-initialization-1: mkfs.lustre: command not found</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>triage</label>
                    </labels>
                <created>Tue, 10 Jun 2014 15:59:43 +0000</created>
                <updated>Thu, 21 Jan 2016 08:44:44 +0000</updated>
                            <resolved>Mon, 11 Jan 2016 19:59:34 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>15</watches>
                                                                            <comments>
                            <comment id="86258" author="joshua" created="Tue, 10 Jun 2014 19:14:06 +0000"  >&lt;p&gt;What RPM should contain mkfs.lustre? What Distro(s) was this?&lt;/p&gt;</comment>
                            <comment id="89107" author="adilger" created="Tue, 15 Jul 2014 18:57:48 +0000"  >&lt;p&gt;The &quot;lustre&quot; RPM holds all of the userspace tools.  &quot;lustre-modules&quot; or &quot;lustre-client-modules&quot; hold the kernel modules.&lt;/p&gt;

&lt;p&gt;The distro information is available on the maloo link provided.&lt;/p&gt;

&lt;p&gt;I hit this again at: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/3f7c6628-0bce-11e4-a04d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/3f7c6628-0bce-11e4-a04d-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="89153" author="joshua" created="Tue, 15 Jul 2014 21:51:20 +0000"  >&lt;p&gt;That is really weird. Isee this in the problem report:&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;bash: line 0: cd: /usr/lib64/lustre/tests: No such file or directory
sh: mkfs.lustre: command not found
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Does this mean the lustre RPM is not being installed?  Does nothing in lustre-modules or lustre-client-modules require the lustre RPM? Is that by design, or a bug?&lt;/p&gt;

&lt;p&gt;Is /usr/lib64/lustre/tests also owned by the lustre RPM?&lt;/p&gt;</comment>
                            <comment id="89163" author="adilger" created="Tue, 15 Jul 2014 22:38:46 +0000"  >&lt;p&gt;The lustre/tests directory is from the lustre-tests RPM.  The lustre-tests RPM Requires: lustre and lustre-modules as one would expect, but nothing depends on it.&lt;/p&gt;</comment>
                            <comment id="89309" author="joshua" created="Wed, 16 Jul 2014 22:57:07 +0000"  >&lt;p&gt;I just did an el6 install with&lt;br/&gt;
&lt;tt&gt;loadjenkinsbuild -n onyx-29vm1 -p test -d el6 -a x86_64 -j lustre-reviews -b 25190 -t server -i inkernel -v -o -r&lt;/tt&gt;&lt;br/&gt;
and after install, I had the following packages:&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 -qa|grep lustre
lustre-osd-ldiskfs-2.6.50-2.6.32_431.20.3.el6_lustre.x86_64_g76c39dd.x86_64
kernel-2.6.32-431.20.3.el6_lustre.x86_64
kernel-headers-2.6.32-431.20.3.el6_lustre.x86_64
lustre-modules-2.6.50-2.6.32_431.20.3.el6_lustre.x86_64_g76c39dd.x86_64
lustre-tests-2.6.50-2.6.32_431.20.3.el6_lustre.x86_64_g76c39dd.x86_64
kernel-firmware-2.6.32-431.20.3.el6_lustre.x86_64
lustre-iokit-2.6.50-2.6.32_431.20.3.el6_lustre.x86_64_g76c39dd.x86_64
lustre-2.6.50-2.6.32_431.20.3.el6_lustre.x86_64_g76c39dd.x86_64
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Both of the failed sessions above are EL6 x86_64, which is what I just did.  I really don&apos;t know why those installs were any different; the autotest command line is, effectively, the same as what I did.&lt;/p&gt;

&lt;p&gt;If you hit it again, I&apos;ll try to pull out more details.&lt;/p&gt;</comment>
                            <comment id="93372" author="colmstea" created="Fri, 5 Sep 2014 19:45:21 +0000"  >&lt;p&gt;Please re-open if this happens again.&lt;/p&gt;</comment>
                            <comment id="97672" author="yong.fan" created="Tue, 28 Oct 2014 10:16:35 +0000"  >&lt;p&gt;Hit issue again:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/cfa0bb12-5e87-11e4-a2a3-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/cfa0bb12-5e87-11e4-a2a3-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101153" author="adilger" created="Tue, 9 Dec 2014 22:12:11 +0000"  >&lt;p&gt;Hit also on 2014-12-05 &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/a78c8af4-7cd0-11e4-bc8c-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/a78c8af4-7cd0-11e4-bc8c-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101282" author="adilger" created="Thu, 11 Dec 2014 05:33:20 +0000"  >&lt;p&gt;Hit again on 2014-12-10: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/b25b45ec-80ea-11e4-b2c2-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/b25b45ec-80ea-11e4-b2c2-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="102043" author="dmiter" created="Fri, 19 Dec 2014 13:15:39 +0000"  >&lt;p&gt;One more error: &lt;a href=&quot;https://testing.hpdd.intel.com/test_logs/80723cb0-8744-11e4-b712-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_logs/80723cb0-8744-11e4-b712-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103201" author="colmstea" created="Mon, 12 Jan 2015 17:33:53 +0000"  >&lt;p&gt;Dmitry, this was caused yum timing out on the install.&lt;/p&gt;

&lt;p&gt;      yum install -y kernel-2.6.32-431.29.2.el6_lustre.g50de7d6.x86_64 lustre-ldiskfs lustre-modules lustre lustre-tests&lt;br/&gt;
+ yum install -y kernel-2.6.32-431.29.2.el6_lustre.g50de7d6.x86_64 lustre-ldiskfs lustre-modules lustre lustre-tests&lt;br/&gt;
Loaded plugins: fastestmirror, security&lt;br/&gt;
&lt;a href=&quot;http://10.1.0.10/cobbler/localmirror/hudson/lustre-reviews/29174/build_type-server_distro-el6_arch-x86_64_ib_stack-inkernel/repodata/repomd.xml:&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.1.0.10/cobbler/localmirror/hudson/lustre-reviews/29174/build_type-server_distro-el6_arch-x86_64_ib_stack-inkernel/repodata/repomd.xml:&lt;/a&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;Errno 12&amp;#93;&lt;/span&gt; Timeout on &lt;a href=&quot;http://10.1.0.10/cobbler/localmirror/hudson/lustre-reviews/29174/build_type-server_distro-el6_arch-x86_64_ib_stack-inkernel/repodata/repomd.xml:&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.1.0.10/cobbler/localmirror/hudson/lustre-reviews/29174/build_type-server_distro-el6_arch-x86_64_ib_stack-inkernel/repodata/repomd.xml:&lt;/a&gt; (28, &apos;Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds&apos;)&lt;br/&gt;
Trying other mirror.&lt;br/&gt;
Error: Cannot retrieve repository metadata (repomd.xml) for repository: lustre-build. Please verify its path and try again&lt;br/&gt;
      /sbin/grubby --set-default=/boot/kernel-2.6.32-431.29.2.el6_lustre.g50de7d6.x86_64&lt;br/&gt;
+ /sbin/grubby --set-default=/boot/kernel-2.6.32-431.29.2.el6_lustre.g50de7d6.x86_64&lt;/p&gt;</comment>
                            <comment id="103205" author="colmstea" created="Mon, 12 Jan 2015 17:45:20 +0000"  >&lt;p&gt;This is not an autotest issue, the causes range from jenkins 502s (TEI-3005) and environmental/networking problems.&lt;/p&gt;</comment>
                            <comment id="106158" author="bfaccini" created="Sat, 7 Feb 2015 13:57:20 +0000"  >&lt;p&gt;Seems I got a new occurence with &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/605dbd40-ad65-11e4-adac-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/605dbd40-ad65-11e4-adac-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="106679" author="adilger" created="Wed, 11 Feb 2015 19:26:01 +0000"  >&lt;p&gt;Charlie, I think that all of these problems have a related root cause, namely that the current node-provisioning/lustre-initialization code is not robust in the face of network errors. Since we can&apos;t prevent the occurrence of network errors, something needs to be done at the autotest level to retry RPM installation and/or restart that test session on a different node so that these intermittent network errors are not visible to Maloo or Gerrit. That may slow down the start of one test session somewhat, but will save time in the long run by avoiding the need to resubmit all of the test sessions because of a single lustre-initialization failure. &lt;/p&gt;</comment>
                            <comment id="110703" author="yujian" created="Thu, 26 Mar 2015 02:44:17 +0000"  >&lt;p&gt;While testing patch &lt;a href=&quot;http://review.whamcloud.com/14133&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14133&lt;/a&gt;, I hit &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6054&quot; title=&quot;lustre-initialization-1: mkfs.lustre: FATAL: unhandled fs type 5 &amp;#39;zfs&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6054&quot;&gt;&lt;del&gt;LU-6054&lt;/del&gt;&lt;/a&gt;, which is marked as a duplicate of this one, so I report the failure here:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/4253d7a4-d325-11e4-94cf-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/4253d7a4-d325-11e4-94cf-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="110863" author="yujian" created="Fri, 27 Mar 2015 16:44:00 +0000"  >&lt;p&gt;More failures:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/62f21a70-d438-11e4-a21e-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/62f21a70-d438-11e4-a21e-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/e9b28b5c-eb1d-11e4-aa1a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/e9b28b5c-eb1d-11e4-aa1a-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="121914" author="jay" created="Wed, 22 Jul 2015 15:02:43 +0000"  >&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/2b027154-302d-11e5-9b7c-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/2b027154-302d-11e5-9b7c-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="135431" author="jamesanunez" created="Mon, 7 Dec 2015 20:52:37 +0000"  >&lt;p&gt;Another instance at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/c12c0a68-92f8-11e5-913f-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/c12c0a68-92f8-11e5-913f-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="135440" author="colmstea" created="Mon, 7 Dec 2015 22:28:52 +0000"  >&lt;p&gt;Investigating latest instance&lt;/p&gt;</comment>
                            <comment id="135518" author="colmstea" created="Tue, 8 Dec 2015 16:42:20 +0000"  >&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;[12/7/15, 4:25:36 PM] Charlie Olmstead: https://testing.hpdd.intel.com/test_sessions/c12c0a68-92f8-11e5-913f-5254006e85c2
failed with 
14:12:30:shadow-7vm12: mkfs.lustre FATAL: unhandled/unloaded fs type 5 &apos;zfs&apos;
[12/7/15, 4:35:09 PM] Minh Diep: let me check
[12/7/15, 4:41:19 PM] Minh Diep: Charlie, most likely this is Lustre issue. I suggest they install and verify this offline. I think this occured before
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Please try a manual run to see if it occurs.&lt;/p&gt;</comment>
                            <comment id="135536" author="sarah" created="Tue, 8 Dec 2015 18:33:16 +0000"  >&lt;p&gt;ok, I will try it manually.&lt;/p&gt;</comment>
                            <comment id="135547" author="sarah" created="Tue, 8 Dec 2015 19:47:58 +0000"  >&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I tried manually and still hit this issue, please let me know if you need any other info&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;mkfs.lustre --mgs --fsname=lustre --mdt --index=0 --param=sys.timeout=20 --param=lov.stripesize=1048576 --param=lov.stripecount=0 --param=mdt.identity_upcall=/usr/sbin/l_getidentity --backfstype=zfs --device-size=3145728 --reformat lustre-mdt1/mdt1 /dev/sdb1
Failed to initialize ZFS library

mkfs.lustre FATAL: unhandled/unloaded fs type 5 &apos;zfs&apos;

mkfs.lustre FATAL: unable to prepare backend (22)
mkfs.lustre: exiting with 22 (Invalid argument)
[root@onyx-23 ~]# 
[root@onyx-23 ~]# rpm -qa|grep lustre
lustre-dkms-2.7.64-1.el6.noarch
lustre-iokit-2.7.64-2.6.32_573.8.1.el6_lustre.x86_64.x86_64
kernel-devel-2.6.32-573.8.1.el6_lustre.x86_64
lustre-osd-zfs-mount-2.7.64-2.6.32_573.8.1.el6_lustre.x86_64.x86_64
lustre-tests-2.7.64-2.6.32_573.8.1.el6_lustre.x86_64.x86_64
kernel-2.6.32-573.8.1.el6_lustre.x86_64
kernel-headers-2.6.32-573.8.1.el6_lustre.x86_64
lustre-2.7.64-2.6.32_573.8.1.el6_lustre.x86_64.x86_64
lustre-osd-zfs-2.7.64-2.6.32_573.8.1.el6_lustre.x86_64.x86_64
kernel-firmware-2.6.32-573.8.1.el6_lustre.x86_64
[root@onyx-23 ~]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;command I used for provision is&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;[w3liu@ssh-2 ~]$ loadjenkinsbuild -n onyx-23 -j lustre-master -b 3264 -t server -i inkernel -d el6.7 -a x86_64 --profile test --packages=&quot;expect,lsof,curl,gcc,make,cvs,bc,byacc,posix,compat-glibc-headers&quot; --reboot --powerup --usedkms
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="135553" author="sarah" created="Tue, 8 Dec 2015 20:27:15 +0000"  >&lt;p&gt;Per the conversation with John Salinas,  the node is running an unpatched kernal&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;[12/8/15, 12:08:05 PM] John Salinas: let me track down which rpm is missing or bad
[12/8/15, 12:15:36 PM] John Salinas: It does not look like onyx-23 has a lustre patched kernel?  Is that expected
[12/8/15, 12:16:04 PM] sarah_lw liu: no
[12/8/15, 12:16:25 PM] John Salinas: [root@onyx-23 sys]# uname -r
2.6.32-573.8.1.el6.x86_64
[12/8/15, 12:16:52 PM] John Salinas: Is there a way we can see this build on jenkins?
[12/8/15, 12:18:31 PM] sarah_lw liu: this is the build https://build.hpdd.intel.com/job/lustre-master/3264/arch=x86_64,build_type=server,distro=el6.7,ib_stack=inkernel/
[12/8/15, 12:19:09 PM] sarah_lw liu: we also hit the same issue on a previous build #3252
[12/8/15, 12:22:12 PM] John Salinas: This looks like a mismatch: [root@onyx-23 sys]# find /lib -print |grep zfs |grep ko 
/lib/modules/2.6.32-573.8.1.el6_lustre.x86_64/extra/kernel/fs/lustre/osd_zfs.ko
[root@onyx-23 sys]# uname -a 
Linux onyx-23.onyx.hpdd.intel.com 2.6.32-573.8.1.el6.x86_64 #1 SMP Tue Nov 10 18:01:38 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[12/8/15, 12:22:40 PM] John Salinas: so the osd-zfs kernel object is built only for Lustre but we are running a vanilla kernel so it cannot load
[12/8/15, 12:23:18 PM] John Salinas: that and I believe we are missing: /extra/zfs.ko
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The node is not running lustre patched kernal which it should&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;[root@onyx-23 ~]# ls /lib/modules/
2.6.32-573.8.1.el6_lustre.x86_64  2.6.32-573.8.1.el6.x86_64
[root@onyx-23 ~]# uname -a
Linux onyx-23.onyx.hpdd.intel.com 2.6.32-573.8.1.el6.x86_64 #1 SMP Tue Nov 10 18:01:38 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[root@onyx-23 ~]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="135594" author="sarah" created="Tue, 8 Dec 2015 23:56:37 +0000"  >&lt;p&gt;more failures:&lt;br/&gt;
this issue also affect ldiskfs&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/f362e37a-9a56-11e5-9d42-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/f362e37a-9a56-11e5-9d42-5254006e85c2&lt;/a&gt;&lt;br/&gt;
branch: lustre-reviews&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;22:08:23:onyx-41vm7: mkfs.lustre FATAL: unhandled/unloaded fs type 1 &apos;ldiskfs&apos;
22:08:23:onyx-41vm7: 
22:08:23:onyx-41vm7: mkfs.lustre FATAL: unable to prepare backend (22)
22:08:23:onyx-41vm7: mkfs.lustre: exiting with 22 (Invalid argument)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;zfs instance:&lt;br/&gt;
branch: lustre-master&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/41d46cfe-9dd6-11e5-8427-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/41d46cfe-9dd6-11e5-8427-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="135654" author="mdiep" created="Wed, 9 Dec 2015 15:18:51 +0000"  >&lt;p&gt;since you are using dkms, the node should not run lustre patched kernel. Please try this&lt;/p&gt;

&lt;p&gt;modprobe lustre&lt;/p&gt;

&lt;p&gt;if it fails, check the console or watch it during the end of os installation to see if zfs, spl, lustre build is successful &lt;/p&gt;

&lt;p&gt;HTH&lt;/p&gt;</comment>
                            <comment id="136024" author="jamesanunez" created="Fri, 11 Dec 2015 15:29:20 +0000"  >&lt;p&gt;An ldiskfs case on master:&lt;br/&gt;
2015-12-10 12:56:32 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/f8b5e42c-9f46-11e5-8d81-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/f8b5e42c-9f46-11e5-8d81-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="136425" author="jamesanunez" created="Tue, 15 Dec 2015 20:08:37 +0000"  >&lt;p&gt;Charlie - I think this was assigned to me accidentally. I&apos;m not sure you are the correct person to work on this, but I&apos;ve assigned it back to you. &lt;/p&gt;</comment>
                            <comment id="136446" author="colmstea" created="Tue, 15 Dec 2015 22:35:54 +0000"  >&lt;p&gt;I assigned it to you James since you initiated it being re-opened.&lt;/p&gt;

&lt;p&gt;Minh suspects this is a lustre issue and recommended a few steps above:&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;since you are using dkms, the node should not run lustre patched kernel. Please try this
modprobe lustre
if it fails, check the console or watch it during the end of os installation to see if zfs, spl, lustre build is successful
HTH
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="136493" author="jamesanunez" created="Wed, 16 Dec 2015 01:38:48 +0000"  >&lt;p&gt;Sarah - Will you please run the test that Minh suggested, and Charlie copied in his last message, and report back on what you see?&lt;/p&gt;</comment>
                            <comment id="136593" author="sarah" created="Wed, 16 Dec 2015 18:54:16 +0000"  >&lt;p&gt;Sure, I will update the ticket&lt;/p&gt;</comment>
                            <comment id="136787" author="sarah" created="Thu, 17 Dec 2015 22:01:43 +0000"  >&lt;p&gt;Here is what I got &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;Failed to initialize ZFS library

mkfs.lustre FATAL: unhandled/unloaded fs type 5 &apos;zfs&apos;

mkfs.lustre FATAL: unable to prepare backend (22)
mkfs.lustre: exiting with 22 (Invalid argument)
[root@onyx-23 ~]# modprobe lustre
FATAL: Module lustre not found.
[root@onyx-23 ~]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="136790" author="mdiep" created="Thu, 17 Dec 2015 22:18:03 +0000"  >&lt;p&gt;let me log into onyx-23&lt;/p&gt;</comment>
                            <comment id="136792" author="mdiep" created="Thu, 17 Dec 2015 22:23:22 +0000"  >&lt;p&gt;Here is the hint in the console&lt;/p&gt;

&lt;p&gt;Enabling /etc/fstab swaps:  Adding 16465916k swap on /dev/sda2.  Priority:-1 ext&lt;br/&gt;
ents:1 across:16465916k &lt;br/&gt;
[  OK  ]^M^M&lt;br/&gt;
Entering non-interactive startup^M&lt;br/&gt;
Calling the system activity data collector (sadc)... ^M&lt;br/&gt;
FATAL: Module zfs not found.^M&lt;br/&gt;
 with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #0.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #1.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #2.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #3.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #4.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #5.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #6.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #7.^M&lt;br/&gt;
dkms.conf: Error! Directive &apos;DEST_MODULE_LOCATION&apos; does not begin with^M&lt;br/&gt;
&apos;/kernel&apos;, &apos;/updates&apos;, or &apos;/extra&apos; in record #8.^M&lt;/p&gt;


&lt;p&gt;please make sure zfs built correctly, ie run zfs command.&lt;/p&gt;</comment>
                            <comment id="137447" author="dmiter" created="Fri, 25 Dec 2015 15:31:01 +0000"  >&lt;p&gt;I think this is TEI issue. Originally I though  that this happens because of using autoconf variable without proper initialization. But looking into this more deeply I think in this case we have an issue with unresolved dependency. When DKMS package is installing it launch the configure script for autoconf variables initialization. If this script fails because of any reason the dkms.conf became broken and we get mentored above error messages. So, I&apos;d like to understand the reason of configure fail to resolve this ticket.&lt;/p&gt;

&lt;p&gt;Can you help me to find the machine which have this issue and not changed (re-installed) yet to login and manually understand why the configure script fails?&lt;br/&gt;
I assume that just few packages missed or not installed yet.&lt;/p&gt;</comment>
                            <comment id="137912" author="adilger" created="Tue, 5 Jan 2016 07:39:50 +0000"  >&lt;p&gt;Minh, any chance to help Dmitry debug this failure?&lt;/p&gt;

&lt;p&gt;Dmitry, is it possible to make a patch to the autotest or DKMS script that will print out the installed modules and/or other information needed to debug this failure?&lt;/p&gt;</comment>
                            <comment id="137928" author="bfaccini" created="Tue, 5 Jan 2016 14:07:03 +0000"  >&lt;p&gt;It is true that any failure/lack causing lustre-dkms RPM configure step to early exit is likely to cause such later consequence.&lt;br/&gt;
As part of a strengthening effort, I can also add the necessary error handling stuff to catch configure errors in the lustre-dkms RPM scripts.&lt;/p&gt;</comment>
                            <comment id="137991" author="bfaccini" created="Tue, 5 Jan 2016 20:44:37 +0000"  >&lt;p&gt;After having hands-on an isolated node that suffered the same failure, I have found that the &quot;configure&quot; failure comes from the auto-generated &quot;lustre-dkms_post-add.sh&quot; script (from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1032&quot; title=&quot;Add dkms support for kernel modules&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1032&quot;&gt;&lt;del&gt;LU-1032&lt;/del&gt;&lt;/a&gt; latest patch to handle Client case) causing wrong configure parameters construction, when zfs/spl DKMS RPMs have only been added ...&lt;br/&gt;
Will push a patch to fix this.&lt;br/&gt;
And a workaround would be to build/install ZFS/SPL DKMS RPMs before to install Lustre DKMS RPM.&lt;/p&gt;</comment>
                            <comment id="137993" author="gerrit" created="Tue, 5 Jan 2016 21:00:15 +0000"  >&lt;p&gt;Faccini Bruno (bruno.faccini@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17829&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17829&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7601&quot; title=&quot;lustre-initialization-1: mkfs.lustre: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7601&quot;&gt;&lt;del&gt;LU-7601&lt;/del&gt;&lt;/a&gt; build: fix typo for spl/zfs added case handler&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 554e31c64a2f8762598cfc0865772b818edcdce9&lt;/p&gt;</comment>
                            <comment id="138539" author="gerrit" created="Mon, 11 Jan 2016 19:07:34 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17829/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17829/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7601&quot; title=&quot;lustre-initialization-1: mkfs.lustre: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7601&quot;&gt;&lt;del&gt;LU-7601&lt;/del&gt;&lt;/a&gt; build: fix typo for spl/zfs added case handler&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cb73cb5083ee2db5c6ed607c44e1002788b4eee6&lt;/p&gt;</comment>
                            <comment id="138551" author="pjones" created="Mon, 11 Jan 2016 19:59:34 +0000"  >&lt;p&gt;Landed for 2.8. Let&apos;s track follow on work to improve robustness of this area under a new ticket.&lt;/p&gt;</comment>
                            <comment id="138784" author="bfaccini" created="Wed, 13 Jan 2016 11:07:42 +0000"  >&lt;p&gt;Just to be complete about this ticket&apos;s problem, and even if we will &quot;track follow on work to improve robustness of this area under a new ticket&quot;, my patch fixes a problem/typo causing configure to fail when &lt;span class=&quot;error&quot;&gt;&amp;#91;spl,zfs&amp;#93;&lt;/span&gt;-dkms packages are in &quot;added&quot; state, in the sense of DKMS. But the main problem is that these packages are still in tis &quot;added&quot; state at the time of configure step during lustre-dkms install.&lt;br/&gt;
This should never happen since both &lt;span class=&quot;error&quot;&gt;&amp;#91;spl,zfs&amp;#93;&lt;/span&gt;-dkms packages should be built/installed during their respective RPM&apos;s post-install script.&lt;br/&gt;
Having a look to an affected node&apos;s KickStart/install log, this could be linked to the following msgs/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;............................
+ yum install -y kernel-2.6.32-573.8.1.el6.x86_64 kernel-devel-2.6.32-573.8.1.el6.x86_64
Loaded plugins: fastestmirror, security
Setting up Install Process
Resolving Dependencies
--&amp;gt; Running transaction check
---&amp;gt; Package kernel.x86_64 0:2.6.32-573.8.1.el6 will be installed
---&amp;gt; Package kernel-devel.x86_64 0:2.6.32-573.8.1.el6 will be installed
--&amp;gt; Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch         Version                    Repository     Size
================================================================================
Installing:
 kernel             x86_64       2.6.32-573.8.1.el6         updates        30 M
 kernel-devel       x86_64       2.6.32-573.8.1.el6         updates        10 M

Transaction Summary
================================================================================
Install       2 Package(s)

Total download size: 40 M
Installed size: 151 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.2 MB/s |  40 MB     00:09
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Importing GPG key 0xC105B9DE:
 Userid : CentOS-6 Key (CentOS 6 Official Signing Key) &amp;lt;centos-6-key@centos.org&amp;gt;
 Package: centos-release-6-7.el6.centos.12.3.x86_64 (@anaconda-CentOS-201508042137.x86_64/6.7)
 From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
^M  Installing : kernel-devel-2.6.32-573.8.1.el6.x86_64                       1/2
^M  Installing : kernel-2.6.32-573.8.1.el6.x86_64                             2/2
^M  Verifying  : kernel-2.6.32-573.8.1.el6.x86_64                             1/2
^M  Verifying  : kernel-devel-2.6.32-573.8.1.el6.x86_64                       2/2

Installed:
  kernel.x86_64 0:2.6.32-573.8.1.el6  kernel-devel.x86_64 0:2.6.32-573.8.1.el6

Complete!
+ break
      yuminstall zfs-dkms spl-dkms zfs
+ yuminstall zfs-dkms spl-dkms zfs
+ local &apos;packages=zfs-dkms spl-dkms zfs&apos;
+ local max=5
+ local i=0
+ ((  i &amp;lt; max  ))
+ yum install -y zfs-dkms spl-dkms zfs
Loaded plugins: fastestmirror, security
Setting up Install Process
Determining fastest mirrors
 * base: centos.mirror.constant.com
 * extras: repos.lax.quadranet.com
 * updates: mirrors.cmich.edu
Resolving Dependencies
--&amp;gt; Running transaction check
---&amp;gt; Package spl-dkms.noarch 0:0.6.5.3-1.el6 will be installed
--&amp;gt; Processing Dependency: dkms &amp;gt;= 2.2.0.2 for package: spl-dkms-0.6.5.3-1.el6.noarch
---&amp;gt; Package zfs.x86_64 0:0.6.5.3-1.el6 will be installed
--&amp;gt; Processing Dependency: spl = 0.6.5.3 for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libzpool2 = 0.6.5.3 for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libzfs2 = 0.6.5.3 for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libuutil1 = 0.6.5.3 for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libnvpair1 = 0.6.5.3 for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libzpool.so.2()(64bit) for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libzfs_core.so.1()(64bit) for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libzfs.so.2()(64bit) for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libuutil.so.1()(64bit) for package: zfs-0.6.5.3-1.el6.x86_64
--&amp;gt; Processing Dependency: libnvpair.so.1()(64bit) for package: zfs-0.6.5.3-1.el6.x86_64
---&amp;gt; Package zfs-dkms.noarch 0:0.6.5.3-1.el6 will be installed
--&amp;gt; Running transaction check
---&amp;gt; Package dkms.noarch 0:2.2.0.3-30.git.7c3e7c5.el6 will be installed
---&amp;gt; Package libnvpair1.x86_64 0:0.6.5.3-1.el6 will be installed
---&amp;gt; Package libuutil1.x86_64 0:0.6.5.3-1.el6 will be installed
---&amp;gt; Package libzfs2.x86_64 0:0.6.5.3-1.el6 will be installed
---&amp;gt; Package libzpool2.x86_64 0:0.6.5.3-1.el6 will be installed
---&amp;gt; Package spl.x86_64 0:0.6.5.3-1.el6 will be installed
--&amp;gt; Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch     Version                       Repository            Size
================================================================================
Installing:
 spl-dkms     noarch   0.6.5.3-1.el6                 lustre-build         449 k
 zfs          x86_64   0.6.5.3-1.el6                 lustre-build         323 k
 zfs-dkms     noarch   0.6.5.3-1.el6                 lustre-build         1.9 M
Installing for dependencies:
 dkms         noarch   2.2.0.3-30.git.7c3e7c5.el6    addon-epel6-x86_64    77 k
 libnvpair1   x86_64   0.6.5.3-1.el6                 lustre-build          27 k
 libuutil1    x86_64   0.6.5.3-1.el6                 lustre-build          32 k
 libzfs2      x86_64   0.6.5.3-1.el6                 lustre-build         113 k
 libzpool2    x86_64   0.6.5.3-1.el6                 lustre-build         401 k
 spl          x86_64   0.6.5.3-1.el6                 lustre-build          25 k

Transaction Summary
================================================================================
Install       9 Package(s)

Total download size: 3.3 M
Installed size: 16 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.3 MB/s | 3.3 MB     00:02
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
^M  Installing : libuutil1-0.6.5.3-1.el6.x86_64                               1/9
^M  Installing : libnvpair1-0.6.5.3-1.el6.x86_64                              2/9
^M  Installing : libzpool2-0.6.5.3-1.el6.x86_64                               3/9
^M  Installing : dkms-2.2.0.3-30.git.7c3e7c5.el6.noarch                       4/9
^M  Installing : spl-dkms-0.6.5.3-1.el6.noarch                                5/9
Loading new spl-0.6.5.3 DKMS files...
It is likely that 2.6.32-573.el6.x86_64 belongs to a chroot&apos;s host
Building for 2.6.32-573.12.1.el6.x86_64 and 2.6.32-573.8.1.el6.x86_64                         &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;
/usr/sbin/dkms: line 1958: /dev/fd/62: No such file or directory
/usr/sbin/dkms: line 1890: /dev/fd/62: No such file or directory
warning: %post(spl-dkms-0.6.5.3-1.el6.noarch) scriptlet failed, exit status 1   &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; spl-dkms RPM post-install script failed, leading to its DKMS build/install steps not done
Non-fatal POSTIN scriptlet failure in rpm package spl-dkms-0.6.5.3-1.el6.noarch
^M  Installing : zfs-dkms-0.6.5.3-1.el6.noarch                                6/9
Loading new zfs-0.6.5.3 DKMS files...
It is likely that 2.6.32-573.el6.x86_64 belongs to a chroot&apos;s host
Building for 2.6.32-573.12.1.el6.x86_64 and 2.6.32-573.8.1.el6.x86_64                         &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;
/usr/sbin/dkms: line 1958: /dev/fd/62: No such file or directory
/usr/sbin/dkms: line 1890: /dev/fd/62: No such file or directory
warning: %post(zfs-dkms-0.6.5.3-1.el6.noarch) scriptlet failed, exit status 1   &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; zfs-dkms RPM post-install script failed, leading to its DKMS build/install steps not done
Non-fatal POSTIN scriptlet failure in rpm package zfs-dkms-0.6.5.3-1.el6.noarch
^M  Installing : spl-0.6.5.3-1.el6.x86_64                                     7/9
^M  Installing : libzfs2-0.6.5.3-1.el6.x86_64                                 8/9
^M  Installing : zfs-0.6.5.3-1.el6.x86_64                                     9/9
^M  Verifying  : spl-dkms-0.6.5.3-1.el6.noarch                                1/9
^M  Verifying  : dkms-2.2.0.3-30.git.7c3e7c5.el6.noarch                       2/9
^M  Verifying  : libzpool2-0.6.5.3-1.el6.x86_64                               3/9
^M  Verifying  : libuutil1-0.6.5.3-1.el6.x86_64                               4/9
^M  Verifying  : zfs-dkms-0.6.5.3-1.el6.noarch                                5/9
^M  Verifying  : spl-0.6.5.3-1.el6.x86_64                                     6/9
^M  Verifying  : zfs-0.6.5.3-1.el6.x86_64                                     7/9
^M  Verifying  : libzfs2-0.6.5.3-1.el6.x86_64                                 8/9
^M  Verifying  : libnvpair1-0.6.5.3-1.el6.x86_64                              9/9

Installed:
  spl-dkms.noarch 0:0.6.5.3-1.el6           zfs.x86_64 0:0.6.5.3-1.el6
  zfs-dkms.noarch 0:0.6.5.3-1.el6

Dependency Installed:
  dkms.noarch 0:2.2.0.3-30.git.7c3e7c5.el6   libnvpair1.x86_64 0:0.6.5.3-1.el6
  libuutil1.x86_64 0:0.6.5.3-1.el6           libzfs2.x86_64 0:0.6.5.3-1.el6
  libzpool2.x86_64 0:0.6.5.3-1.el6           spl.x86_64 0:0.6.5.3-1.el6

Complete!
+ break
      yuminstall lustre-dkms lustre-osd-zfs lustre lustre-tests
+ yuminstall lustre-dkms lustre-osd-zfs lustre lustre-tests
+ local &apos;packages=lustre-dkms lustre-osd-zfs lustre lustre-tests&apos;
+ local max=5
+ local i=0
+ ((  i &amp;lt; max  ))
+ yum install -y lustre-dkms lustre-osd-zfs lustre lustre-tests
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: centos.mirror.constant.com
 * extras: repos.lax.quadranet.com
 * updates: mirrors.cmich.edu
Resolving Dependencies
--&amp;gt; Running transaction check
---&amp;gt; Package lustre.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c will be installed
--&amp;gt; Processing Dependency: lustre-osd-mount for package: lustre-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c.x86_64
--&amp;gt; Processing Dependency: libnetsnmpmibs.so.20()(64bit) for package: lustre-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c.x86_64
--&amp;gt; Processing Dependency: libnetsnmphelpers.so.20()(64bit) for package: lustre-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c.x86_64
--&amp;gt; Processing Dependency: libnetsnmpagent.so.20()(64bit) for package: lustre-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c.x86_64
--&amp;gt; Processing Dependency: libnetsnmp.so.20()(64bit) for package: lustre-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c.x86_64
---&amp;gt; Package lustre-dkms.noarch 0:2.7.64-1.el6 will be installed
--&amp;gt; Processing Dependency: /usr/bin/expect for package: lustre-dkms-2.7.64-1.el6.noarch
---&amp;gt; Package lustre-osd-zfs.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c will be installed
---&amp;gt; Package lustre-tests.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c will be installed
--&amp;gt; Processing Dependency: lustre-iokit for package: lustre-tests-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c.x86_64
--&amp;gt; Running transaction check
---&amp;gt; Package expect.x86_64 0:5.44.1.15-5.el6_4 will be installed
---&amp;gt; Package lustre-iokit.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c will be installed
--&amp;gt; Processing Dependency: sg3_utils for package: lustre-iokit-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c.x86_64
---&amp;gt; Package lustre-osd-zfs-mount.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c will be installed
---&amp;gt; Package net-snmp-libs.x86_64 1:5.5-54.el6_7.1 will be installed
--&amp;gt; Running transaction check
---&amp;gt; Package sg3_utils.x86_64 0:1.28-8.el6 will be installed
--&amp;gt; Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch   Version                         Repository    Size
================================================================================
Installing:
 lustre               x86_64 2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
                                                             lustre-build 569 k
 lustre-dkms          noarch 2.7.64-1.el6                    lustre-build  12 M
 lustre-osd-zfs       x86_64 2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
                                                             lustre-build  92 k
 lustre-tests         x86_64 2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
                                                             lustre-build 8.4 M
Installing for dependencies:
 expect               x86_64 5.44.1.15-5.el6_4               base         256 k
 lustre-iokit         x86_64 2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
                                                             lustre-build  42 k
 lustre-osd-zfs-mount x86_64 2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
                                                             lustre-build 7.7 k
 net-snmp-libs        x86_64 1:5.5-54.el6_7.1                updates      1.5 M
 sg3_utils            x86_64 1.28-8.el6                      base         500 k

Transaction Summary
================================================================================
Install       9 Package(s)

Total download size: 24 M
Installed size: 53 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.2 MB/s |  24 MB     00:05
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
^M  Installing : lustre-osd-zfs-mount-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3   1/9
^M  Installing : expect-5.44.1.15-5.el6_4.x86_64                              2/9
^M  Installing : lustre-dkms-2.7.64-1.el6.noarch                              3/9
Loading new lustre-2.7.64 DKMS files...
/usr/sbin/dkms: line 1958: /dev/fd/62: No such file or directory                         &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;  same error /dev/fd/62 problem than previously for [spl,zfs]-dkms
/usr/sbin/dkms: line 1890: /dev/fd/62: No such file or directory
/usr/sbin/dkms: line 1958: /dev/fd/62: No such file or directory
/usr/sbin/dkms: line 1890: /dev/fd/62: No such file or directory
configure: error: Kernel source  could not be found.
It is likely that 2.6.32-573.el6.x86_64 belongs to a chroot&apos;s host
Building for 2.6.32-573.12.1.el6.x86_64 and 2.6.32-573.8.1.el6.x86_64
/usr/sbin/dkms: line 1958: /dev/fd/62: No such file or directory
/usr/sbin/dkms: line 1890: /dev/fd/62: No such file or directory
warning: %post(lustre-dkms-2.7.64-1.el6.noarch) scriptlet failed, exit status 1 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; lustre-dkms RPM post-script also fails
Non-fatal POSTIN scriptlet failure in rpm package lustre-dkms-2.7.64-1.el6.noarch
^M  Installing : lustre-osd-zfs-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x   4/9
^M  Installing : 1:net-snmp-libs-5.5-54.el6_7.1.x86_64                        5/9
^M  Installing : lustre-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g5   6/9
^M  Installing : sg3_utils-1.28-8.el6.x86_64                                  7/9
^M  Installing : lustre-iokit-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86   8/9
^M  Installing : lustre-tests-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86   9/9
^M  Verifying  : sg3_utils-1.28-8.el6.x86_64                                  1/9
^M  Verifying  : lustre-osd-zfs-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x   2/9
^M  Verifying  : lustre-dkms-2.7.64-1.el6.noarch                              3/9
^M  Verifying  : 1:net-snmp-libs-5.5-54.el6_7.1.x86_64                        4/9
^M  Verifying  : lustre-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g5   5/9
^M  Verifying  : lustre-osd-zfs-mount-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3   6/9
^M  Verifying  : lustre-iokit-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86   7/9
^M  Verifying  : expect-5.44.1.15-5.el6_4.x86_64                              8/9
^M  Verifying  : lustre-tests-2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86   9/9

Installed:
  lustre.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
  lustre-dkms.noarch 0:2.7.64-1.el6
  lustre-osd-zfs.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
  lustre-tests.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c

Dependency Installed:
  expect.x86_64 0:5.44.1.15-5.el6_4
  lustre-iokit.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
  lustre-osd-zfs-mount.x86_64 0:2.7.64-2.6.32_573.8.1.el6_lustre.gbd3d354.x86_64_g554e31c
  net-snmp-libs.x86_64 1:5.5-54.el6_7.1
  sg3_utils.x86_64 0:1.28-8.el6

Complete!
............................
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="139189" author="bfaccini" created="Mon, 18 Jan 2016 17:36:30 +0000"  >&lt;p&gt;Follow-on for this ticket, to add/enhance error handling/reporting (mainly during configure step) during processing of lustre&lt;span class=&quot;error&quot;&gt;&amp;#91;-client&amp;#93;&lt;/span&gt;-dkms package content by DKMS framework, is being tracked as part of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7679&quot; title=&quot;auto-strengthen lustre[-client]-dkms package vs configure issues during its processing inside DKMS framework&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7679&quot;&gt;&lt;del&gt;LU-7679&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                            <outwardlinks description="is blocking">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="27982">LU-6054</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28158">LU-6113</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="33482">LU-7526</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="25085">LU-7601</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="34150">LU-7679</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="25085">LU-7601</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="34150">LU-7679</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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 25 Dec 2015 15:59:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwo1z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14250</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>
                                                                                                                        <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 10 Jun 2014 15:59:43 +0000</customfieldvalue>

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