pavanfhw
pavanfhw
I made a state tby state of Linstor resources when I ran the node failure test. Before node failure: ``` linstor resource list --all ╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ┊ ResourceName ┊ Node ┊...
Hello @ghernadi @kvaps . I think I am having the same issue. I have two nodes and when I create a second replica it always causes the two replicas to...
Yes, I am using k8s. To give more context, these are my pods right now: ``` NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES snapshot-controller-5f56d9b66b-ldmw6 1/1 Running...
To resolve this I used this procedure instead of the one in the documentation ``` CREATE OR REPLACE PROCEDURE move_chunks (job_id int, config jsonb) LANGUAGE PLPGSQL AS $$ DECLARE ht...
Hello and thank you for the clarification. Using k8s API would be a very good solution. Hope it works!
The result of this commands are huge. But it seems ok. `kubectl get --raw /apis/apiextensions.k8s.io/v1/customresourcedefinitions` : https://gist.github.com/pavanfhw/0d94371c4203cd86f67fbda37f7ac886 `kubectl get --raw /apis/apiextensions.k8s.io/v1/customresourcedefinitions?watch=true`: https://gist.github.com/pavanfhw/695548c9e76ac0ed90c2b6db7f43c45d
I used an online JSON validator and it return that https://gist.github.com/pavanfhw/0d94371c4203cd86f67fbda37f7ac886 is a valid JSON. I understood by the error message that the response was not a JSON as expected....
Thjank you @nolar, I think I can use the workaround for now. Since my timer works ok disabling the scanning.
The installation is via docker-compose. And yes, the only user able to login via CLI is the admin. But all users can login via UI.
@stonezdj any ideas to solve this problem?