Whamcloud - gitweb
LU-15362 util: fix silent failure of component delete 33/45833/6
authorLi Xi <lixi@ddn.com>
Sun, 12 Dec 2021 05:21:32 +0000 (13:21 +0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 6 Jan 2022 22:04:16 +0000 (22:04 +0000)
commit99db47f23686103677ec91e3666666da8176acbb
tree33af5a3b750f6f02cda51d390f81186b46f9afdf
parentf252abc6690247ee9608dbde80238add0ecaed8c
LU-15362 util: fix silent failure of component delete

When no component ID is specified, no error message is printed
when the command of component deletion fails. The failure thus
could be easily ignored. And the failure reason is hard to be
understood without any error message.

Test-Parameters: trivial
Signed-off-by: Li Xi <lixi@ddn.com>
Change-Id: Id20b55a3e12a7152198ee475e55f6dd764a55219
Reviewed-on: https://review.whamcloud.com/45833
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/utils/lfs.c