Andrei Kvapil

Results 629 comments of Andrei Kvapil

It is accessible In pod with linstor-satellite

Same issue with: drbd v9.2.1 and linstor v1.20.3 I have one replica on `master0`, when I create the second one on `node0`, it becomes to StandAlone: linstor: ``` | pvc-bfe182ba-68ab-4586-b274-3d4c324c8ebd...

Just found a workaroud to fix this resource: on the node which contains the most consistent data (in my case `master0`): ```bash drbdadm get-gi pvc-bfe182ba-68ab-4586-b274-3d4c324c8ebd 2A4FF6268079D3F4:9216DCDD10088160:A3B9CD8117548DDA:A21A3758EE513654:1:1:0:0:0:0:0:0:0:0:0:0 ``` then delete failed...

> Can you confirm that 9216DCDD10088160 was the previously set DrbdCurrentGi ? Hi @ghernadi, previusly it was: ```bash # linstor vd lp pvc-bfe182ba-68ab-4586-b274-3d4c324c8ebd 0 +---------------------------------------------------------------+ | Key | Value |...

BTW, I have drbd metadata dump from the original device, If this will help to investigate the problem: ``` root@master0:/# drbdadm apply-al pvc-bfe182ba-68ab-4586-b274-3d4c324c8ebd root@master0:/# drbdadm dump-md pvc-bfe182ba-68ab-4586-b274-3d4c324c8ebd ``` output: [drbd-metadata.txt](https://github.com/LINBIT/linstor-server/files/10742291/drbd-metadata.txt)

> Anyways, I would not have expected GIDs on node0's side. Can you please collect all logs you find regarding this resource? Ideally not just from these two nodes, but...

Kernel log from nodes: - [master0.log](https://github.com/LINBIT/linstor-server/files/10742452/master0.log) - [node0.log](https://github.com/LINBIT/linstor-server/files/10742453/node0.log) - [node1.log](https://github.com/LINBIT/linstor-server/files/10742470/node1.log) You can check `master0` and `node1`, today (Feb 15 10:02) I did the simple action with it: - I had...

> Just found a workaroud to fix this resource: > > on the node which contains the most consistent data (in my case `master0`): > > ```bash > drbdadm get-gi...

Same here: ``` # linstor v l -r pvc-0da20f46-1f08-4125-8ecc-b3f5e736e618 ╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ┊ Node ┊ Resource ┊ StoragePool ┊ VolNr ┊ MinorNr ┊ DeviceName ┊ Allocated ┊ InUse ┊ State ┊ ╞═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╡...

DRBD documenatation says: > Note that the current implementation uses the lowest bit to encode the role of the node (Primary/Secondary). Therefore, the lowest bit might be different on distinct...