Commit f50693f
committed
mds: allow lock state to be LOCK_MIX_SYNC in replica for filelock
When the auth MDS is transmitting state from LOCK_MIX to LOCK_SYNC
it will transmit the state to a intermidiate state LOCK_MIX_SYNC.
Then notifies the replicate MDSs and waits for the acks. But just
in case for some reasons the replicate MDSs couldn't successfully
transmit the state from LOCK_MIX to LOCK_MIX_SYNC and then
LOCK_MIX_SYNC2. And just the auth MDS failover or restart and
then resend the notification.
Fixes: https://tracker.ceph.com/issues/54833
Signed-off-by: Xiubo Li <[email protected]>1 parent eed1272 commit f50693f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5765 | 5765 | | |
5766 | 5766 | | |
5767 | 5767 | | |
| 5768 | + | |
5768 | 5769 | | |
5769 | 5770 | | |
5770 | 5771 | | |
| |||
0 commit comments