Moritz Wanzenböck
Moritz Wanzenböck
I've invited you to the repo. Changes are here, please review: https://github.com/piraeusdatastore/linstor-scheduler-extender/pull/1
Detach already went through :)
Yes, it's something that's been requested a few times. What would need to happen: * enable the `--extra-create-metadata` option on the csi-provisioner * update linstor-csi to support the extra parameters...
That's actually already possible. You don't _need_ to use the integrated storage pool configuration via the helm chart/CRD, you can also configure them manually and just not assign a storage...
Did you check with `linstor resource list -a`? The tiebreaker node is hidden from the default output
``` root@vm:~/csi-snap-test# kubectl linstor rg l ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮ ┊ ResourceGroup ┊ SelectFilter ┊ VlmNrs ┊ Description ┊ ╞══════════════════════════════════════════════════════════════════════════════════════════════════╡ ┊ DfltRscGrp ┊ PlaceCount: 2 ┊ ┊ ┊ ╞┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄╡ ┊ sc-bd082d42-86af-5398-a8b5-207169a18954 ┊ PlaceCount:...
It only works for new volumes, older volumes are not "touched" after they are created.
> What would be the best option to add/extend existing ones in this case? Add/register a new resource on each new/arbitrator node for each relevant resource definition manually? Yeah I...
> The ideal would be display the node name of which controller is on, instead of the pod name Why is this important? I can understand it for the satellites....
> 1. Accessing Linstor API outside of K8S requires the IP of the node on which linstor controller is, for example "standalone linstor cmd client", etc. Should this not be...