Recent content by dietmar

  1. dietmar

    DNS-Abfragen PVE->PBS

    Nochmal - Nicht wir lassen cache weg, sondern das ist standard in unix libc! Weil alles auch ohne gut funktioniert. Außerdem kannst du ja diese Dinge ganz einfach nachinstallieren.
  2. dietmar

    DNS-Abfragen PVE->PBS

    Sorry, das is halt standard libc verhalten (kein DNS cache). Wenn man einen dns cache will/braucht kann man ja einen installieren... (systemd-resolved, ...)
  3. dietmar

    Create thinpool "Name" and "Volume Group" same. Why?

    The why is easy to answer: To make things simpler (there is no need for that).
  4. dietmar

    Two nodes quorum - no high availability - Two votes for one of the node - Is it ok ?

    With that setup, you have quorum as long a node 1 is online. So yes, you can start/stop/edit while the second node is offline. There is no risk for split-brain if you keep the votes that way. Btw, this is easy to test...
  5. dietmar

    i don't know why my vm does not have internet conexion and conexion with my own laptop

    I guess you want top add "nic0" as vmbr0 bridge port ...
  6. dietmar

    Problem when activating the global firewall

    quick guess: Interface is called "vlan792", not "vlan792@bond0"?
  7. dietmar

    Age verification is identity verification - archLinux32 banned in Brazil.

    Proxmox VE is a bare-metal hypervisor platform aimed at IT professionals and system administrators. It is not a product or service directed at children ...
  8. dietmar

    Generic Compliance Questions

    a.) we do not have those certifications b.) no c.) no
  9. dietmar

    Restricting a privileged container? (keep mknod)

    There is a container feature called "Create Device Nodes", which corresponds to mknod ... (Container/Options/Features)
  10. dietmar

    Comparison of virtualization feature set: XCP-NG vs PVE (Proxmox) -- VMware migration decision (VMware Alternative)

    Considering pricing, our single socket options are much cheaper - not sure why you use the dual socket option.
  11. dietmar

    Comparison of virtualization feature set: XCP-NG vs PVE (Proxmox) -- VMware migration decision (VMware Alternative)

    Would be nice if you also fix the price information (as pointed out in several replies) ...
  12. dietmar

    after restore - what will happened with differential Backup? (VM ID problem?)

    a.) There are no initial or incremental/differential backups - only deduplicated backups. b.) After stop/start, backup needs to read the whole disks, but backup are still fully deduplicated. c.) backup data is deduplicated at the server side.
  13. dietmar

    How Does Proxmox Work?

    pvesh is a debugging tool. I does not use pvedaemon (instead it directly executes code) pveproxy send requests to pvedaemon using the http protocoll.
  14. dietmar

    Re-joining a previously removed Proxmox node is overly complex due to pmxcfs design limitations

    Sorry, but a re-join operation make zero sense for me. Do not remove the not in the first place.