Whamcloud - gitweb
LU-15009 ofd: continue precreate if LAST_ID is less on MDT 84/44984/7
authorLai Siyao <lai.siyao@whamcloud.com>
Thu, 16 Sep 2021 21:49:33 +0000 (17:49 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 23 Dec 2021 07:18:22 +0000 (07:18 +0000)
commit1711e26ae861c28829870c2433caf7ee232909cf
tree127757067e0c448d074eedaceb2842352abdcb01
parente42d2d67d3a0dcc726d1424d3158b6f649b5abd7
LU-15009 ofd: continue precreate if LAST_ID is less on MDT

It's possible that precreate succeeded on OST, but MDT didn't get the
reply, and assumed failure. In this case, the LAST_ID on MDT is
smaller than that on OST, instead of report error and stop precreate,
it's better to move precreate window forward.

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: Ia6ca418ec0ea6797b7eccc1610879331307fad07
Reviewed-on: https://review.whamcloud.com/44984
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Hongchao Zhang <hongchao@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ofd/ofd_dev.c