Erik Sundell
Erik Sundell
## Notes for myself I've discussed this with @fperez and wanted to keep track of some notes related to this issue. A key challenge relates to blocking at cell execution...
> Just to concretize a bit - the basic idea is that we'd want to cache locally so that the first time a person queried some data it was slow...
@salvis2 wow nice find! I think this may be a very good approach! I'm don't know the details of file systems but I don't expect there to be a good...
@yuvipanda wieee a condensed knowledge candy post :D I love it! Thanks for the writeup!!! This will be a post I'll read and consider multiple times.
Woooooo! Nice exploratory work and implementation @yuvipanda!!! How did you get yourself XFS storage? Did you define a GCE PD `storageClass` with a `fstype` requesting xfs? Reference: https://kubernetes.io/docs/concepts/storage/storage-classes/#gce-pd I have...
I'm really excited about this work in general, it feels to me like a proper solution to a long standing functionality issue (storage quotas for NFS servers) and cost issue...
I spent some time reading up, and this is my summary of whats important to overview the situation I think. ## NFS tech overview [NFS Ganesha](https://github.com/nfs-ganesha/nfs-ganesha/wiki) is a modern open...
The helm chart for nfs-server-provisioner is now maintained in https://github.com/kvaps/nfs-server-provisioner-chart, and the one in helm/charts is no longer the best option. https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner/pull/13 is about merging that back where it should...
> [...] while project quotas originated with XFS and are well supported there, current ext4 should support them just fine as well - support was added to ext4 circa 2016,...
@ianabc is it okay for me to copy paste what you wrote on slack here about various cloud providers and XFS filesystem storage?