LINBIT / linstor-server

High Performance Software-Defined Block Storage for container, cloud and virtualisation. Fully integrated with Docker, Kubernetes, Openstack, Proxmox etc.
https://docs.linbit.com/docs/linstor-guide/
GNU General Public License v3.0
984 stars 76 forks source link

I can not use different NICs, IP and hostnames? #394

Open gilbertoferreira opened 8 months ago

gilbertoferreira commented 8 months ago

Hi there. I have had deploy 2 node Proxmox VE Cluster. This 2 node has different NICs for each services, such as: 1 - Management access -> vmbr0 -> 172.19.100.180 / 172.19.100.190 1 - Proxmox Cluster -> eno1 -> 10.50.5.10 / 10.50.5.20 2 - Proxmox VM migrate -> eno2 -> 10.60.5.10 / 10.60.5.20 3 - Linstor network -> bond0 -> 10.70.5.10 / 10.70.5.20 In the /etc/hosts, I set up the IP and hostname like this:

10.50.5.10 pve01.home.local pve01 10.50.5.20 pve02.home.local pve02

10.70.5.10 lin01 10.70.5.20 lin02

And the, I have had created the linstor pools storage and so on, up this lin01 and lin01. But when I tried to create a VM, I get an error message saying that the pve01 hostname in not in the database! Indeed the disk was created and appears in lvs as a thin_pool volume. But not appears in the proxmox web gui. I am doing a fresh and new installation righ now, to see if I don't make some mistakes. I will report later. Thanks.