Conflicting documentation for Proxmox Integration

Hi!

I’m on the verge on installing the Linstor Plugin on my production cluster, and I’m inspecting the steps in https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-proxmox-ls-ls-configuration
The user guide states that this is an extra configuration needed to work in satellite services:
run systemctl edit linstor-satellite.serviceand add:

[Service]
Type=notify
TimeoutStartSec=infinity

And also add the line:
global_filter = [ “r|^/dev/drbd|” ]
to lvm.conf

However, the guide in the blog How to Set Up LINSTOR on Proxmox VE - LINBIT doesn’t mention any off this settings.

Which instructions should I follow?

Regards!

Both.

The blog clearly says: “The instructions in this post are intended to get you up and running with LINSTOR alongside Proxmox quickly, in a basic environment for testing and exploration.” Then it points you to the other guide for production deployments.

1 Like

Thank you for the quick answer,
I’ll mark this thread as solved!