Whamcloud - gitweb
LU-8837 lod: move lod-specifc pool config code into lod_dev 93/41993/4
authorMr NeilBrown <neilb@suse.de>
Fri, 8 Jan 2021 03:23:01 +0000 (14:23 +1100)
committerOleg Drokin <green@whamcloud.com>
Tue, 30 Mar 2021 04:16:54 +0000 (04:16 +0000)
commita12a61ab7f927dfc2213b213167be60369eaa275
tree5f619bc7b046e8a9dec3c216988a561d51e9bf31
parent8ec9fe0d55b1f5a7854dabe240f43e6cd5cb22ad
LU-8837 lod: move lod-specifc pool config code into lod_dev

obd_config.c contains code that only applies to lod devices, for
managing a QMT pool along-side each normal pool.

As this code is specific to lod, it is best to move it into the lod
module.  This is particularly helpful as it removes it from
client-only builds.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I9e0d014a299c28b73e48ce2e06581cb011acce47
Reviewed-on: https://review.whamcloud.com/41993
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/lod/lod_dev.c
lustre/obdclass/obd_config.c