Tommy McNeely

Results 134 comments of Tommy McNeely

Related: https://github.com/zalando/patroni/issues/1833 Apparently the helm chart that was called `incubator/patroni` was actually "spilo" ? Maybe the helm chart should be "migrated" over to somewhere over here before the deprecated helm/charts...

Thanks @eldada I am aware of the ability to customize the binarystore.xml. I *sincerely* thank you guys for building that in, as we have had to customize (rebuild) the container...

@raxod502-plaid Actually, the primary node is a single entity. The "member" nodes are what processes user requests. Unfortunately that means the minimum cluster size is *3* nodes, one primary, two...

We also confirm this. We set our local volumes to 20Gi to use for local "logs" and temporary cache. Perhaps this comes down to something that should just be documented?...

NOTE: I have to say that it would also be nice if it would create a PVC for the NFS store and use that rather than this "manual" NFS creation....

@rahulsadanandan Our NFS server is a PureStorage FlashBlade.. I just created the shares in the WebUI. The PV is created by the helm chart. Here is the relevant section of...

@rahulsadanandan Thanks, that is a decent workaround for now... and perhaps we can just add the "namespace" to the PV name instead of trying to do something random (which feels...

Sorry, I think this branch got mixed up with my "all fixes to make it work" ... it was supposed to be just the server.xml fixes. :) @jainishshah17 I wondered...

@jainishshah17 The server.xml also has some other stuff: ``` ``` vs ``` ``` Are these still needed (desired)?

Re key... https://www.jfrog.com/confluence/display/RTF/HA+Installation+and+Setup#HAInstallationandSetup-CreatetheMasterKey Maybe it would be better to "generate" the key in the entrypoint script and put it in shared storage?