Search results

  1. E

    Mass packet retransmission over unbonded Linux Bridge

    shot in the dark: check settings of nic in pfsense ( disable checksum offload ...) there are a lot of info about this on the Internet
  2. E

    Bonded ethernet uplinks broken in pve-common 9.1.1

    I deployed a new cluster ( 2 nodes for now, qdevice soon) # Package version proxmox-ve: 9.1.0 (running kernel: 6.17.4-2-pve) pve-manager: 9.1.4 (running version: 9.1.4/5ac30304265fbd8e) proxmox-kernel-helper: 9.0.4 proxmox-kernel-6.17.4-2-pve-signed: 6.17.4-2 proxmox-kernel-6.17: 6.17.4-2...
  3. E

    [SOLVED] One of two identical servers has constant VM kernel panics

    A few year ago, we ordered 8 servers for a new vmware cluster. One of the servers exposted unstability: Memtest failed after a few hours. It took me weeks with dell support to rule out memory stick and mainboard defect to finaly discover one cpu was defect
  4. E

    Planning: PVE v8 to v9 (in-place)

    I would upgrade one node after the other: * evict vm/lxc to other nodes before upgrading * conduct the upgrade like you said (pv8to8 checks...) (and doing it on an empty node) * migrate back a few "ginea pigs" vm ( to verify network...) * once one node is upgraded and back on stage, empty...
  5. E

    [SOLVED] cluster reinstall and rejoin nodes

    you might try to migrate vm one by one to a node in the new cluster ( qm remote-migrate command ). shared storage ( nfs) can help for this task * move volume to nfs storage * qm remote migrate * re migrate to local storage
  6. E

    PBS on Synology NAS: MinIO vs NFS

    Dear, My current setup is a PBS VM running on my DS1621+ ( thanks to virtual machine manager on DSM) Datastore is hosted on the NAS and connected to the VM via NFS. I've yet to upgrade to PBS 4.0 but I'm wondering: Instead of NFS bewteen VM and "native" NAS would it be more performant to...
  7. E

    Proxmox Beta 9 - LVM Backend / Snapshots / Clones

    IMHO, online docs are still for 8.1. Head over there for the "wip" documentation https://github.com/proxmox/pve-docs
  8. E

    Disk cache settings for VMs on BTRFS

    Please define "configure VMs appropriately" Thank you ! EC
  9. E

    Example ansible VM creation script

    why not https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_module.html ?
  10. E

    comminication betwin VM in different node in cluster

    check L2 connectivity between hosts via the vmbr1 and parent interface
  11. E

    comminication betwin VM in different node in cluster

    This is normal, Ping don't pass when configuration is not described
  12. E

    Can't turn my display off

    Your monitor input select might be set to "auto" selecting diplayport input on your monitor instead of auto might prevent it to "fall back" to your proxmox
  13. E

    Proxmox Backup Server 3.1 available

    It might looks like an "apt install" without "apt update" first ...
  14. E

    Shrinking cluster size overnight

    sea serach for qm remote-migrate https://pve.proxmox.com/pve-docs/qm.1.html
  15. E

    Shrinking cluster size overnight

    there is offline cros cluster migration available via cli in case...qm remote-migrate
  16. E

    Shrinking cluster size overnight

    In my case, "master node " hosted the vm disks ( exposed via NFS) so without it, cluster would be down anyway. But yes, this setup is not very compatible with the spirit of multi master qorum
  17. E

    Shrinking cluster size overnight

    https://forum.proxmox.com/threads/homelab-3-nodes-cluster-2-diskless-and-one-exposing-storage-via-nfs.68587/#post-307776 more or less the same kind of idea. changing the number of votes worked very well IN MY HOMELAB