Recent content by aaron

  1. aaron

    repo certificate mismatch?

    download.proxmox.com should be accessed via http, not https. Which is reserve to enterprise.proxmox.com as you see in the certs details. The packages themselves are signed via GPG and verified with the key present on the host via the package management (apt) when they are downloaded/installed.
  2. aaron

    Gibt es mit PVE 2.x ggf. Änderungen bei der RAM-Nutzung, bzw. deren Anzeige bei VMs?

    Balloon Agent von der VirtIO ISO installiert und läuft der auch?
  3. aaron

    [SOLVED] Licensing for nested PVE on single host

    As mentioned, there is no feature difference if you have a subscription applied or not. With a subscription you get access to the enterprise repositories, which provide the most stable packages, and depending on the level, a subscription can include support tickets. If it is a nested test...
  4. aaron

    Gibt es mit PVE 2.x ggf. Änderungen bei der RAM-Nutzung, bzw. deren Anzeige bei VMs?

    Schalt mal die "Host Memory" Datenlinie im RAM Graphen ein (in die Legende klicken). Das ist die Host sich, sprich mit dem Overhead dazu. Irgendwelche PCI devices scheinen nicht durchgereicht zu sein, das würde eine volle Auslastung erklären. Evtl etwas anderes weshalb die VM den vollen RAM...
  5. aaron

    Gibt es mit PVE 2.x ggf. Änderungen bei der RAM-Nutzung, bzw. deren Anzeige bei VMs?

    Was wenn du im "Monitor" der VM "info balloon" eintippst? Vergleich den Output mit einer VM wo die Gast Sicht der RAM Anzeige wie erwartet klappt. Denn der Guest Agent wird nicht für die Abfrage der RAM Auslastung aus Gast Sicht benötigt. Hier wird über das Ballooning Device gefragt. Das ist an...
  6. aaron

    8021q not working

    That was not on my list of things that could cause it :)
  7. aaron

    8021q not working

    Can you try and specify the bridge-vids 100-120 to start at 101 in the second example? Because the dedicated interface wants to assing itself a VLAN that the bridge already has. By the way, you could also add it as it would look when you use the VLAN interface in the GUI: iface nic6 inet...
  8. aaron

    8021q not working

    Can you please post the full /etc/network/interfaces within blocks? (or use the code format buttons of the editor. If you use the SDN, please also add the /etc/network/interfaces.d/sdn file too.
  9. aaron

    Not opening web interface from Daily Spam Report

    anything in the browsers console in the developer tools that might show some errors?
  10. aaron

    Hot Add Memory cause VM to hang

    Some more details would be good to help you troubleshoot. Adding new memory on the fly while the VM is running is an operation that the guest OS must support as well. - What guest OS? - VM config? → qm config {vmdi} and then post the output within tags or use the buttons at the top of the editor.
  11. aaron

    Ceph low performance

    Additionally, with just 3 nodes in a ceph cluster, make sure you have at least 4 OSDs in each. Because with just 2 per node, you will likely have issues if one of the OSDs fails. As then Ceph will recover the lost replicas to the only node it can -> the same. So the remaining OSD needs to...
  12. aaron

    Ceph low performance

    Those are on the cheaper and slower side of consumer SSDs. They will not perform well with sustained load and the primarily sync writes that Ceph does. The recommendation for enterprise SSDs with power loss protection (PLP) is there for good reasons. Performance under sustained continuous load...
  13. aaron

    What is the complete feature set ?

    Spamcleaned... Those are, as @LnxBil mentioned, somewhat harder to notice what they advertise for on a quick read ;-)
  14. aaron

    Find out which user created a VM

    The "create" task is definitely also logged in the task log of the guest. It might be too long ago though. But then the question is if it is still present in the syslogs/journal.
  15. aaron

    Use Disk PassThrough or Raid-0 for PVE with Ceph (Testsystem)

    This is what we use for many internal tests, and also in the hands-on labs for our trainings. Good for functionality and behavior tests as long as performance is not a factor!