Moritz Wanzenböck

Results 326 comments of Moritz Wanzenböck

Ok, it seems related to the "old" storage pools being created in a previous linstor version, with the new storage pool being created with LINSTOR >=1.26. I guess there is...

Your issue is a bit different. Since you upgraded one node, I assume you also have a newer of ZFS. Linstor tries to get the default block size (https://github.com/LINBIT/linstor-server/commit/72ddcb483e). On...

Do you know if there is a way to generically get the kernel variant for Ubuntu/Debian distributions from some command? So we could switch the telling people to install `linux-headers-$(something)`?

Strange, the Operator should actually try to recreate the Satellite Pods if they enter a failed state. Perhaps there is a bug in the logic there. What's the state of...

I wonder what's going on here. What I find particularly strange is that your storage class has `autoPlace: "2"`, but it looks like there is actually only one replica of...

I see a specific error in DRBD: ``` [ +0.000250] sd 1:0:1:0: [sdb] tag#381 request not aligned to the logical block size [ +0.007850] blk_update_request: I/O error, dev sdb, sector...

I think the issue is not on the public github page. I think there will be a new RC next week which fixes the issue. I'll keep you posted.

No. You can subscribe here: https://lists.linbit.com/mailman/listinfo/drbd-announce to get the announcement directly.

Since we usually don't build images for RCs, you'll want to: * Clone https://github.com/piraeusdatastore/piraeus/tree/master/dockerfiles/drbd-driver-loader * Edit `VERSION-9.2.env` to reference the RC * Run `make update upload REGISTRY=`. We use `quay.io/piraeusdatastore`...

Does the Pod use the expected `v9.2.3` image? If so, you need to unload 9.2.2 first. The injector does not do that automatically. Run `rmmod drbd_transport_tcp drbd` on every affected...