I'm installing Proxmox 1.7 on a system with raid 10 (adaptec 2405) and 4 2TB drives. I plan on using the system for OpenVZ containers and therefore will need to find a way around the 2TB limitation.
At least one person on this forum got around this limitation by carving out a 30GB volume to install proxmox to:
http://forum.proxmox.com/threads/5228-partition-size?p=29761#post29761
However, since I'll be using OpenVZ, this post from Tom concerns me a bit:
http://forum.proxmox.com/threads/5692-RAID-on-Proxmox-VE-1.7?p=32279#post32279
Thanks,
Curtis
At least one person on this forum got around this limitation by carving out a 30GB volume to install proxmox to:
http://forum.proxmox.com/threads/5228-partition-size?p=29761#post29761
However, since I'll be using OpenVZ, this post from Tom concerns me a bit:
http://forum.proxmox.com/threads/5692-RAID-on-Proxmox-VE-1.7?p=32279#post32279
To get around the limitation Tom mentions above, would it work to relocate /var/lib/vz to sdb (assuming I assign the rest of the space to this volume, which would be almost 4TB in size)? Or is there a better way?KVM supports multiple storages, OpenVZ just one. So you need to decide how much you need for your OpenVZ containers as its hard to change this later.
The default setup mounts /dev/mapper/pve-data to /var/lib/vz (this is the default local storage for KVM disk images and OpenVZ).
Thanks,
Curtis