aaron's latest activity

  • aaron
    aaron replied to the thread 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...
  • aaron
    Balloon Agent von der VirtIO ISO installiert und läuft der auch?
  • aaron
    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...
  • aaron
    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...
  • aaron
    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...
  • aaron
    aaron replied to the thread 8021q not working.
    That was not on my list of things that could cause it :)
  • aaron
    aaron reacted to garysday's post in the thread 8021q not working with Like Like.
    OMG, you won't believe this .. For some reason, I installed the new version on to an m.2 drive in my chassis, but the boot sequence was coming from an old attached disk from somewhere - that old disk has an old (broken) proxmox install on it, so...
  • aaron
    aaron replied to the thread 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...
  • aaron
    aaron replied to the thread 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.
  • aaron
    anything in the browsers console in the developer tools that might show some errors?
  • aaron
    aaron replied to the thread 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...
  • aaron
    aaron replied to the thread 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...
  • aaron
    aaron replied to the thread 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...
  • aaron
    aaron replied to the thread What is the complete feature set ?.
    Spamcleaned... Those are, as @LnxBil mentioned, somewhat harder to notice what they advertise for on a quick read ;-)
  • aaron
    aaron replied to the thread 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.
  • aaron
    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!
  • aaron
    Sure! For teaching/learning/debugging this works great. Example: in my Homelab I have one specific cluster member with 64 GiB Ram and 2 TB local storage for VMs. I was able to create six virtual PVE nodes with 8 GiB Ram each, construct a...
  • aaron
    Siehst du mit rbd -p {pool} ls -l mehr als ohne dem -l Parameter? Evtl. mit einer Warnung dabei?
  • aaron
    When VMs are getting backed up with Proxmox VE native backup methods, VMs will continue to fully run during the backup. 3rd party vendors can utilize the public backup API. Then things work the same. If they use a custom implementation under the...
  • aaron
    Moin, also danke @ThoSo - mit dem Befehl ./NVIDIA-Linux-x86_64.580.126.18.run --uninstall bin ich den Nvidia Treiber wieder losgeworden. Jetzt muss ich nur noch den angepinnten Kernel Boot deaktivieren. Weder mit unpin noch mit remove lässt sich...