-
Notifications
You must be signed in to change notification settings - Fork 17
ws_restore Weka quota problems #133
Copy link
Copy link
Open
Description
ws_restore does not work with Weka directory quotas. The following error occurs:
rename("/work/...testexpired-1756138302", "/work/...testexpired-1756138302") = -1 EXDEV (Invalid cross-device link)
After reversing this change it works for us using SUID:
Line 953 in 97dcd0e
| // int ret = mv(wssourcename.c_str(), targetwsdir.c_str()); // does not work with capabilities |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels