Search results

  1. C

    Change postmaster domain name

    Template only for now. https://forum.proxmox.com/threads/how-to-set-sending-domain-for-generated-mails-due-spf.163284/
  2. C

    Using OpenVSwitch + LACP Bonds on a 3 Node Cluster

    auto bondX iface bondX inet manual ovs_type OVSBond ovs_bonds eth0 eth3 ovs_bridge brX ovs_options bond-mode=balance-tcp lacp=active auto brX iface brX inet static ovs_type OVSBridge ovs_ports bondX portX portY ... auto portX iface portX inet...
  3. C

    [SOLVED] Is it OK to make apt update && apt dist-upgrade on-the-fly while VMs and LXCs are running ?

    There isn't 100% safe update in the software world. So every update is less or more risky, even if you test it on spare hw.
  4. C

    Proxmox on older HP Proliant DL360P Gen8

    PVE works with HP G8 servers even with current PVE version.
  5. C

    GeForce RTX™ 5090 as vGPU

    https://forum.proxmox.com/threads/nvidia-vgpu-software-18-support-for-proxmox-ve.163153/
  6. C

    LACP Problem with DELL R760 Server and 2 Network Cards

    We are using both integrated + addon network card for one LACP without problem on our Dell/Supermicro 10G setups.
  7. C

    Allocate maximum memory to VM on boot with balloon device

    If client ordered X memory, why is your configured minimal memory < X? IT's absolutely nonsense. https://en.wikipedia.org/wiki/Memory_overcommitment
  8. C

    How to set sending domain for generated mails due spf?

    Suggestion as feature to set up it in gui.
  9. C

    How to set sending domain for generated mails due spf?

    I will rewrite use-case. Pmg send mail for example: From: root@pmg.domain.tld. I need to send as root@domain.tld so spf will allign with _spf.domain.tld., because in now it's trying to find _spf.pmg.domain.tld record and spf check fail. Hi mail server Neo! My hostname is pmg-01.domain.tld and I...
  10. C

    How to set sending domain for generated mails due spf?

    For pmg generated mails i see From: pmg.domain.tld. Where in gui i can set something as "mydomain" for postfix (dns.domain in template?), so pmg generated mails can align to mydomain spf record? Can't find it.
  11. C

    Thin provisioning shareable volume

    https://pve.proxmox.com/wiki/Storage
  12. C

    [SOLVED] OpenWrt 24.10 broke ipv4 DNS routing

    Router configuration problem. use "dig -6 ..." and "curl -4 -v ..." "curl -6 -v ..." check network / route configuration for ipv4/ipv6
  13. C

    [SOLVED] Move disk/VM from LVM to ZFS

    Without shared storage options: 1] backup/restore 2] some linux lvm/zfs/etc commands 3] use temporary added disk to node-a with zfs
  14. C

    how to check the current IOPS usage on Ceph cluster

    for example https://docs.ceph.com/en/quincy/mgr/iostat/
  15. C

    Backup of VMs Without Downtime?

    Depends on services in VM. Snapshot is backup of the running state, not when everything in VM is off. So for file server it's almost ok, for db server not. There is no way to create backup with running VM as if VM is off.
  16. C

    [SOLVED] Migrating a VM using 2 disks to different storages

    Probably not in the one step, depends on the src/dest storages. Maybe you can try backup method.
  17. C

    Proxmox HA with storage device

    I think by default proxmox doesn't handle storage lose to trigger HA failover...only when VM process or node crash.
  18. C

    Setup Proxmox HA for VMs with databases

    ad 1] proxmox doesn't have "close to zero" VM failover read proxmox documenattion how HA works ad 2] option a] shared network storage option b] postgresql replication both methods are documented on the internet ad 3] postgresql documenation about WAL files There is more than one answer...
  19. C

    The first zfs, so sanity check about performance

    Testing a new server with our the first zfs setup. Just asking for sanity check for default setup performance of the nvme zfs because we are thinking about adding hw raid card. Main purpose of the server will be GPU AI computing. CPU: AMD EPYC 9354 32-Core Processor RAM: 512 GB Disks: all...
  20. C

    Several VLANs on one NIC for VM-Guests

    https://pve.proxmox.com/wiki/Network_Configuration