Whamcloud - gitweb
LU-17778 tests: fix conf-sanity/76d issues 15/58215/2
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 11 Jan 2025 00:16:00 +0000 (17:16 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 6 Mar 2025 08:10:03 +0000 (08:10 +0000)
commit129ac1bbd779249f681270616737d1dda993c83b
tree71b0d44046da9b11a355630b54f920ecee9c62d5
parentf01456a070afbb317e31ac0f99caa81375331fa4
LU-17778 tests: fix conf-sanity/76d issues

There was a race between remounting a client and the MGS parameter
settings being applied, so ensure the parameter setting is rechecked
if it is not correct the first time.

Also, the parameter checking for $MOUNT2 was not necessarily checking
the right instance of the parameter on the client.  Use the instance
name for the mountpoint to ensure this is checked correctly.

Test-Parameters: trivial
Fixes: fa1bff8f6f ("LU-9399 llite: register mountpoint before process llog")
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ib6acdc80b880dfc90b0c10406a0f868211433f58
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58215
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Nushafreen Palsetia <npalsetia@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/conf-sanity.sh