Whamcloud - gitweb
LU-18081 tests: improve conf-sanity/98 testing 91/55891/10
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 30 Jul 2024 20:54:14 +0000 (14:54 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 16 Aug 2024 23:53:11 +0000 (23:53 +0000)
commitae475331db533826fe444a71bf61ad08d42c0a21
treecac65bf81641d93c15eb2d5ff74eb6c85c8bee0e
parentdb5aa4b3800e807ea353743c594bd917292dc8ed
LU-18081 tests: improve conf-sanity/98 testing

conf-sanity test_98 is failing for newer distros like Ubuntu 24.04
and SLES15sp6, which have newer userspace tools.

Print better error messages about what options are being processed
to help debug this issue.  It appears mount is now deduplicating
options passed on the command-line, which invalidates the test case.

Change test_98 to call mount.lustre directly to verify this handling.

Test-Parameters: trivial
Test-Parameters: testlist=conf-sanity env=ONLY=98 clientdistro=ubuntu2404
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I34de0fdbd4ca36228d313b53251b5dbcfc502b07
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55891
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Frederick Dilger <fdilger@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/conf-sanity.sh
lustre/utils/mount_lustre.c