Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Lustre 2.7.0
-
3
-
16439
Description
The following test will not migrate the files, but sends them to stdout (eg. the display).
./llmount.sh cd /mnt/lustre cp /bin/ls . ~/lustre-cleanup/lustre/utils/lfs migrate -o 0 ls
The problem is in llapi_file_open_param(), where rc is set to 1 by llapi_search_ost(), and then never reset.
Patch will follow.
(I can't believe that didn't break any test!)
Attachments
Issue Links
- is related to
-
LU-4665 utils: lfs setstripe to specify OSTs
-
- Resolved
-
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Labels | Original: patch | New: MB patch |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
Comment |
[ Frank I think that that capability is limited to internal only (default settings). I'll happily adjust it on your behalf if you let me know what you would like it to be Peter ] |
Comment | [ Heh. I thought that this was some kind of test to spot the typos but then I realized Andreas beat me to it to correct them :-) ] |
Labels | New: patch |
Patch was landed on master branch.