Skip to content

Downloads fail with category.create=eplfs #1371

Closed Answered by trapexit
8ullyMaguire asked this question in Q&A
Discussion options

You must be logged in to vote

Most filesystems don't like being filled all the way so that is not recommended.

"which isn't known until it's complete" It's never known from the perspective of the filesystem APIs. There is no such thing as "download file" vs "copy file." There is "open/create", "write", "close". Where that "write" comes from could be anything. Could be an app streaming data from the network or a file copy. I can't, at create time, know what is going on or what the size of incoming data is. And files can have many writers so the size is just some snapshot in time.

The only way to accomplish what you seem to be asking for would be to try to keep track of all accesses to the file and on close move it to a…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@8ullyMaguire
Comment options

@trapexit
Comment options

Answer selected by 8ullyMaguire
@8ullyMaguire
Comment options

@trapexit
Comment options

@8ullyMaguire
Comment options

@trapexit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants