-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lustre extractor #19
Comments
Hint to use the lustre API, include |
Overview of lfs commands. If they have a tick they are working and will be implemented. file required
no file required
|
@blastmaster Right now, to find a place, we gather every lustre mountpoint using the lustreapi and then pass the mountpoint path to the following function: sysmap/lib/src/linux/lustre_extractor.cc Lines 298 to 322 in 3bf46ac
Basicly this function gets the username of the current user, appends it to the mountpoint path, checks if that path exists and if that is the case it creates the dummy file. |
As already said we need a specialized extractor for the lustre parallel file system.
Please start with the points from our last meeting.
Don't mention the
lctl
command at the moment, just focus on the lustre API.The
lctl
stuff must be executed on the lustre server nodes, so that this might be another special case for the future but not in this task.The text was updated successfully, but these errors were encountered: