spirit's latest activity

  • S
    it was fixed a long time ago now. do you still have problem with multiple exit node ?
  • S
    spirit replied to the thread Its a Cluster F**.
    wrong forum section (it's related to PVE no PDM). but, it's like you have renamed your host after joining in in the cluster. /etc/pve/nodes/<hostname> is autocreated from the hostname of the host. so , please verify that you have correct...
  • S
    spirit replied to the thread Giving VLANs a readable name?.
    you can use the sdn feature at datacenter level, and created a vlan zone with named "vnets".
  • S
    spirit reacted to Madozu's post in the thread Best terraform provider ? with Like Like.
    I was using both mentioned providers: bpg and telmate. The telmate proxmox provider is around since a long time, but very limited in functionality. It only allows managing vm, lxc, pool and cloud-init disks. On the other hand, the bpg proxmox...
  • S
    The code is almost ready. dhcp relay don't help here because it still need an ip address in the subnet to reply to the vm request. (We have managed it with a single/same isolated ip on each host )
  • S
    I'm not sure yet to add support to lvm volume with default raw format. So maybe, they will need a (online without downtime) convertion to lvm + qcow2 format.
  • S
    spirit replied to the thread Sequential backup for VMs/CTs.
    you can do a stupid bash script doing: ssh root@server1 'vzdump --all ...' ssh root@server2 'vzdump --all ...' ssh root@server3 'vzdump --all ...'
  • S
    I'm currently working to add snapshot for iscsi/fiber channel san, it should be ready in coming month (<6 months).
  • S
    Hello Proxmox community! I hope everyone is having an amazing start in this new year... and this year again, Proxmox will be represented @ FOSDEM in Brussels, on February 1st & 2nd at ULB, stand will be in H-10. https://fosdem.org/2025/stands/...
  • S
    spirit replied to the thread Quorum without HA.
    if you have 3 nodes, and you loose one, you still have quorum. (2/3 is a majority) 2/4 is not a majority, so no quorum vmware HA require a shared storage, and it's using it as heartbeat/vote to keep quorum
  • S
    Personally, you should use the proxmox provided kernel, because I have already seen kvm kernel bug/regression in past in debian kernel, and it take years to get it fixed. Proxmox use ubuntu kernel and but also add patches on top of it, for...