Whamcloud - gitweb
LU-17182 utils: pool_add send OSTs in one batch 54/52654/13
authorLei Feng <flei@whamcloud.com>
Thu, 12 Oct 2023 07:58:12 +0000 (15:58 +0800)
committerLei Feng <flei@whamcloud.com>
Sat, 14 Oct 2023 03:30:35 +0000 (11:30 +0800)
commit7a9b37c84921687ab8ac0c765aab6b5a6b339468
tree12ecf5a2989f071c92202de3032d3d616aa1b5c6
parentd8d4df24c69246e7cb554d4083a451dd62f11b2b
LU-17182 utils: pool_add send OSTs in one batch

'lctl pool_add' command sends all requests in one batch
then checks results. In this way, the command won't take
too long time if the OSTs are specified in command line
one by one.

Signed-off-by: Lei Feng <flei@whamcloud.com>
Test-Parameters: trivial
Change-Id: Ibd6e7ed5104e100d44c5f4288a25e7378cd9cfe8
lustre/utils/obd.c