Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Somehow lfs find ! --projid <num> didn't work well and it is very easy to reproduce this:
[root@exa4-1 client]# lfs find --projid 1002 foor
foor/not-project
[root@exa4-1 client]# lfs find ! --projid 1002 foor
foor
foor/2.file
foor/not-project -------------> this should not be outputted here.
foor/4.file
foor/3.file
foor/5.file
foor/1.file
Behavior I would expect would be something like the '--ost' case:
[root@exa4-1 client]# lfs find ! --ost 0 foor
foor/3.file
foor/5.file
foor/1.file
[root@exa4-1 client]# lfs find --ost 0 foor
foor/2.file
foor/not-project
foor/4.file
Oleg Drokin (green@whamcloud.com) merged in patch https://review.whamcloud.com/34407/
Subject:
LU-11849utils: fix to make exclude projid worksProject: fs/lustre-release
Branch: b2_12
Current Patch Set:
Commit: c13b2601e2c437f06a71b208f7e103b3a22c3e1a