Hi everybody: I have installed a cluster of 3 nodes with proxmox and all the Linstor components in each node. I follow the steps of the guide " How to setup LINSTOR on Proxmox VE"
apt install pve-headers apt install drbd-dkms drbd-utils rmmod drbd; modprobe drbd grep -q drbd /etc/modules || echo "drbd" >> /etc/modules apt install linstor-controller linstor-satellite linstor-client systemctl start linstor-satellite systemctl enable linstor-satellite systemctl start linstor-controller linstor node create alpha 10.0.0.1 --node-type Combined linstor node create bravo 10.0.0.2 --node-type Combined linstor node create charlie 10.0.0.3 --node-type Combined linstor node create delta 10.0.0.4 --node-type Combined linstor storage-pool-definition create drbdpool for n in alpha bravo charlie delta; do \ linstor storage-pool create $n drbdpool lvmthin pve/drbdpool; \ done linstor resource-definition create first linstor volume-definition create first 10M --storage-pool drbdpool But when I try to do: linstor resource create alpha first I get the following error: Failed to create meta-data for DRBD volume first/0 <<=== If the resource is created from the proxmox web interface, the error is: Error: unable to create VM 100 - error with cfs lock 'storage-drbdstorage'. Could not place vm-100-disk-1 exit code 10 <<=== Any help would be appreciated Regards, Daniel P.S.: cat /proc/drbd version: 9.0.17-1 (api:2/proto:86-114) GIT-hash: b9abab2dd27313922797d026542b399870bfd13e build by root@proxmox01, 2019-03-29 15:44:09 Transports (api:16): apt search linstor | grep install linstor-client/unknown,now 0.9.2-1 all [installed,automatic] linstor-common/unknown,now 0.9.5-1 all [installed,automatic] linstor-controller/unknown,now 0.9.5-1 all [installed] linstor-proxmox/unknown,now 3.0.3-1 all [installed] linstor-satellite/unknown,now 0.9.5-1 all [installed] python-linstor/unknown,now 0.9.2-1 all [installed,automatic] lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 9.8 (stretch) Release: 9.8 Codename: stretch apt search proxmox | grep install libpve-apiclient-perl/stable,now 2.0-5 all [installed] libpve-guest-common-perl/stable,now 2.0-20 all [installed] librados2-perl/stable,now 1.0-6 amd64 [installed] linstor-proxmox/unknown,now 3.0.3-1 all [installed] novnc-pve/stable,now 1.0.0-3 amd64 [installed] pve-edk2-firmware/stable,now 1.20190312-1 all [installed] pve-headers-4.15/stable,now 5.3-3 all [installed,automatic] pve-headers-4.15.18-10-pve/stable,now 4.15.18-32 amd64 [installed] pve-headers-4.15.18-12-pve/stable,now 4.15.18-35 amd64 [installed,automatic] pve-installer/stable 5.0-4 amd64 pve-kernel-4.15/stable,now 5.3-3 all [installed] pve-kernel-4.15.18-10-pve/stable,now 4.15.18-32 amd64 [installed] pve-kernel-4.15.18-11-pve/stable,now 4.15.18-34 amd64 [installed,automatic] pve-kernel-4.15.18-12-pve/stable,now 4.15.18-35 amd64 [installed,automatic] apt search drbd | grep install drbd-dkms/unknown,now 9.0.17-1 all [installed] drbd-utils/unknown,now 9.8.0-1 amd64 [installed,automatic] drbdtop/unknown,now 0.2.1-1 amd64 [installed] linstor-common/unknown,now 0.9.5-1 all [installed,automatic] linstor-controller/unknown,now 0.9.5-1 all [installed] linstor-proxmox/unknown,now 3.0.3-1 all [installed] linstor-satellite/unknown,now 0.9.5-1 all [installed] _______________________________________________ drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
