How to check linstor-satellite version and install old version on proxmox?

Hi linbit, all,
We are add new node to linstor cluster but when tun linstor node list, warming new node offline (version mismatch), please help me check version and install old version n proxmox

You can get your LINSTOR Satellite and Controller binary versions like this:

/usr/share/linstor-server/bin/Satellite --version
/usr/share/linstor-server/bin/Controller --version

You can get the LINSTOR Controller’s currently running version like this (likely the same):

linstor controller version

Installing the LINSTOR Satellite package that matches the LINSTOR Controller’s version on your new node would be done using apt.

Find the available versions:

apt-cache policy linstor-satellite

Install the “correct” version:

apt-get install linstor-satellite=<version>