Whamcloud - gitweb
EX-4103 lamigo: rename some "check" functions
authorJohn L. Hammond <jhammond@whamcloud.com>
Fri, 29 Oct 2021 16:09:26 +0000 (11:09 -0500)
committerJohn L. Hammond <jhammond@whamcloud.com>
Thu, 17 Mar 2022 13:50:14 +0000 (08:50 -0500)
commit548843be0333acd3f36938a5d0a4747facec2447
tree3fb1daaa9dbd8daa61b45eb09ebce5c541224529
parent4d1a4409347cf1d8911114928612ed25510535be
EX-4103 lamigo: rename some "check" functions

Despite the name of the feature, files are "hot" or "cold", while
pools are "fast" or "slow". Rename and reorganize some functions with
this in mind:

  lamigo_check_hot -> lamigo_sync_hot_files
  lamigo_new_job_for_hot -> lamigo_submit_sync
  lamigo_check_hot_one -> lamigo_sync_hot_to_fast
  lamigo_check_hot_on_cold -> lamigo_sync_hot_to_slow
  lamigo_get_hot -> lamigo_get_hot_files

Test-Parameters: trivial testlist=hot-pools
Change-Id: I2833c8828d73e50a72db8a19aae16d1400eccd66
Reviewed-on: https://review.whamcloud.com/45410
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alexandre Ioffe <aioffe@ddn.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
lipe/src/lamigo.c
lipe/src/lamigo.h
lipe/src/lamigo_alr.c