Jesse Nelson
Jesse Nelson
@aasseman I have worked around this by publishing my own image based off the 2.4.1 tag. You can use that image if you wish: ``` zfsPlugin: image: registry: gcr.io/ repository:...
There also appears to be an issue with table ownership on distributed tables. (readonly and readwrite already exist) as the postgres user: ``` create role schemaadmin; grant readwrite to schemaadmin;...
zone by itself wouldn't be good enough unless of course you limited yourself to a single zfs member in each zone. This would identify many vm's and make it impossible...
the manual backup approach has been documented in `citus.md`
The restore side of this is currently blocked by [upstream issue](https://github.com/openebs/zfs-localpv/issues/536).
> @jnels124 -- do you think you could help me with a test case for this nodeId changes that we've added recently? Yes absolutely.
@niladrih Please review this approach. This of course doubles the test execution time but the test cases present make sense to run with this configuration. Note, the existing tests don't...
> Looking at this again... this approach might scale badly as newer tests are added, as they'd be run twice. > > It makes sense to run a sanity test...
@niladrih I took a slightly different approach but accomplishes the goal of running only specific tests after the environment has been configured with a custom node id. I went with...
@niladrih I have rebased the commits and pr should only contain my feature commits. thanks