Re: Getting started with PVE storage model - software RAID5 array and storage concept
There are simple nothing you have to do on individual VMs other than adding more space in the VG and LV in Proxmox node itself. But if you are setting up LVM storage inside VM and want to increase space by adding new virtual disk image without shutting down VM, then yes you will also need to do extend lvm inside VM.
I would not say creating LV was not needed. both VG and LV needs to be created for LVM to work i believe. This rather complicated at the beginning. So if you are confused by now, you are on the right track
Just ask if you need additional clarification.
aenima99x
I am sorry I couldnt reply earlier.. I am constantly trying to find time to post on these forums but life is getting in the way
I have decided to go down the separate storage server route... I just ordered a Supermicro Chassis (16bays) that I will use for storage instead of having VM's and storage on the same physical server...In other words, going in the opposite direction (not putting all my eggs in the same basket).
Have you found your answer yet?
Regarding this topic, I will receive my storage server soon (Supermicro 16bay chassis with dual Xeon L5420 & 48GB ECC RAM) which I believes will provide more horsepower than needed for a nice ZFS storage pool..
I have opted to use ZFS on a 9x HDD setup because of inherent redundency and checksum and bitrot protection... Ideal for my needs! I will also use FreeNAS on this storage server.
I want to use this machine for multiple storage related purposes, these being:
1) Provide a backend storage service for my proxmox server for VM backups
2) Provide storage space for VM files (not the actual VM's but the files generated and used by the VM services, a good example being OpenKM or drupal datastores (thousands of PDF files....)
3) Storage space for software repositories and package repos (local mirrors)
4) Storage for clients (other computers on LAN) to backup their home folders
5) Storage for a cross-LAN NFS share
What should I use to provide reliable and resizeable storage space for these items?
I am thinking of just adding NFS shares with LVM in FreeNAS. This would allow resizing as needed (and as the ZFS pool grows in capacity).
For #1 above, on Proxmox add the NFS share through the WebGUI as a backup volume.
For #2 to #5, add the NFS shares located on the FreeNAS server and locally mount them on the VM's and LAN clients for use..
Is that effective? Better way to do so? In all of that, I am only using NFS technology and nothing else of what FreeNAS or Proxmox are offering (iScsi, Ceph, etc)...
Please share your thoughts!!