Recent content by Arcanes06

  1. A

    Extend Linux hard disk

    Yes the vm has. But it doesn't work for me. Can you please tell me the procedure after adding some disk space?
  2. A

    Extend Linux hard disk

    Hi all, I'm working on PVE 5.1 and i get some issues when i want to extend a linux virtual machine hard disk. I'm working with LVM on the proxmox node. For example I extend by 10G a scsi drive on a VM. I see the change on the sda disk when i run # dmesg But i can't extend the root partition...
  3. A

    Hotplug CPU

    Hi all, Im' working on PVE 5.1 and i get some issues with cpu hotplugging. I added /lib/udev/rules.d/80-hotplug-mem.rules and /lib/udev/rules.d/80-hotplug-cpu.rules file config on the node I also modified vm config file to get this: numa: 1 hotplug: disk,network,usb,memory,cpu ... When i...
  4. A

    USB hotplug on pve 5.1

    Okay thakns. So we can't hotplug USB keys at the moment. Do you have any idea of when this will be patched?
  5. A

    USB hotplug on pve 5.1

    Hi all, I'm using PVE 5.1-36 and i get some issues with usb hotpluging. Is there a way to hotplug an USB key to a VM without shutdown/reboot? I know that i had to add some config files on the node to enable hotplug RAM and hotplug CPU. Is this the same for usb hotplug? I tried different ways...