Whamcloud - gitweb
EX-3889 lipe: lamigo/lpurge error reporting
authorAlexandre Ioffe <aioffe@ddn.com>
Wed, 6 Oct 2021 02:37:20 +0000 (19:37 -0700)
committerJohn L. Hammond <jhammond@whamcloud.com>
Fri, 14 Jan 2022 21:35:47 +0000 (21:35 +0000)
commit521d34204d137dd8df0b2393c1a8717763152e8e
tree66d722193f3808b387de565b24cfc647c14ff1ca
parentb67ed0c6c815b1816b82001149df1eb30a30d053
EX-3889 lipe: lamigo/lpurge error reporting

Replace LAMIGO_{FATAL,ERROR,WARN,INFO,DEBUG}()
by macros with more general name
LX_{FATAL,ERROR,WARN,INFO,DEBUG}()
and use them for both lamigo and lpurge.
Since now lipe will not use llapi_printf(),
but only LX_{FATAL,ERROR,WARN,INFO,DEBUG}() and
llapi_error()

Test-Parameters: trivial testlist=hot-pools
Signed-off-by: Alexandre Ioffe <aioffe@ddn.com>
Change-Id: I4516bb737ec8a308b6e39be2767fd5e03e8b3c61
Reviewed-on: https://review.whamcloud.com/45131
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/46096
lipe/src/Makefile.am
lipe/src/lamigo.c
lipe/src/lamigo.h
lipe/src/lamigo_alr.c
lipe/src/lamigo_hash.c
lipe/src/lpurge.c
lipe/src/lx_log.h [new file with mode: 0644]