<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:22:33 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-15935] MDT mount fails with &quot;duplicate generation for client export&quot; during failover</title>
                <link>https://jira.whamcloud.com/browse/LU-15935</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Mounting the MDT during recovery immediately fails with:&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;(tgt_lastrcvd.c:1575:tgt_clients_data_init()) fs2-MDT000f: duplicate export for client generation 17
(obd_config.c:559:class_setup()) setup fs2-MDT000f failed (-114)
(obd_config.c:1836:class_config_llog_handler()) MGC10.11.12.142@o2ib: cfg command failed: rc = -114
Lustre:    cmd=cf003 0:fs2-MDT000f  1:fs2-MDT000f_UUID  2:15  3:fs2-MDT000f-mdtlov  4:f  
15c-8: MGC10.11.12.142@o2ib: The configuration from log &apos;fs2-MDT000f&apos; failed (-114).
    This may be the result of communication errors between this node and the MGS, a bad
    configuration, or other errors. See the syslog for more information.
obd_mount_server.c:1408:server_start_targets()) failed to start server fs2-MDT000f: -114
obd_mount_server.c:2052:server_fill_super()) Unable to start targets: -114
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There appear to be duplicate client recovery records in the MDT&apos;s &lt;tt&gt;last_rcvd&lt;/tt&gt; file that are preventing it from creating all of the client exports in &lt;tt&gt;tgt_clients_data_init()&lt;/tt&gt;.  It doesn&apos;t have anything to do with the MGS, despite the later messages.  Removing the &lt;tt&gt;last_rcvd&lt;/tt&gt; file allowed the MDT to be mounted, as likely mounting with &quot;&lt;tt&gt;-o abort_recov&lt;/tt&gt;&quot; would have done.&lt;/p&gt;</description>
                <environment></environment>
        <key id="70713">LU-15935</key>
            <summary>MDT mount fails with &quot;duplicate generation for client export&quot; during failover</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="eaujames">Etienne Aujames</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Sun, 12 Jun 2022 01:47:39 +0000</created>
                <updated>Sat, 20 May 2023 00:35:07 +0000</updated>
                            <resolved>Wed, 2 Nov 2022 12:19:07 +0000</resolved>
                                    <version>Lustre 2.14.0</version>
                    <version>Lustre 2.12.8</version>
                    <version>Lustre 2.12.9</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                    <fixVersion>Lustre 2.15.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="337562" author="adilger" created="Sun, 12 Jun 2022 01:52:45 +0000"  >&lt;p&gt;Rather than failing the mount in this case, it makes sense to evict the client(s) that have the duplicate slots and continuing the mount, since there is no other course of action at this point anyway, and evicting a single client is better than aborting recovery (or deleting the &lt;tt&gt;last_rcvd&lt;/tt&gt; file) and evicting all of the clients.  That would allow the system to be mounted instead of needing manual intervention to finish the recovery.&lt;/p&gt;</comment>
                            <comment id="340656" author="eaujames" created="Mon, 18 Jul 2022 08:02:38 +0000"  >&lt;p&gt;Hi Andreas,&lt;/p&gt;

&lt;p&gt;We run into this at the CEA with, 8000+ clients. I have not direct access to this machine, but the CEA will try to get some logs.&lt;/p&gt;

&lt;p&gt;Can you elaborate how it happens, and how can we reproduce this issue?&lt;/p&gt;</comment>
                            <comment id="340766" author="adilger" created="Mon, 18 Jul 2022 22:25:10 +0000"  >&lt;p&gt;Etienne, sorry but I don&apos;t know &lt;em&gt;why&lt;/em&gt; this happens, but I think it would be reasonable to either ignore this error or at most evict the client that has the duplicate export, possibly printing a bit more details about the client NID and related info to see why it happens.&lt;/p&gt;</comment>
                            <comment id="341765" author="eaujames" created="Wed, 27 Jul 2022 18:31:45 +0000"  >&lt;p&gt;I successfully reproduced an issue that could lead to &quot;duplicate generation...&quot; with abort_recovery:&lt;/p&gt;

