Search results

  1. D

    HA with 3 nodes (2 on one location

    Having 2 - 2 nodes would be even worst. Keeping appart the fact that this is cheating because you have only one real node (and when rebooting it, you loose 2 votes for example), if you have 2 - 2 nodes, no side would be able to get the qorum, and all the nodes would self fence
  2. D

    HA with 3 nodes (2 on one location

    You'd need the qorum in the DC. In a HA setup, it's not only expected, but also a strong requirement to kill the nodes which do not have the qorum. Can't you move the heartbeat in the DC near the main server ?
  3. D

    [SOLVED] Inverse match in filter rules

    Sometime, the solution is obvious enough for me not to see it :-) Thanks, will do it like this
  4. D

    [SOLVED] Inverse match in filter rules

    Hi there. The filter engine of PMG is really great, but there's something I can't achieve : inverse match. For example, I'd like to Bcc every inbound email to a specific address, except if the original dest is sysadmin@mydomain.net (because this email receive a tons of email I'm not interrested...
  5. D

    Why does maxdisk only account boot disk ?

    I'm querying PVE API to monitor resource usage with Zabbix. And I'm wondering, why does the maxdisk prop (in /cluster/resources or /pools/<pool name> for example) only accounts the size of the boot disk ? Wouldn't it make more sense to sum all the disks attached to the VM / attached to VM of the...
  6. D

    Cannot shutdown Windows or Linux guests...

    Check on the wiki. There's an agent pong command to check it's working. If you can't have the agent working just disable the agent option so proxmox send a simple acpi signal.
  7. D

    Cannot shutdown Windows or Linux guests...

    Have you enabled the qemu agent option ? If yes, you need to install the agent in the guests so they can shut down cleanly
  8. D

    [TUTORIAL] Authenticated SMTP, DKIM and DMARC

    Thx for the missing .conf I've fixed it. Can you elaborate for the permission issue ? And for Background false, it's on purpose. The systemd unit created are of type simple, so thge daemopn must not double fork to run in the background
  9. D

    live migration works with qm, but not with ha-manager (and GUI)

    redundant != HA. To prevent splitbrains, only the quorate part of the cluster (which means at least half + 1 node) can run VM. The other nodes are self fenced automatically. With only two nodes, both would lost the quorum at the same time, and none can decide to operate. You can probably trick...
  10. D

    live migration works with qm, but not with ha-manager (and GUI)

    HA makes no sense with less than 3 nodes. The cluster needs to be quorate, which requires a minimum of 3 nodes. So, unless you can add a 3rd node, you should remove the HA resource. Leaving the HA stuff appart, I don't know why a simple migrate would work from the CLI with qm and not from the web
  11. D

    live migration works with qm, but not with ha-manager (and GUI)

    You need at least 3 nodes to have HA. Remove HA, and you should be able to migrate from the web GUI (manually only)