Frank Filz

Results 698 comments of Frank Filz

I'm going to tag this as documentation needed. I will try and figure out what the function call expects, but since Ganesha is just passing the string to the function...

You might add a more complete example, maybe also the commands to create the principal in the keytab. Thanks for working on this.

I think the answer is that we should not allow 0. We really should have some minimum larger than 1 even. I'm not sure what a good minimum is. Zero...

I don't think we have supported HA for RGW yet.

Marking this as an enhancement requested

Matt - do you have some thoughts on this? I don't think this is in Ganesha code, but I'm a bit confused...

FSAL_FUSE was never that great a solution. If you are developing a new file system in user space, the best option is actually a custom FSAL for that file system...

I'm not sure how it works but it's possible you might be able to FUSE mount your file system and export it with FSAL_VFS. I was looking at something else...

We can leave this issue open if you like to land further questions as you work through building a FSAL, or you can open new issues, or we can close...

Sorry for not getting back sooner... We do some operations in FSAL_VFS as root because we have to. Other operations we don't setfsuid/gid because that's an extra step and we...