S saadb New Member Aug 30, 2008 27 0 1 Sep 26, 2008 #1 I have setup my VM and I can not modify CPU option. Also, How can extend the LVM to include another drive Thank you for providing us with a good tool
I have setup my VM and I can not modify CPU option. Also, How can extend the LVM to include another drive Thank you for providing us with a good tool
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,297 721 253 Austria www.proxmox.com Sep 26, 2008 #2 saadb said: I have setup my VM and I can not modify CPU option. Click to expand... Running with more than one CPU is currently unstable, thats why it is disabled on the web interface. Use the command line if you really want to try it (qm set VMID --smp 2) saadb said: Also, How can extend the LVM to include another drive Click to expand... Use the standard LVM tools: Code: pvcreate device vgextend pve device - Dietmar
saadb said: I have setup my VM and I can not modify CPU option. Click to expand... Running with more than one CPU is currently unstable, thats why it is disabled on the web interface. Use the command line if you really want to try it (qm set VMID --smp 2) saadb said: Also, How can extend the LVM to include another drive Click to expand... Use the standard LVM tools: Code: pvcreate device vgextend pve device - Dietmar