Din Mušić
Din Mušić
Hi @bayeslearner, this is currently not supported, but it shouldn't be hard to add start, stop, and restart commands for the entire cluster. However, I think it would be even...
Hi @abasitt, IPv6 is currently not supported, but I will see what can be done to support it asap. If you have more questions, feel free to open new issues,...
Hi @bayeslearner, thanks for pointing that out. In the time of writing, the idea was to show how to exclude some nodes from the Rook cluster deployment (on excluded nodes,...
I'm closing this as tests seem to be stable now. One of the issues was that multiple tests (routines) tried to authenticate with LXD server which caused a race condition.
Hi, thanks for reporting this issue (and sorry for late response). From the above error we can see that Terraform is applying the correct value (`/dev/sdb1`), but LXD changes it...
Thanks for your contribution. Could you please add documentation for new exported attributes? In addition, I think we should add some tests for this to ensure the desired IP addresses...
> definitely! i think latest push is good, but let me know if want something else Thanks. Seems to be good. > i just spent a few hours trying to...
We can follow the existing LXD network interface structure when exporting: ``` interfaces = map[string]Interface{ "eth0" = { type: broadcast mac: "" state: "" ip_addresses: [ ... ] } }...
Let's proceed with the second approach then: ``` addresses = []IP{ { address: ".." family: "v4/v6" scope: "local/gobal/link" interface: "eht0" } } ``` And thank you very much for contributing...
> Looks good, just a few places that are removing white space from queries unrelated to commit message. Fixed.