Whamcloud - gitweb
LU-18081 tests: improve conf-sanity/98 testing 33/59433/2
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 26 May 2025 08:44:19 +0000 (01:44 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 27 May 2025 02:07:20 +0000 (02:07 +0000)
commitc7e307d943be5fd8a60d680d428ae198844be93e
tree952d1e55df16b51636c942654fa3467dfd5be7a1
parentcbd1d05a3b9269f106532e0ee58dd8d380728e14
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.

Lustre-change: https://review.whamcloud.com/55891
Lustre-commit: ae475331db533826fe444a71bf61ad08d42c0a21

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