Hello everyone, we are new in proxmox community and we have some questions about that.
First of all our setup is 2 Servers with 2x240GB SSD, 4x6TB HDD, 128GB RAM and 2x Ten Core 2.20Ghz.
The 2 SSD Disks is set it up for Proxmox only on ZFS (RAID1) after i successful the installation.
I think ZFS RAID1 is ok ? If one of the drives in the array fails the other disk should work propertly right?
In web interface of proxmox on "Datacenter" -- > "Summary" --> Storage says 412.24 GiB and not 222GB why?
And on "Local" --> "Summary" says storage 206.56GB and on "local-zfs" --> "Summary" says storage 205.68GB. But in node "Srv2" "Summary" says 206.56GB.
First server will be used for different of types of VM's on local-zfs.
In our second Server the primary use of this will be a VM with a webserver instalation included databases and ± 2000 domains on that and we are thinking to use CentOS with 96GB RAM 30CPU and 10TB HDD. Is that ok? If not what is the best solution for that build?
And on "create VM", "Network" what is the best model to use? Because we gonna have multiple ip address on that VM. Also what Bus/Device on hard disk do you advice ?
And one last question what is the best solution for our storage 4x6TB HDD zfs RAID10 or RAID5 or RAID6? How should the RAIDs be setup for optimal safety and performance?
Hopefully you guys can point me in the right direction. Thank you.
First of all our setup is 2 Servers with 2x240GB SSD, 4x6TB HDD, 128GB RAM and 2x Ten Core 2.20Ghz.
The 2 SSD Disks is set it up for Proxmox only on ZFS (RAID1) after i successful the installation.
Code:
root@srv2:~# zpool status
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sdf2 ONLINE 0 0 0
sde2 ONLINE 0 0 0
errors: No known data errors
root@srv2:~# zpool list
NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rpool 222G 904M 221G - 0% 0% 1.00x ONLINE -
Code:
root@srv2:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 9.38G 206G 104K /rpool
rpool/ROOT 900M 206G 96K /rpool/ROOT
rpool/ROOT/pve-1 899M 206G 899M /
rpool/data 96K 206G 96K /rpool/data
rpool/swap 8.50G 214G 56K -
In web interface of proxmox on "Datacenter" -- > "Summary" --> Storage says 412.24 GiB and not 222GB why?
And on "Local" --> "Summary" says storage 206.56GB and on "local-zfs" --> "Summary" says storage 205.68GB. But in node "Srv2" "Summary" says 206.56GB.
First server will be used for different of types of VM's on local-zfs.
In our second Server the primary use of this will be a VM with a webserver instalation included databases and ± 2000 domains on that and we are thinking to use CentOS with 96GB RAM 30CPU and 10TB HDD. Is that ok? If not what is the best solution for that build?
And on "create VM", "Network" what is the best model to use? Because we gonna have multiple ip address on that VM. Also what Bus/Device on hard disk do you advice ?
And one last question what is the best solution for our storage 4x6TB HDD zfs RAID10 or RAID5 or RAID6? How should the RAIDs be setup for optimal safety and performance?
Hopefully you guys can point me in the right direction. Thank you.
Last edited: