Whamcloud - gitweb
LU-11689 lfs: make sure project proceed all dirs 07/33707/2
authorWang Shilong <wshilong@ddn.com>
Thu, 22 Nov 2018 01:23:36 +0000 (09:23 +0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 4 Jan 2019 04:48:04 +0000 (04:48 +0000)
commite022922fb4a2429d0c2488a13ad8127c068aa2b8
tree8f16b9d707f61610eddf562636f594de1e2cd38c
parent054bb02880d26bacc4e7080869955c2039bbf986
LU-11689 lfs: make sure project proceed all dirs

Leftover fix since LU-10986 lfs: make lfs project tolerant errors
We should proceed other dirs if we hit errors, otherwise,
some dirtree like following will fail if aaaa not exists.

testdir/
├── subdir
│   └── 1
├── bbbb -> aaaa
└── cccc

Also remove extra error output since we have output failing
messages inside every action function.

Test-Parameters: trivial testlist=sanity-quota,sanity-quota
Change-Id: I0062dbc3f4d1925c9e9e1a509ee35ac569bd9b74
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-on: https://review.whamcloud.com/33707
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Gu Zheng <gzheng@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-quota.sh
lustre/utils/lfs_project.c