&lt;p&gt;Here are the steps to reproduce it:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;mount 2 clients
&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;last_rcvd:
  uuid: lustrefs-MDT0000_UUID
  feature_compat: 0x8
  feature_incompat: 0x61c              &amp;lt;--- (0x400/OBD_INCOMPAT_MULTI_RPCS is set)
  feature_rocompat: 0x1
  last_transaction: 635655159808
  target_index: 0
  mount_count: 159
  client_area_start: 8192
  client_area_size: 128

  c57cde24-ed24-8705-9890-6d7bab261c25:
    generation: 2
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0

  160e04e8-a5ba-88e6-6258-d37e02990246:
    generation: 1
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0

  lustrefs-MDT0001-mdtlov_UUID:
    generation: 0
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;umount (failover) the mdt target&lt;/li&gt;
	&lt;li&gt;force umount 1 client&lt;/li&gt;
	&lt;li&gt;remount the mdt target&lt;/li&gt;
	&lt;li&gt;wait the recovery thread to complete the recovery of the remaining client
&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;mdt.lustrefs-MDT0000.recovery_status=
status: RECOVERING
recovery_start: 86399
time_remaining: 0
connected_clients: 2/3
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;abort the mdt recovery (don&apos;t wait the missing client): OBD_INCOMPAT_MULTI_RPCS is clear by tgt_boot_epoch_update
&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;mds# lctl --device lustrefs-MDT0000 abort_recovery
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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-c&quot;&gt;
 &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;void&lt;/span&gt;&lt;/span&gt; tgt_boot_epoch_update(&lt;span class=&quot;code-keyword&quot;&gt;struct&lt;/span&gt; lu_target *tgt)
....
         if (!strncmp(tgt-&amp;gt;lut_obd-&amp;gt;obd_type-&amp;gt;typ_name, LUSTRE_MDT_NAME, 3) &amp;amp;&amp;amp; 
             (atomic_read(&amp;amp;tgt-&amp;gt;lut_obd-&amp;gt;obd_max_recoverable_clients) == 0 ||  
             tgt-&amp;gt;lut_obd-&amp;gt;obd_abort_recovery))                                
                 tgt-&amp;gt;lut_lsd.lsd_feature_incompat &amp;amp;= ~OBD_INCOMPAT_MULTI_RPCS;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;umount (failover) the mdt target
&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;last_rcvd:
  uuid: lustrefs-MDT0000_UUID
  feature_compat: 0x8
  feature_incompat: 0x21c    &amp;lt;-- (0x400/OBD_INCOMPAT_MULTI_RPCS is not set)
  feature_rocompat: 0x1
  last_transaction: 639950127104
  target_index: 0
  mount_count: 160
  client_area_start: 8192
  client_area_size: 128

  c57cde24-ed24-8705-9890-6d7bab261c25:  &amp;lt;-- ( with a multirpc client)
    generation: 2
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0

  lustrefs-MDT0001-mdtlov_UUID:
    generation: 0
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;remount the mdt target: the lut_client_generation is reset to 0 because OBD_INCOMPAT_MULTI_RPCS is not set
&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-c&quot;&gt;
&lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;&lt;/span&gt; tgt_clients_data_init(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;struct&lt;/span&gt; lu_env *env,
...
                 if (tgt-&amp;gt;lut_lsd.lsd_feature_incompat &amp;amp;                     
                     OBD_INCOMPAT_MULTI_RPCS &amp;amp;&amp;amp;                              
                     lcd-&amp;gt;lcd_generation != 0) {                             
                         &lt;span class=&quot;code-comment&quot;&gt;/* compute the highest valid client generation */&lt;/span&gt;   
                         generation = max(generation, lcd-&amp;gt;lcd_generation);  
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;reconnect the missing client, it should have the generation 1&lt;/li&gt;
	&lt;li&gt;umount/mount the client to get a duplicate generation (the generation is incremented each time):
&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;last_rcvd:
  uuid: lustrefs-MDT0000_UUID
  feature_compat: 0x8
  feature_incompat: 0x61c
  feature_rocompat: 0x1
  last_transaction: 644245094400
  target_index: 0
  mount_count: 161
  client_area_start: 8192
  client_area_size: 128

  c57cde24-ed24-8705-9890-6d7bab261c25:
    generation: 2
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0

  eb55f87c-d82d-5392-1016-5c7c466ceb26:
    generation: 2
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0

  lustrefs-MDT0001-mdtlov_UUID:
    generation: 0
    last_transaction: 0
    last_xid: 0
    last_result: 0
    last_data: 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;umount (failover) the mdt target&lt;/li&gt;
	&lt;li&gt;remount the mdt target --&amp;gt; &quot;duplicate generation for client export&quot;
&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;LustreError: 25792:0:(tgt_lastrcvd.c:1544:tgt_clients_data_init()) lustrefs-MDT0000: duplicate export for client generation 2
LustreError: 25792:0:(obd_config.c:559:class_setup()) setup lustrefs-MDT0000 failed (-114)
LustreError: 25792:0:(obd_config.c:1835:class_config_llog_handler()) MGC10.0.2.4@tcp: cfg command failed: rc = -114
Lustre:    cmd=cf003 0:lustrefs-MDT0000  1:lustrefs-MDT0000_UUID  2:0  3:lustrefs-MDT0000-mdtlov  4:f  
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="341766" author="eaujames" created="Wed, 27 Jul 2022 18:39:34 +0000"  >&lt;p&gt;This issue is likely to occur with unstable lustre client nodes or with network issues while doing failover/failback on a MDT target.&lt;/p&gt;</comment>
                            <comment id="342030" author="gerrit" created="Fri, 29 Jul 2022 12:40:22 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48082&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48082&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; target: keep track of multirpc slots in last_rcvd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2ce0684191f536b3db746648ee8a16ece5eaecab&lt;/p&gt;</comment>
                            <comment id="345222" author="gerrit" created="Wed, 31 Aug 2022 18:01:46 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48400&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48400&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; target: keep track of multirpc slots in last_rcvd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4ccd140dc40b2f46f3508d5f1e379829aff2315b&lt;/p&gt;</comment>
                            <comment id="351459" author="gerrit" created="Wed, 2 Nov 2022 07:09:19 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48082/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48082/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; target: keep track of multirpc slots in last_rcvd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1a79d395dd61ea2e21598bfaa5b39375e64ec22c&lt;/p&gt;</comment>
                            <comment id="351496" author="pjones" created="Wed, 2 Nov 2022 12:19:07 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="356346" author="gerrit" created="Wed, 14 Dec 2022 01:41:25 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49398&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49398&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; tests: add version check to replay-dual test_33&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0027fba3d3f797407fad9f3995f839a431e49782&lt;/p&gt;</comment>
                            <comment id="356347" author="gerrit" created="Wed, 14 Dec 2022 01:52:34 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49399&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49399&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; target: keep track of multirpc slots in last_rcvd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f3bbbc6e9864509ccb18e39bb6acdd9317fa5fa5&lt;/p&gt;</comment>
                            <comment id="356348" author="gerrit" created="Wed, 14 Dec 2022 02:04:59 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49400&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49400&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; tests: add version check to replay-dual test_33&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e28bae08221829bf2dcc1201560a3598c52ad703&lt;/p&gt;</comment>
                            <comment id="357807" author="gerrit" created="Tue, 3 Jan 2023 21:34:50 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49398/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; tests: add version check to replay-dual test_33&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 92c639769d195bf3ff8c3e77c093338ac6de5e2e&lt;/p&gt;</comment>
                            <comment id="369843" author="gerrit" created="Wed, 19 Apr 2023 03:32:27 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49399/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49399/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; target: keep track of multirpc slots in last_rcvd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 756e2fc318dced505dd57e4a18bd1383f14485ce&lt;/p&gt;</comment>
                            <comment id="369844" author="gerrit" created="Wed, 19 Apr 2023 03:32:49 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49400/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49400/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15935&quot; title=&quot;MDT mount fails with &amp;quot;duplicate generation for client export&amp;quot; during failover&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15935&quot;&gt;&lt;del&gt;LU-15935&lt;/del&gt;&lt;/a&gt; tests: add version check to replay-dual test_33&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 041c7995eb801a65f08dbbf002a282cb81f8f6a7&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="34782">LU-7794</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="29521">LU-6468</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|i02rxj:</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>