<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:42:14 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-11247] chgrp, OST mount, MDT/MGS journal deadlock</title>
                <link>https://jira.whamcloud.com/browse/LU-11247</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This is similar to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11119&quot; title=&quot;A &amp;#39;mv&amp;#39; of a file from a local file system to a lustre file system hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11119&quot;&gt;&lt;del&gt;LU-11119&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11227&quot; title=&quot;client process hangs when lod_sync accesses deactivated OSTs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11227&quot;&gt;&lt;del&gt;LU-11227&lt;/del&gt;&lt;/a&gt;, and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11236&quot; title=&quot;client MDT OST ENOTCONN loops&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11236&quot;&gt;LU-11236&lt;/a&gt;. However those issues are fixed by &lt;a href=&quot;https://review.whamcloud.com/#/c/32964/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/32964/&lt;/a&gt; whereas this issue is not. If an OST containing an object for a file is unmounted when chgrp on that file is done then chgrp will hang (which is fine) and remounting the OST will hang as well (which is not):&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;o:~# export OSTCOUNT=2
o:~# $LUSTRE/tests/llmount.sh
...
o:~# lfs setstripe -c2 /mnt/lustre/f0
o:~# chown sanity: /mnt/lustre/f0
o:~# umount /mnt/lustre-ost1
o:~# sudo -u sanity chgrp gsanity1 /mnt/lustre/f0 &amp;amp;
[1] 31691
o:~# mount /tmp/lustre-ost1 /mnt/lustre-ost1 -t lustre -o loop
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Stack traces:&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;31692 chgrp
[&amp;lt;ffffffffc0de8520&amp;gt;] ptlrpc_set_wait+0x480/0x790 [ptlrpc]
[&amp;lt;ffffffffc0de88ad&amp;gt;] ptlrpc_queue_wait+0x7d/0x220 [ptlrpc]
[&amp;lt;ffffffffc10a8c57&amp;gt;] mdc_reint+0x57/0x160 [mdc]
[&amp;lt;ffffffffc10a91ae&amp;gt;] mdc_setattr+0x1ae/0x4a0 [mdc]
[&amp;lt;ffffffffc0d544ff&amp;gt;] lmv_setattr+0x20f/0x3b0 [lmv]
[&amp;lt;ffffffffc16a42f7&amp;gt;] ll_setattr_raw+0x7e7/0x1290 [lustre]
[&amp;lt;ffffffffc16a4e0c&amp;gt;] ll_setattr+0x6c/0xd0 [lustre]
[&amp;lt;ffffffffb9239af4&amp;gt;] notify_change+0x2c4/0x420
[&amp;lt;ffffffffb921840c&amp;gt;] chown_common+0x19c/0x1d0
[&amp;lt;ffffffffb92199ef&amp;gt;] SyS_fchownat+0xcf/0x120
[&amp;lt;ffffffffb972082f&amp;gt;] system_call_fastpath+0x1c/0x21
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

30381 mdt01_001
[&amp;lt;ffffffffc0de8520&amp;gt;] ptlrpc_set_wait+0x480/0x790 [ptlrpc]
[&amp;lt;ffffffffc0de88ad&amp;gt;] ptlrpc_queue_wait+0x7d/0x220 [ptlrpc]
[&amp;lt;ffffffffc15ec733&amp;gt;] osp_remote_sync+0xd3/0x200 [osp]
[&amp;lt;ffffffffc15d3cef&amp;gt;] osp_attr_set+0x4bf/0x5d0 [osp]
[&amp;lt;ffffffffc15846b8&amp;gt;] lod_sub_attr_set+0x1c8/0x460 [lod]
[&amp;lt;ffffffffc15630e0&amp;gt;] lod_obj_stripe_attr_set_cb+0x40/0x100 [lod]
[&amp;lt;ffffffffc156f91e&amp;gt;] lod_obj_for_each_stripe+0x11e/0x2d0 [lod]
[&amp;lt;ffffffffc157104b&amp;gt;] lod_attr_set+0x3db/0x9e0 [lod]
[&amp;lt;ffffffffc1438e40&amp;gt;] mdd_attr_set_internal+0x120/0x2a0 [mdd]
[&amp;lt;ffffffffc1439c2d&amp;gt;] mdd_attr_set+0x8bd/0xcf0 [mdd]
[&amp;lt;ffffffffc14aa31f&amp;gt;] mdt_attr_set+0x19f/0xbb0 [mdt]
[&amp;lt;ffffffffc14ab589&amp;gt;] mdt_reint_setattr+0x609/0xa90 [mdt]
[&amp;lt;ffffffffc14aba93&amp;gt;] mdt_reint_rec+0x83/0x210 [mdt]
[&amp;lt;ffffffffc148b1d2&amp;gt;] mdt_reint_internal+0x6b2/0xa80 [mdt]
[&amp;lt;ffffffffc14961e7&amp;gt;] mdt_reint+0x67/0x140 [mdt]
[&amp;lt;ffffffffc0e5e2aa&amp;gt;] tgt_request_handle+0xaea/0x1580 [ptlrpc]
[&amp;lt;ffffffffc0e0140b&amp;gt;] ptlrpc_server_handle_request+0x24b/0xab0 [ptlrpc]
[&amp;lt;ffffffffc0e04c44&amp;gt;] ptlrpc_main+0xb14/0x1fb0 [ptlrpc]
[&amp;lt;ffffffffb90bb161&amp;gt;] kthread+0xd1/0xe0
[&amp;lt;ffffffffb9720677&amp;gt;] ret_from_fork_nospec_end+0x0/0x39
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

31708 mount.lustre
[&amp;lt;ffffffffc0de8520&amp;gt;] ptlrpc_set_wait+0x480/0x790 [ptlrpc]
[&amp;lt;ffffffffc0de88ad&amp;gt;] ptlrpc_queue_wait+0x7d/0x220 [ptlrpc]
[&amp;lt;ffffffffc0d7eb44&amp;gt;] mgc_target_register+0x134/0x4c0 [mgc]
[&amp;lt;ffffffffc0d81e3b&amp;gt;] mgc_set_info_async+0x37b/0x1610 [mgc]
[&amp;lt;ffffffffc0bde93b&amp;gt;] server_start_targets+0x116b/0x2a30 [obdclass]
[&amp;lt;ffffffffc0be12fc&amp;gt;] server_fill_super+0x10fc/0x18c0 [obdclass]
[&amp;lt;ffffffffc0bb65f8&amp;gt;] lustre_fill_super+0x328/0x950 [obdclass]
[&amp;lt;ffffffffb921ef3f&amp;gt;] mount_nodev+0x4f/0xb0
[&amp;lt;ffffffffc0bae748&amp;gt;] lustre_mount+0x38/0x60 [obdclass]
[&amp;lt;ffffffffb921fabe&amp;gt;] mount_fs+0x3e/0x1b0
[&amp;lt;ffffffffb923d097&amp;gt;] vfs_kern_mount+0x67/0x110
[&amp;lt;ffffffffb923f6bf&amp;gt;] do_mount+0x1ef/0xce0
[&amp;lt;ffffffffb92404f3&amp;gt;] SyS_mount+0x83/0xd0
[&amp;lt;ffffffffb972082f&amp;gt;] system_call_fastpath+0x1c/0x21
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

30373 ll_mgs_0001
[&amp;lt;ffffffffc0240495&amp;gt;] jbd2_log_wait_commit+0xc5/0x140 [jbd2]
[&amp;lt;ffffffffc0241987&amp;gt;] __jbd2_journal_force_commit+0x57/0xb0 [jbd2]
[&amp;lt;ffffffffc0241a21&amp;gt;] jbd2_journal_force_commit+0x21/0x30 [jbd2]
[&amp;lt;ffffffffc12b9539&amp;gt;] ldiskfs_force_commit+0x29/0x30 [ldiskfs]
[&amp;lt;ffffffffc1342290&amp;gt;] osd_sync+0x50/0x180 [osd_ldiskfs]
[&amp;lt;ffffffffc13c3bed&amp;gt;] mgs_target_reg+0x62d/0x1320 [mgs]
[&amp;lt;ffffffffc0e5e2aa&amp;gt;] tgt_request_handle+0xaea/0x1580 [ptlrpc]
[&amp;lt;ffffffffc0e0140b&amp;gt;] ptlrpc_server_handle_request+0x24b/0xab0 [ptlrpc]
[&amp;lt;ffffffffc0e04c44&amp;gt;] ptlrpc_main+0xb14/0x1fb0 [ptlrpc]
[&amp;lt;ffffffffb90bb161&amp;gt;] kthread+0xd1/0xe0
[&amp;lt;ffffffffb9720677&amp;gt;] ret_from_fork_nospec_end+0x0/0x39
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note that this requires a shared MGS and MDT.&lt;/p&gt;</description>
                <environment></environment>
        <key id="52973">LU-11247</key>
            <summary>chgrp, OST mount, MDT/MGS journal deadlock</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                    </labels>
                <created>Tue, 14 Aug 2018 13:42:27 +0000</created>
                <updated>Tue, 14 Aug 2018 13:42:27 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                    <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|i000qf:</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>