Monthon Klongklaew

Results 15 comments of Monthon Klongklaew

Probably the same as this issue https://github.com/kahing/goofys/issues/692, if samba is trying to do random write e.g. editing a file or appending a file you will get this error. This is...

I think the problem is not file type but how oracle db write the file. Goofys does not support random write or file append operations, which I think that's what...

Hi, do you have any debug log from migrate-fs? I have tried to reproduce this but couldn't find any error on goofys side. in my case, migrate-fs still fail even...

It's possible that this object store does not have read-after-write consistency. Have you try uploading a file directly to this object store (not using goofys) and get the file immediately...

Hi @trombini77 which version of goofys are you using?

I have tested that it works with current code in master, basically we just need go sdk 1.23.13 or newer (https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-minimum-sdk.html)

@kahing would you be able to take a look? I also think it might be a good opportunity to release a new version after this is merged, it's been a...

+1, this looks like a good change. Can we get it merged @kahing ?

I have opened a PR that could fix this issue https://github.com/kahing/goofys/pull/689. Moving back to upstream might be a better solution, since we don't have to keep maintaining the forked fusego.