You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That said, if this code is using FIEMAP for determining sparseness of a file, it might be better to use lseek(fd, SEEK_HOLE) since this also works for PFL files (otherwise Lustre will return EOPNOTSUPP for FIEMAP calls).
The SEEK_HOLE/SEEK_DATA functionality was added in 2.14, but is a client-only patch.
Getting the following error when source is Lustre and I request spare support (-S)
I'm thinking this is because the structure initialization for the ioctl is bad. Running the following Lustre version:
I don't know if Lustre is strict about maintaining format of ioctl calls between different releases.
The text was updated successfully, but these errors were encountered: