hi,
i built me a new home lab server and wanted to create a cluster with my existing home lab server.
so, i created a cluster on my existing proxmox, copied join infos and let the new proxmox join the cluster. this added the new server to the cluster, it showed up green and there was a success message in the log. however, it still had this "loading" overlay with some error like (i cant remember 100%)
when trying to create a new vm, i get the error
when opening the lvm in the web frontend, i get this:
the lvm was shown in green before i joined the cluster.
after googling and finding some topics in here, i realized you guys need the output from a couple of commands, so i prepared everything what might matter (i hope):
i'd appreciate any help!
thank you!
i built me a new home lab server and wanted to create a cluster with my existing home lab server.
so, i created a cluster on my existing proxmox, copied join infos and let the new proxmox join the cluster. this added the new server to the cluster, it showed up green and there was a success message in the log. however, it still had this "loading" overlay with some error like (i cant remember 100%)
pve/data (500)
when trying to create a new vm, i get the error
no such logical volume pve/data (500)
when trying to save it.when opening the lvm in the web frontend, i get this:
the lvm was shown in green before i joined the cluster.
after googling and finding some topics in here, i realized you guys need the output from a couple of commands, so i prepared everything what might matter (i hope):
Code:
root@ai:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 24.9G 7.11T 128K /rpool
rpool/ROOT 1.80G 7.11T 128K /rpool/ROOT
rpool/ROOT/pve-1 1.80G 7.11T 1.80G /
rpool/data 128K 7.11T 128K /rpool/data
rpool/var-lib-vz 23.1G 7.11T 23.1G /var/lib/vz
Code:
root@ai:~# pveversion -v
proxmox-ve: 8.1.0 (running kernel: 6.5.11-7-pve)
pve-manager: 8.1.3 (running version: 8.1.3/b46aac3b42da5d15)
proxmox-kernel-helper: 8.1.0
proxmox-kernel-6.5: 6.5.11-7
proxmox-kernel-6.5.11-7-pve-signed: 6.5.11-7
proxmox-kernel-6.5.11-4-pve-signed: 6.5.11-4
ceph-fuse: 17.2.7-pve1
corosync: 3.1.7-pve3
criu: 3.17.1-2
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx7
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-4
libknet1: 1.28-pve1
libproxmox-acme-perl: 1.5.0
libproxmox-backup-qemu0: 1.4.1
libproxmox-rs-perl: 0.3.1
libpve-access-control: 8.0.7
libpve-apiclient-perl: 3.3.1
libpve-common-perl: 8.1.0
libpve-guest-common-perl: 5.0.6
libpve-http-server-perl: 5.0.5
libpve-network-perl: 0.9.5
libpve-rs-perl: 0.8.7
libpve-storage-perl: 8.0.5
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 5.0.2-4
lxcfs: 5.0.3-pve4
novnc-pve: 1.4.0-3
proxmox-backup-client: 3.1.2-1
proxmox-backup-file-restore: 3.1.2-1
proxmox-kernel-helper: 8.1.0
proxmox-mail-forward: 0.2.2
proxmox-mini-journalreader: 1.4.0
proxmox-offline-mirror-helper: 0.6.3
proxmox-widget-toolkit: 4.1.3
pve-cluster: 8.0.5
pve-container: 5.0.8
pve-docs: 8.1.3
pve-edk2-firmware: 4.2023.08-2
pve-firewall: 5.0.3
pve-firmware: 3.9-1
pve-ha-manager: 4.0.3
pve-i18n: 3.1.4
pve-qemu-kvm: 8.1.2-4
pve-xtermjs: 5.3.0-2
qemu-server: 8.0.10
smartmontools: 7.3-pve1
spiceterm: 3.3.0
swtpm: 0.8.0+pve1
vncterm: 1.8.0
zfsutils-linux: 2.2.2-pve1
root@ai:~#
Code:
root@ai:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme1n1 259:0 0 3.6T 0 disk
├─nvme1n1p1 259:1 0 1007K 0 part
├─nvme1n1p2 259:2 0 1G 0 part
└─nvme1n1p3 259:3 0 3.6T 0 part
nvme0n1 259:4 0 3.6T 0 disk
├─nvme0n1p1 259:5 0 1007K 0 part
├─nvme0n1p2 259:6 0 1G 0 part
└─nvme0n1p3 259:7 0 3.6T 0 part
nvme2n1 259:8 0 3.6T 0 disk
├─nvme2n1p1 259:9 0 1007K 0 part
├─nvme2n1p2 259:10 0 1G 0 part
└─nvme2n1p3 259:11 0 3.6T 0 part
Code:
root@ai:~# lvs
root@ai:~# pvs
root@ai:~# vgs
root@ai:~#
i'd appreciate any help!
thank you!