Search results

  1. datschlatscher

    Ballooning seems not working properly

    I couldn't find the source post for this after a quick look anymore, but if I remember correctly, this is due to Windows mapping all the contents of its RAM at system start. The ballooning driver will only start releasing provisioned RAM when the host reaches about 80% memory usage, for your...
  2. datschlatscher

    Netzwerkkarte nicht gefunden geht nur mit PC-Q35-6.0

    Der Hauptunterschied ist, dass Q35 das Neuere von den beiden ist und PCI Express unterstützt. Die Limitationen von Q35 treffen vorwiegend auf Legacy Systeme zu, sollten also in diesem Fall vernachlässigbar sein. Es gibt aber einige Berichte online die Probleme mit gewissen Grafikkarten von z.B...
  3. datschlatscher

    VM creation commands from running Proxmox

    Like bbgeek17 already wrote, you don't need to convert the config files to a create command, you can simply move them to the qemu-server folder in /etc/pve, after which they will appear in the GUI and will be configurable normally. However, please keep in mind that simply copying the VM...
  4. datschlatscher

    USB Keyboard init delay?

    Unfortunately, I do not know the answer to your problem and couldn't find anything through a quick search, however: Google dorking could help you out here. You can use certain annotations in your search to filter results and narrow down what you are looking for. E.g. the search kvm keyboard...
  5. datschlatscher

    The login failure occurs when a host in the cluster is shut down

    No, Proxmox does not support multi-cluster management at the moment. This feature might be released some time in the future though (nothing concrete yet).
  6. datschlatscher

    How to access to my Promox server from Internet

    Well, in theory you would just need to set up port forwarding for port 8006 on your router and then should be able to connect via the public IP address assigned to you by your ISP. Keep in mind that this exposes your Proxmox VE to everybody else on the internet and might be a potential security...
  7. datschlatscher

    blank page on install

    Not going off much here but it seems to me the most likely problem here is some weird version mismatch which leads to your ExtJS/ProxmoxLib breaking. I'd say the most likely culprit here are the non-upgraded packages. This overflow post explains why your packages have been kept back and what...
  8. datschlatscher

    Replication WebGUI screen - Bytes Column

    Please feel free to open a feature request on the Proxmox Bugzilla page: https://bugzilla.proxmox.com/ There, it can be properly tracked and updated about the status/progress of this issue.
  9. datschlatscher

    Can you add a new PVE 7 node in a PVE 6 cluster?

    Please make sure to read the Updating from 6.x -> to 7 documentation, this should answer most of your questions. It is not recommended to run a PVE cluster with mixed versions. As PVE 7 uses Ceph Octopus/Pacific, this might create even more problems. According to the documentation, your best...
  10. datschlatscher

    How to go through a captive portal with Proxmox

    Well, it seems you still have to accept the Terms & Conditions, or whatever the captive portal is asking of you, on your Proxmox host. The simplest solution would be to install a Desktop environment on your Proxmox server and using a browser to press the "accept" button. Alternatively, you...
  11. datschlatscher

    cluster quorum

    Nothing really, but it would have the same effect. For your cluster to be quorate it needs to have >50% of votes. If both of your nodes have 2 votes and one goes down, it will still be non-quorate just like if both of them had one vote. Changing these values in general will most likely just...
  12. datschlatscher

    cluster quorum

    Yes there is pvecm expected 1 In the Cluster management documentation you will find two ways of removing a cluster node. While it is possible to remove a node without having to reinstall, it is not recommended. While you technically don't need it, adding a QDevice for external vote support...
  13. datschlatscher

    Proxmox VE Host crashes randomly

    I don't see any indicator for why this would happen in your logs, though I'd suggest checking: The most obvious problem here could be your CPU critically overheating. Try monitoring your CPU temperature when your system is under heavy load. Another thing I could think of would be a memory...
  14. datschlatscher

    Cannot select storage for VM because of loading and timeout

    Hello cayars, I once had this issue over here, with the exact same error behaviour with regards to storage. I am not completely sure whether this is the same problem though, as you stated that you reinstalled Proxmox several times and that should have fixed the issue (But maybe not if you...
  15. datschlatscher

    backing up VM template does not work

    Could you track down what the problem was? I tried to recreate your template configuration as closely as possible over here but I cannot reproduce the problem. Not going off much here, but I would guess that it has something to do with the drive mounted at /mnt/backup/dump/. This seems to...
  16. datschlatscher

    Minor releases changelog

    Weird, for some reason toms link doesn't work (for me either). It seems it got truncated somehow? Anyway, if you right click it you can copy the link and then the file should download correctly...
  17. datschlatscher

    High Total_Bad_Blocks?

    According to the third screenshot, doesn't your disk have 1000GB of storage? Even so, (through some googling, I couldn't find a very reputable source for this sadly) it seems that as a rule thumb, about 1 bad block per GB of storage seems normal for newly bought SSDs. So even for a 500GB...
  18. datschlatscher

    Hinweise unter Knoten

    Interessant, ich verwende hier die zsh Shell, da hat mein Beispiel funktioniert. Aber wie @Devian242 schreibt einfach $output unter Anführungszeichen setzen. Entschuldigung, hier war meine Wortwahl einfach etwas suboptimal. Was ich meinte ist, dass Markdown gewisse Formatierungen anders...
  19. datschlatscher

    container clone hangs when keeping console open

    I cannot reproduce this problem on proxmox-ve 7.2-1 Some more information will be needed here: What Proxmox version are you running? pveversion -v What container template/OS are you using? Do you still have the output from when this problem occured? Can you still reproduce this problem?
  20. datschlatscher

    Proxmox CPU problem, VM very slow

    Proxmox has a handy guide on best practices for configuring your Windows VM. While more is generally better, you don't have to necessarily assign your VM as much cores as threads are present in your CPU. From what I could gather, 4 cores for this CPU should already be sufficient to run a...