Details
-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Begin mirror resync of a FLR file will set the LU_LAYOUT_RESYNC in OST object's version, and resync done should reset this in the OST object's version.
It's not necessary to reset OST object's version. Next time when the OST objects are enabled to write, the MDS should send RPCs to the OST and at that time, the LU_LAYOUT_RESYNC flag will be cleared. The hidden reason behind this is that we don't want to send unnecessary RPCs from the MDS to OSS because it's expensive by doing so.