Christoph Böhmwalder

Results 33 comments of Christoph Böhmwalder

If this error occured with a seed loaded, could you specify which seed you used? The log suggests you didn't have a world loaded, which seems weird because you shouldn't...

Please elaborate? It seems like this issue is no longer current Edit: My mistake, I see what you mean now. Maybe I'll work on fixing that

Yes, please post the output of `sudo make install` (use pastebin if it's too long)

~~This isn't listed anywhere, but ImageMagick is required for the `make install` step. Do you have ImageMagick installed? If so, please post the output of `convert -list delegate`.~~ Edit: Nevermind,...

If you use linstor-gateway to create the resource, it will continually try to start the iSCSI target, so the LINSTOR resource will be in use. To delete the linstor-gateway resource,...

This is currently not exposed via linstor-gateway. The "escape hatch" is to create a resource via linstor-gateway, and then use `linstor file modify ...` to edit the drbd-reactor configuration file....

Hi, I'm not 100% sure what you are asking, but it is not possible to create iSCSI targets with LINSTOR directly. However, you can create highly available iSCSI targets (and...

Thanks for the report. > If the user provides a different service address it probably should just automatically take the next available port Hm, yes. We would have to read...

Thank you for the report. To be honest, tgt was not really a big consideration when implementing this feature. The main intent was to allow usage with scst. Of course,...

That I can probably explain. scst support was only very recently added to resource-agents, with this pull request to be precise: https://github.com/ClusterLabs/resource-agents/pull/1890 That was only released in version 4.13.0 of...