0sorkon

Results 10 comments of 0sorkon

DRBD version: >root@cloud:~# cat /proc/drbd >version: 9.2.6 (api:2/proto:86-122) dmesg on Node1: > [Thu Feb 15 09:36:43 2024] drbd testres1: Starting worker thread (from drbdsetup [2328215]) > [Thu Feb 15 09:36:43...

Thank you for the explanation. The mkfs command is just an example. It does not affect the result because in practical terms, a cloned VM image is stored on the...

Also for volume-defenition I see the option `DrbdOptions/Disk/discard-zeroes-if-aligned yes`. Shouldn't it make a difference?

Yes, this values is present in res file. > root@cloud:~# grep discard /var/lib/linstor.d/testres1.res > discard-zeroes-if-aligned yes; > rs-discard-granularity 1048576; > discard-zeroes-if-aligned yes; > rs-discard-granularity 1048576; but command `drbdadm -vvv adjust...

Yes, I executed the command on both nodes. Can you reproduce this problem? Maybe if it can be reproduced in a different environment from mine we can understand more about...

This is strange, but having done a new deployment in a test environment, I was unable to reproduce the problem. Despite the fact that all deployments were done in the...

UPD: In fact, on the kvm server, the virtual instance stops (even though the UI shows an error and the status continues to be Running). But if immediately after the...

> I'm not sure what exact version you are really running, because the stacktrace doesn't match any of the 4.18. versions, but this is most probably already fixed with: #8790...

I may have found the source of the problem. My installation uses linstror as the primary storage. And communication with linstro-controller is configured via ssl. A certificate is generated on...

> @0sorkon , can you verify if this is still an issue in 4.19? It seems @vishesh92 refers a fix that is on 4.19 and up. I can't confirm because...