Whamcloud - gitweb
LU-14553 changelog: eliminate mdd_changelog_clear warning 25/43125/4
authorOlaf Faaland <faaland1@llnl.gov>
Thu, 25 Mar 2021 01:35:10 +0000 (18:35 -0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 5 May 2021 02:50:14 +0000 (02:50 +0000)
commit6b183927e19715d093c80a35ebc42a1cda5e70e2
treed0717fe669a5a4861c50ece3317ce06ffc845f46
parentd32beef5ddde49362a849efabf514206a1adf6c4
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.

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