Whamcloud - gitweb
LU-16622 utils: 'lfs find --ost' supports index range 02/55902/5
authorLei Feng <flei@whamcloud.com>
Tue, 30 Jul 2024 04:14:18 +0000 (12:14 +0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 2 Dec 2024 05:47:01 +0000 (05:47 +0000)
commit70d8107c48abe2f82f714ca82e488d953642ce06
treec9c81ee6c8f209cbec76e9e260df31951904d1be
parenta796b10fa2609af6ab1869a04ea6cc6c2c9051ec
LU-16622 utils: 'lfs find --ost' supports index range

'lfs find --ost' command can accept an index range. For example
    lfs find --ost 0,1-3
It equals to:
    lfs find --ost 0,1,2,3
'lfs find --mdt' can accept index range too.

Signed-off-by: Lei Feng <flei@whamcloud.com>
Test-Parameters: trivial
Change-Id: I094aa480c97440dad8ffaac8af902682b5916d6c
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55902
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/doc/lfs-find.1
lustre/tests/sanity.sh
lustre/utils/lfs.c