I use Proxmox in a home based setup for production & testing & am loving it.
My setup includes 2 1Tb hard drives. Using part of the guide located here,
http://pve.proxmox.com/wiki/Storage_Model#LVM_Groups
------------------------------------------------------------------
" Use local devices (like /dev/sd../, FC) Before you can use local devices for storing VM´s you need to configure LVM2 for these devices on the console first.
This is a three step procedure (I just plugged in a 8 GB USB Stick for demonstration, recognized as /dev/sdl on my box)
First create the physical volume:
proxmox-ve:~# pvcreate /dev/sdl1
Physical volume "/dev/sdl1" successfully created
proxmox-ve:~# Second, create the volume group:
proxmox-ve:~# vgcreate usb-stick /dev/sdl1
Volume group "usb-stick" successfully created
proxmox-ve:~# And finally: Add the LVM Group to the storage list via the web interface."
---------------------------------------------------------------------
I added the second drive (sdb1) to an lvm group.
If I wanted to create a vm, for example for a file server, that would be allocated 1.5tb of the total available drive space would Proxmox's LVM implementation automatically "spill over " the storage requirements meaning would it spread it between discs without my intervention?
This is defined, for example, during the Xenserver install as you are asked both what drive in a multi drive setup do you wish to install the hypervisor os on & then if you wish to use all or 1 drive for everything else. Spanning between drives is then seamless.
If I am wrong in how I have done the setup can I get some guidance in getting it the way I am after?
My setup includes 2 1Tb hard drives. Using part of the guide located here,
http://pve.proxmox.com/wiki/Storage_Model#LVM_Groups
------------------------------------------------------------------
" Use local devices (like /dev/sd../, FC) Before you can use local devices for storing VM´s you need to configure LVM2 for these devices on the console first.
This is a three step procedure (I just plugged in a 8 GB USB Stick for demonstration, recognized as /dev/sdl on my box)
First create the physical volume:
proxmox-ve:~# pvcreate /dev/sdl1
Physical volume "/dev/sdl1" successfully created
proxmox-ve:~# Second, create the volume group:
proxmox-ve:~# vgcreate usb-stick /dev/sdl1
Volume group "usb-stick" successfully created
proxmox-ve:~# And finally: Add the LVM Group to the storage list via the web interface."
---------------------------------------------------------------------
I added the second drive (sdb1) to an lvm group.
If I wanted to create a vm, for example for a file server, that would be allocated 1.5tb of the total available drive space would Proxmox's LVM implementation automatically "spill over " the storage requirements meaning would it spread it between discs without my intervention?
This is defined, for example, during the Xenserver install as you are asked both what drive in a multi drive setup do you wish to install the hypervisor os on & then if you wish to use all or 1 drive for everything else. Spanning between drives is then seamless.
If I am wrong in how I have done the setup can I get some guidance in getting it the way I am after?