Hi, I have a hp proliant dl380p gen8 server with following disks:
https://imgur.com/a/ulqIU2D
We have proxmox on RAID 1 and I want to use RAID 50 for sotrage but I'm unsure of the best way to set this up and rearrange the storage.
I mean, How much space should I set aside for root? and same for backups and ISO storage
Anyway, with this post I simply want to ask for advice/help to follow good practices when distributing storage and configuring logical volumes correctly.
Any tips or suggestion would be greatly appreciated
- 2 SSD ( 1 TB each one ) -> RAID 1
- 15 SAS ( 900 GB each one) -> RAID 50
https://imgur.com/a/ulqIU2D
We have proxmox on RAID 1 and I want to use RAID 50 for sotrage but I'm unsure of the best way to set this up and rearrange the storage.
Code:
root@px1-server:~# lsblk -l
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
sda1 8:1 0 1007K 0 part
sda2 8:2 0 512M 0 part
sda3 8:3 0 931G 0 part
sdb 8:16 0 9.8T 0 disk
pve-swap 253:0 0 8G 0 lvm [SWAP]
pve-root 253:1 0 96G 0 lvm /
pve-data_tmeta 253:2 0 8.1G 0 lvm
pve-data_tdata 253:3 0 794.8G 0 lvm
pve-data-tpool 253:4 0 794.8G 0 lvm
pve-data 253:5 0 794.8G 1 lvm
root@px1-server:~# pvdisplay
--- Physical volume ---
PV Name /dev/sda3
VG Name pve
PV Size 930.98 GiB / not usable 4.69 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 238330
Free PE 4094
Allocated PE 234236
PV UUID k71pZ2-x0De-mUdG-dkCb-0MVC-zbLE-2hcrXO
--- Physical volume ---
PV Name /dev/sdb
VG Name pve
PV Size 9.82 TiB / not usable 1.02 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 2575355
Free PE 2575355
Allocated PE 0
PV UUID LC31rN-zVVv-jDEQ-rJwC-e1Vq-GFDK-UnMVBQ
root@px1-server:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- <930.98g 15.99g
/dev/sdb pve lvm2 a-- 9.82t 9.82t
I mean, How much space should I set aside for root? and same for backups and ISO storage
Anyway, with this post I simply want to ask for advice/help to follow good practices when distributing storage and configuring logical volumes correctly.
Any tips or suggestion would be greatly appreciated