Whamcloud - gitweb
EX-3002 lipe: update lamigo struct options and stats
authorJohn L. Hammond <jhammond@whamcloud.com>
Tue, 26 Oct 2021 17:12:34 +0000 (12:12 -0500)
committerJohn L. Hammond <jhammond@whamcloud.com>
Tue, 18 Jan 2022 14:43:11 +0000 (14:43 +0000)
commit52076c4dc061d3292cdd736f20bd85c7ee271346
treeef21520fb476f04f7377c55b324dd6b0398ea19e
parent1faa220f4291ec84abee11d28dfb9b4e9939754e
EX-3002 lipe: update lamigo struct options and stats

sed -i \
  -e 's/\bo_src_dom\b/o_include_dom/g' \
  -e 's/\bo_src_free\b/o_fast_pool_free/g' \
  -e 's/\bo_tgt_free\b/o_slow_pool_free/g' \
  -e 's/\bo_tgt_pool\b/o_slow_pool/g' \
  -e 's/\bsrc_dom\b/include_dom/g' \
  -e 's/\bsource_pool\b/fast_pool/g' \
  -e 's/\btarget_pool\b/slow_pool/g' \
 lipe/src/lamigo*.[ch]

Remove o_src_pool, o_src_pool_len, o_tgt_pool_len.

Adjust hot-pools.sh for the renaming of the source and target pools
stats.

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Test-Parameters: trivial testlist=hot-pools
Change-Id: I024a2bf1e08023c6dd0884177b2511351bf88116
Reviewed-on: https://review.whamcloud.com/45376
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/46119
lipe/src/lamigo.c
lipe/src/lamigo.h
lustre/tests/hot-pools.sh