Whamcloud - gitweb
LU-10391 lustre: introduce class_parse_nid() 89/50089/8
authorMr NeilBrown <neilb@suse.de>
Tue, 10 May 2022 03:29:49 +0000 (13:29 +1000)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Apr 2023 20:02:51 +0000 (20:02 +0000)
commit163331cb81c9f7d7aaaed2056691abb5401580f0
tree2d66d836797506ab2e8ec0b4fd66c60fa72b9483
parentb4a28a3269fadb105912325054c4ba82984a981c
LU-10391 lustre: introduce class_parse_nid()

class_parse_nid() and class_parse_nid_quiet() can be used to parse
struct lnet_nid including nids with ipv6 addresses.

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I82b85f183e91b7b639f58afe5b6c4f90a6b8564c
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50089
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: jsimmons <jsimmons@infradead.org>
Reviewed-by: Frank Sehr <fsehr@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd_class.h
lustre/obdclass/obd_config.c