Recent content by Etienne Charlier

  1. 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
  2. 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...
  3. 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
  4. 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...
  5. 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
  6. E

    Disk cache settings for VMs on BTRFS

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

    Example ansible VM creation script

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

    comminication betwin VM in different node in cluster

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

    comminication betwin VM in different node in cluster

    This is normal, Ping don't pass when configuration is not described
  10. 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
  11. E

    Proxmox Backup Server 3.1 available

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

    Shrinking cluster size overnight

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