Michael Smith

Results 118 comments of Michael Smith

I think the changes I made in the PR still make sense theoretically, but I think the way bolt-mount approaches it will probably solve the particular problems I was dealing...

That example helped a bit. I guess you almost never get Setattr called without an open write handle? Also, I get problems with vim if I don't define Fsync (it...

My point about truncate was that https://github.com/bazil/bolt-mount/blob/master/file.go doesn't seem to implement a way to handle that outside of a writable handle getting flushed. I guess it's up to my filesystem...

Did you look at https://godoc.org/bazil.org/fuse/fs? I consider it the higher level API.

That all makes sense. In my case I ended up returning an error if you try to call Setattr without a valid handle. And I was able to track handles...

@ripienaar I'm happy to merge this if you think it's useful.

Related to https://github.com/replicatedhq/kURL/issues/499. Not sure if they're the same thing yet.

I was able to get this working with the `KUBECONFIG` environment variable but not the CLI flag.

That option works for me. It wasn't immediately clear to me that was how to fix it. Thanks!

It still seems a little odd that it doesn't attempt to estimate, similar to how the README describes it. There's no other real option except to add-open for various any...