Whamcloud - gitweb
LU-14834: list the UUIDs of stale clients during recovery 96/44196/8
authorCourrier Guillaume <guillaume.courrier@cea.fr>
Thu, 1 Jul 2021 09:35:19 +0000 (11:35 +0200)
committerOleg Drokin <green@whamcloud.com>
Tue, 21 Mar 2023 23:12:48 +0000 (23:12 +0000)
commita7688cfd0f8dc2071d6708dd9a3aef71ab7b0a03
treec5a659b9b9a062c4b9799f40996e8875ca60d5fa
parent6b1e747ad5bf029150aa9d7c3e46d5b7b7cff78e
LU-14834: list the UUIDs of stale clients during recovery

Add a new entry in debugfs for MDT and OSD to display the uuid of clients
yet to be reconnected during a recovery.

For example:

$ lctl get_param obdfilter.lustre-OST0000.recovery_stale_clients
obdfilter.lustre-OST0000.stale_clients=
9a7ab21d-207c-4680-b9bf-b5873fd05540

This will display, during the recovery, the UUIDs of clients
that are expected to be connected.

Signed-off-by: Courrier Guillaume <guillaume.courrier@cea.fr>
Change-Id: Ib8c0b500adc9098e3cfb1998df06757a7d31b7b9
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/44196
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Etienne AUJAMES <eaujames@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lprocfs_status.h
lustre/mdt/mdt_lproc.c
lustre/obdclass/lprocfs_status_server.c
lustre/ofd/lproc_ofd.c