Recent content by rumble06

  1. R

    Changing VM's RAM while it is running?

    Thanks, I think that's what I'll actually do. I will do some reasearch on the ballooning and the shared option first, then will try that.
  2. R

    Changing VM's RAM while it is running?

    Oh thanks, didn't see that feature at all, will check it out, but seems that hotplugging works but hot unplugging not, well, still better than nothing but I'll still have to restart my VM after she's done with hers and I want to allocate the resources to mine. I also saw that ballooning has a...
  3. R

    Changing VM's RAM while it is running?

    So, I have 16GB of ram, 2 GPUs and I want to split the PC for me and my gf so she can use it while I use it. I know how to do that, however, what I want to achieve is to be able to dinamically change allocated memory to my VM as I will use my VM most of the time while she is not gonna use it...
  4. R

    [SOLVED] USB port passthrough lag?

    IOThreads are enabled for all the disks assigned. Haven't tried with usb3 as the device isn't usb3. So I guess I will have to stick with passing the entire USB controller and get a motherboard with more usb controllers in the future (or find a way to access the PCIe slot from under the GPU...
  5. R

    [SOLVED] USB port passthrough lag?

    Is there any way to improve the performance of the USB port/device passthrough without having so passthrough the entire controller? I have an USB audio interface, using the usb passthrough I get crackling noise whenever sound (specially louder ones) is played. By passing through the entire...
  6. R

    Guest hookscripts post-stop doesn't finish if shutdown called within VM

    root@proxmox:~# pveversion -v proxmox-ve: 5.4-1 (running kernel: 4.15.18-12-pve) pve-manager: 5.4-3 (running version: 5.4-3/0a6eaa62) pve-kernel-4.15: 5.3-3 pve-kernel-4.15.18-12-pve: 4.15.18-35 corosync: 2.4.4-pve1 criu: 2.11.1-1~bpo90 glusterfs-client: 3.8.8-1 ksm-control-daemon: 1.2-2...
  7. R

    Guest hookscripts post-stop doesn't finish if shutdown called within VM

    Guest hookscript is only firing 'post-stop'. The rest of them ('pre-stop', 'pre-start', 'post-start') never fires, even if the commands are from the UI panel. Neither post-start fires, which i was supposed to fire when the machine is on. Checked that by printing the args and checking daemon.log...
  8. R

    Windows 10 VM Ballooning -> almost 100% Ram usage

    After enabling ballooning and following the wiki (installed drivers and got ballooningservice to run on windows) instead of the RAM Usage going lower inside the proxmox panel, instead the RAM went up inside the VM. Minimum RAM: 2048MB, Total Ram allocated to the VM: 14336MB. However, usage is at...
  9. R

    [SOLVED] Problem with USB HDD on windows guest

    I installed every driver that had an exclamation inside Device Manager from the virtio iso, except the GPU driver which I got it from the vendor website. My USB Devices (mouse and keyboard) works great, however when I plug in an USB 3 external USB hdd the windows just doesn't recognize it...
  10. R

    [SOLVED] Problem with GPU Passthrough

    You are heaven on earth. I kept my grub command however intead of 'video=vesafb:off,efifb:off' i put 'video=vesafb:off video=efifb:off' and it works. Was able to install gpu driver, monitor is on and no more errorlog spam.
  11. R

    [SOLVED] Problem with GPU Passthrough

    I don't, however the same steps were reproduced and didn't got it to work. I specified that because it may help someone realize what kind of problem i have, knowing that the hardware supports it and it works great with another proxmox installation.