<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:03:45 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-99] fail to register backing_dev_info under RHEL6</title>
                <link>https://jira.whamcloud.com/browse/LU-99</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We get the following warning and stacktrace under RHEL6 and Lustre 2.1 (in this &lt;br/&gt;
case triggered by &apos;ls -al&apos; in the root of the mounted Lustre filesystem).&lt;/p&gt;

&lt;p&gt;WARNING: at fs/fs-writeback.c:967 __mark_inode_dirty+0x108/0x160() (Tainted: G        W  ---------------- )&lt;br/&gt;
Hardware name: X8DTH-i/6/iF/6F&lt;br/&gt;
Modules linked in: osd_ldiskfs fsfilt_ldiskfs lustre ldiskfs lmv obdfilter ost cmm mdt mdd mds exportfs mgs mgc ext4 lov osc lquota mdc fid fld ko2iblnd ptlrpc obdclass lvfs lnet libcfs mbcache jbd2 ib_ipoib rdma_ucm ib_ucm ib_uverbs ib_umad rdma_cm ib_cm iw_cm ib_addr ib_sa mlx4_ib ib_mad ib_core sg sd_mod crc_t10dif dm_mirror dm_region_hash dm_log dm_mod video output sbs sbshc power_meter hwmon acpi_pad parport serio_raw i2c_i801 i2c_core ata_generic pata_acpi ata_piix iTCO_wdt iTCO_vendor_support ioatdma i7core_edac edac_core mpt2sas scsi_transport_sas raid_class ipv6 nfs lockd fscache nfs_acl auth_rpcgss sunrpc mlx4_core igb dca &lt;span class=&quot;error&quot;&gt;&amp;#91;last unloaded: ldiskfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
Pid: 17095, comm: ls Tainted: G        W  ----------------  2.6.32-14chaos #1&lt;br/&gt;
Call Trace:&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8106b8f7&amp;gt;&amp;#93;&lt;/span&gt; warn_slowpath_common+0x87/0xc0&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8106b94a&amp;gt;&amp;#93;&lt;/span&gt; warn_slowpath_null+0x1a/0x20&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81195218&amp;gt;&amp;#93;&lt;/span&gt; __mark_inode_dirty+0x108/0x160&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81185d3d&amp;gt;&amp;#93;&lt;/span&gt; touch_atime+0x12d/0x170&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa07df467&amp;gt;&amp;#93;&lt;/span&gt; ll_readdir+0x297/0x540 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81256941&amp;gt;&amp;#93;&lt;/span&gt; ? cpumask_any_but+0x31/0x50&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8117fc60&amp;gt;&amp;#93;&lt;/span&gt; ? filldir+0x0/0xe0&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8117fc60&amp;gt;&amp;#93;&lt;/span&gt; ? filldir+0x0/0xe0&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8117fee0&amp;gt;&amp;#93;&lt;/span&gt; vfs_readdir+0xc0/0xe0&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81180069&amp;gt;&amp;#93;&lt;/span&gt; sys_getdents+0x89/0xf0&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff814c9705&amp;gt;&amp;#93;&lt;/span&gt; ? page_fault+0x25/0x30&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff81013172&amp;gt;&amp;#93;&lt;/span&gt; system_call_fastpath+0x16/0x1b&lt;br/&gt;
--&lt;del&gt;[ end trace 608329aca724c430 ]&lt;/del&gt;--&lt;br/&gt;
bdi-(null) not registered&lt;/p&gt;

&lt;p&gt;In lustre/llite/llite_lib.c:ll_fill_super() we have&lt;/p&gt;

&lt;p&gt;#ifdef HAVE_NEW_BACKING_DEV_INFO&lt;br/&gt;
        lsi-&amp;gt;bdi.name = &quot;lustre&quot;;&lt;br/&gt;
        lsi-&amp;gt;bdi.capabilities = BDI_CAP_MAP_COPY;&lt;br/&gt;
        err = bdi_register(&amp;amp;lsi-&amp;gt;bdi, NULL, &quot;lustre-%d&quot;,&lt;br/&gt;
                           atomic_inc_return(&amp;amp;ll_bdi_num));&lt;br/&gt;
        sb-&amp;gt;s_bdi = &amp;amp;lsi-&amp;gt;bdi;&lt;br/&gt;
#endif&lt;/p&gt;

&lt;p&gt;where HAVE_NEW_BACKING_DEV_INFO is defined at configure time if struct &lt;br/&gt;
backing_dev_info has member wb_cnt.  However, RHEL6 has a backport of the &lt;br/&gt;
following patch which changes the write back thread queue interface and removes&lt;br/&gt;
wb_cnt.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=83ba7b071f30f7c01f72518ad72d5cd203c27502&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=83ba7b071f30f7c01f72518ad72d5cd203c27502&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So the superblock bdi is never properly registered and we trigger the&lt;br/&gt;
warning in __mark_inode_dirty().&lt;/p&gt;</description>
                <environment>RHEL6</environment>
        <key id="10404">LU-99</key>
            <summary>fail to register backing_dev_info under RHEL6</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="3">Duplicate</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="nedbass">Ned Bass</reporter>
                        <labels>
                    </labels>
                <created>Fri, 25 Feb 2011 17:21:05 +0000</created>
                <updated>Thu, 3 Mar 2011 16:41:52 +0000</updated>
                            <resolved>Thu, 3 Mar 2011 16:41:52 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="10759" author="laisiyao" created="Fri, 25 Feb 2011 18:37:33 +0000"  >&lt;p&gt;Please check &lt;a href=&quot;http://jira.whamcloud.com/browse/LU-37&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://jira.whamcloud.com/browse/LU-37&lt;/a&gt;, the fix has been landed to 1.8.&lt;/p&gt;</comment>
                            <comment id="10763" author="nedbass" created="Sat, 26 Feb 2011 15:30:50 +0000"  >&lt;p&gt;Thanks, can we land the fix in 2.x as well?&lt;/p&gt;</comment>
                            <comment id="10764" author="laisiyao" created="Sun, 27 Feb 2011 18:23:25 +0000"  >&lt;p&gt;Hmm, I think it can be landed to 2.x along with other RHEL6 support code in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-73&quot; title=&quot;RHEL6 kernel support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-73&quot;&gt;&lt;del&gt;LU-73&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="10773" author="pjones" created="Mon, 28 Feb 2011 05:41:04 +0000"  >&lt;p&gt;Assign to Bobijam&lt;/p&gt;</comment>
                            <comment id="10855" author="nedbass" created="Thu, 3 Mar 2011 15:36:30 +0000"  >&lt;p&gt;Rebase of the 1.8 patch submitted:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/296&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/296&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="10859" author="bobijam" created="Thu, 3 Mar 2011 16:41:52 +0000"  >&lt;p&gt;patch will be include in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-73&quot; title=&quot;RHEL6 kernel support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-73&quot;&gt;&lt;del&gt;LU-73&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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|hzw25r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10431</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>