When i try setup Datacenter - Options - Next free VMID Range Lower: 102000001
i receive error
lower (102000001) <= upper (1000000) boundary rule broken (500)
But i have VM with id 102000001
your sysytem dont see network interface
check iface names
ip link show
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 0c:9d:92:64:d9:94 brd ff:ff:ff:ff:ff:ff
altname enp0s31f6
fix eno4 to...
I dont understande how you build cluster withous connections beetween nodes
try add to /etc/hosts
proxhetz01 - Public IP 1
proxhetz02 - Public IP 2
# Disable cluster quorum for standalone booot
systemctl stop corosync pve-cluster
pmxcfs -l
nano /etc/pve/corosync.conf
quorum {
provider...
l2arc_noprefetch automatically disabled on servers with small memory, its make sense on hdd storages for small files, but not for fastest nvme drives
you miss
# cat /etc/modprobe.d/zfs.conf
options zfs zfs_arc_min=1073741824
options zfs zfs_arc_max=1073741824
options zfs l2arc_noprefetch=1
#...
you can tune zfs - default settings not make sense for pve if you have nvme disks
/etc/modprobe.d/zfs.conf
options zfs zfs_arc_min=1073741824
options zfs zfs_arc_max=1073741824
options zfs l2arc_noprefetch=1
update-initramfs -u
untagged vlan is vlan1 - vlan 0 not possible to make
cat11(config)#vlan 0
Command rejected: Bad VLAN list - character #2 (EOL) delimits a VLAN
number which is out of the range 1..4094.
If you need vlan 100 only form vm's simple way is set vlan for vm
If the switch is configured correctly, it should look something like this
my pve generate this config
auto vlan100
iface vlan100 inet manual
vlan-raw-device vmbr0
auto vmbr100
iface vmbr100 inet manual
bridge-ports vlan100
bridge-stp off
bridge-fd 0
also try to delete from...
you can use NFS and create storage from one node to other
but if I need identical storage on all three nodes, I use glasterfs with replica 3.
I Use this schema for backup and sharing iso's in cluster
gluster peer probe pve21; gluster peer probe pve22; gluster peer probe pve23
create same on...
you need build EoIP Tunnel via wireguard tunnel and bridge vmbr2 with eoip interface from pve and bridge interface on remote side and remote eoip interface in one bridge with wan adapter
wg-side
br0
address 80.67.1.2/24
gateway 80.67.1.1
bridge-ports eoip0 eth0(wan...
1st Interface:
IP: 10.0.0.4
Netmask: 255.255.255.0
Gateway: 10.0.0.1
DNS: 10.0.0.1
2nd Interface:
IP: 10.0.5.4
Netmask: 255.255.255.0
Gateway: 10.0.0.1
DNS: 10.0.0.1
but for multi channel you need all interfaces in one network, eg IP: 10.0.0.4/255.255.255.0 and IP: 10.0.0.5/255.255.255.0 for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.