How can I use dual processor on VM

saadb

New Member
Aug 30, 2008
27
0
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.

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)

Also, How can extend the LVM to include another drive

Use the standard LVM tools:

Code:
pvcreate device
vgextend pve device
- Dietmar