Whamcloud - gitweb
LU-13055 libcfs: allow comma-separated masks 41/43741/4
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 19 May 2021 07:44:32 +0000 (01:44 -0600)
committerOleg Drokin <green@whamcloud.com>
Wed, 2 Jun 2021 17:49:26 +0000 (17:49 +0000)
commit6b6fde1026311a28595ea43af56392ca6ad24d79
treeb57c38791d5f41c8abf5d79ab7ce8ded70361bf1
parentd813c75df6798efbf3228347628c0d671ca7269c
LU-13055 libcfs: allow comma-separated masks

For debug and changelog mask names, allow a comma-separated list
of names to be given, so that the space-separated list does not
need to be quoted for use.

Change sanity-quota to use a comma-separated list to verify it works.

Fix a couple of test cases where the debug parameter is set and
printed overly verbosely during tests.

Test-Parameters: trivial testlist=sanity-quota
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Icf1e3ebc74f0e48b38a65486b2275ec4c33ebbe5
Reviewed-on: https://review.whamcloud.com/43741
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/libcfs/libcfs_string.c
lustre/tests/sanity-quota.sh
lustre/tests/test-framework.sh