Joel Colledge

Results 23 comments of Joel Colledge

It appears that Red Hat have made some changes in kernel version `4.18.0-257` which are not yet covered by the DRBD compatibility layer. In particular, they have removed the function...

I don't have any experience with CentOS Stream yet, so I can't give you any pointers there. > Do you have any info about when we can expect DRBD catching...

That's interesting, because there are older kernel versions mentioned here: https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream As a temporary fix, you could just manually install the packages from CentOS 8.

DRBD will probably work with this particular 4.18.0-257 kernel at some point, since the breaking changes will end up in a RHEL kernel, which LINBIT supports. However, this problem will...

I did a basic performance test with this and measured a 4% performance degradation relative to master. The test used release builds, converting json to json. Here is the bash...

The problems in this issue look like they have different underlying causes to me. https://github.com/LINBIT/linstor-server/issues/268#issue-1115464857 (initial issue) - looks like LINSTOR is failing to promote. That's an old version now,...

This may have been fixed by https://github.com/LINBIT/drbd/commit/f6a70dc080ed5db90496b695d099c69885c529ca. Please test with the latest master @Smithx10. If you are not able to test at the moment, I will close this issue assuming...

Closing due to the lack of a response. Assumed to be fixed in `drbd-9.2.2`.

Thanks for the suggestion. I can imagine there could be use cases for custom bind mounts. > there is no way to pass configuration/secrets (such as inventories and playbooks) to...

https://github.com/Catalysts/cat-boot/pull/13 suggested a possible fix. Another possible fix I've seen online involved adding special logic in the route provider config (app.js in cat-boot-sample), but I have not investigated that further.