Search results

  1. T

    VM disk encryption - pass paasphrase

    Hi, My goal is to run a debian base image with disk encryption. Proxmox host has zfs filesystem. VM is installed with encrypted “/root disk” and serial socket. Now I have to enter my “passphrase” when rebooting. It's annoying, but that's the disadvantage of encryption. VM /etc/default/grub...
  2. T

    CPU Type Model - VM

    Hello, I have a server with an Intel Xeon Icelake CPU and now I want to configure the VMs according to the CPU. As far as I understand and have read, it increases the performance and you can also use the CPU features. Default kvmx64 is very limited. See image But I get errors when I start a...
  3. T

    3 node cluster - new storage

    Hello, I have a 3 node cluster with a zfs pool "SAN". Now I have to replace the storage and have the new LUNs on the server. Would create a new zfs pool "SAN2" How do I get everything on the new zfs pool "SAN2"? Can I simply remove the old "SAN" afterwards? Downtime is not a problem, I have 1...
  4. T

    [SOLVED] ZFS Snapshot destroy pve-1

    Hi, Ich nutze zfs snapshots für meine VM's und Container. Hatte am Anfang auch snapshots für "rpool/ROOT/pve-1" aktiv. Musste es aber deaktivieren, da mein root pool nur 2 Disk hat und zu klein wurde. Habe alle snapshots entfernt und es auf "false" gesetzt, am Ende bleibt ein großer übrig...
  5. T

    LACP - VLAN - tagging

    Hi, früher hatte ich für jedes Subnetz ein eigenes Kabel am Server. Heute geht das wohl auch mit nur "einem" Kabel. Werde "ALT" - lol Das "Prod" LAN hatte zwei Kabel "eno1 + enp59s0f1" und ich habe ein "bond0" erstellt mit "active-backup" - dann "bond0" dem "vmbr0" gegeben - fertig. Backup LAN...
  6. T

    Shrink ZFS-Pool VM disk-1

    Hi, my goal is to shrink a second disk "disk-1" from a Linux VM - without losing data. When creating at that time a "0" was too much - I would like to have the memory back. The disc is in a ZFS pool. Test with Windows VM: Windows boot disk reduced from 300G to 150G. So far everything has...
  7. T

    ZFS Disk verkleinern

    Servus, Mein Ziel ist es eine zweite Disk "disk-1" von einer Linux VM zu verkleinern - ohne Datenverlust. Beim anlegen damals war eine "0" zu viel - den Speicher hätte ich gern zurück. Die Disk liegt in einem ZFS Pool. Test mit Windows VM: Windows boot disk von 300G auf 150G verkleinert...
  8. T

    4-Node Cluster problem - pvestatd $max_cpuid

    Hello, I run a 4-node cluster. Proxmox version 7.1-6 I have the same message on all 4 nodes in syslog and "systemctl status pvestatd" The cluster and the VM's are running, but tonight a node just booted for no apparent reason. My single node systems do not have this error. pvestatd[6203]: Use...
  9. T

    ZFS arcstat max

    Hi, I am running several proxmox servers with ZFS. With my last two servers I have problems with "zfs_arc_max" All values are properly maintained, but they don't work. Target value should be 16GiB. cat /etc/modprobe.d/zfs.conf options zfs zfs_arc_max=17179869184 cat...
  10. T

    ZFS 4-Node Cluster - HA - Migration - Replication

    Hallo, ich habe ein 4-Node Cluster mit "local" ZFS. - HA Gruppe angelegt - VID 100 zu HA Gruppe hinzugefügt - VID 100 Replication aktiviert Dann habe ich Node 1 "hart" ausgeschaltet und er hat wie erwartet die VM auf Node 2 hochgefahren - VID 100 fährt auf Node2 hoch - Replication geht jetzt...
  11. T

    HA Cluster - Hilfe

    Hallo, Proxmox bietet sehr viele Möglichkeiten und ich bin noch ein wenig neu und überfordert was man den wofür braucht. Darum die Frage an die "Profis" hier - will net ständig von vorn anfangen weil was fehlt. Habe bis jetzt alles mit KVM (libvirt) und viele scripten gelöst - Proxmox ist aber...
  12. T

    Linux VM IDE zu virtio

    Servus, ich habe alte KVM VMs mit Linux OS. Leider wurden die mit DISK "IDE" angelegt. Ich würde die DISK gerne nach "virtio" ändern. Habe es folgendes gemacht in der GUI: - Shutdown vm - Hardware - disk "Detach" - disk auf virtio geändert und image gewählt - Options - Boot Order geändert auf...
  13. T

    Seperate interface for Backup/Replication

    Hello, I have now 4 node cluster and every host have 3 x physical network interfaces. Each interface is connected to its own switch. ens1f1 = bond0 ens3f1 = bond0 vmbr0 - bond0 - 10.100.50.0/24 ens3f0 - backup lan - 10.100.60.0/24 Everthing work fine - now my question I would like transfer...
  14. T

    Backup/Replication - dedicated interface

    Hallo zusammen, habe mich jetzt entschieden meine KVM Umgebung auf Proxmox Cluster umzubauen. Hätte da meine erste Frage: Ist es möglich die Backups (NAS) & Replications (Node1-4) über ein dediziertes Interface zu machen? Hintergrund: Ich will die "vmbr0" Bridge auf denen die VMs arbeiten...