Whamcloud - gitweb
LU-14553 changelog: eliminate mdd_changelog_clear warning 72/44172/3
authorOriginal Author Olaf Faaland <faaland1@llnl.gov>
Thu, 25 Mar 2021 01:35:10 +0000 (18:35 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 9 Nov 2021 03:36:15 +0000 (03:36 +0000)
commit76c6ad03369b9c38ecdc12e5290ea20b139389a5
treec07f9e14cb401e2ee2de2ccdcc4e6e3016925636
parentbb5aa50947039cbe4217468d3a941d9883b63e81
LU-14553 changelog: eliminate mdd_changelog_clear warning

When handling a changelog_clear request, the user may specify a
range of indices which do not exist.  Similarly, the user may
specify a changelog user which does not exist.  Neither indicates
a problem within Lustre that justifies a a console warning.

Change those cases to CDEBUG.

Lustre-change: https://review.whamcloud.com/43125
Lustre-commit: 6b183927e19715d093c80a35ebc42a1cda5e70e2

Test-Parameters: trivial fortestonly
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Change-Id: I64bab12ef4978c4bf7139f5f36a39f9b109616fb
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Signed-off-by: Gian-Carlo DeFazio <defazio1@llnl.gov>
Reviewed-on: https://review.whamcloud.com/44172
Tested-by: jenkins <devops@whamcloud.com>
lustre/mdd/mdd_device.c