First, some empty disk space is needed. Let’s create a logical volume for our new virtual machine:
| 
					 1 2  | 
						root@xenserver1:~# <strong>lvcreate -n testlv -L 10G vg0</strong>   Logical volume "testlv" created  | 
					
Create a filesystem on the new logical volume: