Disk Management in Proxmox while installaion

Sep 2, 2016
40
0
6
47
hi Support,
I am new to proxmox , and installing 4.1 on server class machine.

I do have 5 HDD with 465 GB and 1 with 1 TB , I did successfully installed proxmox however I am not able to locate the disk in web GUI

Questions
1 ) what is best approach to install Proxmox on high configuration server , like how we can use it for best performance

3) how to design swap or /var partitions

here is output for my current disk configuration, kindly suggest

#lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 127M 0 part
└─sda3 8:3 0 465.7G 0 part
├─pve-root 252:0 0 96G 0 lvm /
├─pve-swap 252:1 0 15G 0 lvm [SWAP]
└─pve-data 252:2 0 338.7G 0 lvm /var/lib/vz
sdb 8:16 0 465.8G 0 disk
├─sdb1 8:17 0 1007K 0 part
├─sdb2 8:18 0 465.8G 0 part
└─sdb9 8:25 0 8M 0 part
sdc 8:32 0 465.8G 0 disk
├─sdc1 8:33 0 1007K 0 part
├─sdc2 8:34 0 465.8G 0 part
└─sdc9 8:41 0 8M 0 part
sdd 8:48 0 465.8G 0 disk
├─sdd1 8:49 0 1007K 0 part
├─sdd2 8:50 0 465.8G 0 part
└─sdd9 8:57 0 8M 0 part
sde 8:64 0 931.5G 0 disk
sdf 8:80 0 465.8G 0 disk
└─sdf1 8:81 0 465.8G 0 part
zd0 230:0 0 15G 0 disk


df -k
Filesystem 1K-blocks Used Available Use% Mounted on
udev 10240 0 10240 0% /dev
tmpfs 3272172 9248 3262924 1% /run
/dev/dm-0 98952796 1184728 92718520 2% /
tmpfs 8180428 43680 8136748 1% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 8180428 0 8180428 0% /sys/fs/cgroup
/dev/mapper/pve-data 349386036 68192 349301460 1% /var/lib/vz
rpool 453924224 128 453924096 1% /rpool
rpool/ROOT 453924224 128 453924096 1% /rpool/ROOT
tmpfs 100 0 100 0% /run/lxcfs/controllers
cgmfs 100 0 100 0% /run/cgmanager/fs
/dev/fuse 30720 12 30708 1% /etc/pve

Thanks in advance

Upendra
 
It's Linux, so everything is possible :-D

The Proxmox VE Installation is a rudimentary installation that is built for machines that have either hardware raid (one disk, normal for "server class" hardware) or use multiple disks with the same size to use ZFS RAID. If you do not want to it this way, please change it after the installation or install Debian Jessie and upgrade to Proxmox VE afterwards.
 
Hi, here what is my setup
There are currently 6 HDD, each 450 GB

I installed Proxmox on one disk , and can see the other disk when run lsblk command

root@pve:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 127M 0 part
└─sda3 8:3 0 465.7G 0 part
├─pve-root 252:0 0 96G 0 lvm /
├─pve-swap 252:1 0 15G 0 lvm [SWAP]
└─pve-data 252:2 0 338.7G 0 lvm /var/lib/vz
sdb 8:16 0 465.8G 0 disk
└─sdb1 8:17 0 465.8G 0 part
sdc 8:32 0 465.8G 0 disk
├─sdc1 8:33 0 1007K 0 part
└─sdc2 8:34 0 465.8G 0 part
sdd 8:48 0 465.8G 0 disk
└─sdd1 8:49 0 465.8G 0 part
sde 8:64 0 465.8G 0 disk

Now I want to create the volumes of 900 GB is ( can combine logically two disk) I followed the below steps

pvcreate Test /dev/sdb1 /dev/sdc1
created a group using vgcreate Group name

now I was able to see the group in Proxmox Web Gui , however it doesn't show any disk or volume associated to it.
what I am missing here

I can see the aggregate size for each ( I did combine two disk for each volume ) Volume but , can see the mount point

Thanks
Upendra
 
Why not combine all disks in a real RAID over all disks, this is best for you current confusion with volumes, mountpoints etc.? You will most definitely not run your disks in RAID-0 mode.
 
You should configure all disks in one raid array and reinstall Proxmox VE on it. Then you'll have a better setup with easier storage integration.
 
does it affect the performance , means I can create multiple RAID 5 disk groups and create volumes and mount them separately
 
In general this is the rule of thumb:
The more disks a disk array has, the better performance it can get. If you only optimize for speed, you could use raid10, but with 146 GB disks I doubt that you could only optimize for speed, so I'd suggest a hardware RAID 5 over all available disks.
 
1 ) what is best approach to install Proxmox on high configuration server , like how we can use it for best performance
"Performance" is an open ended criteria. define your use case, establish the I/O requirements (normal and max). Also, performance may not be your primary driver, what about fault tolerance? Once you establish your criteria, a good place to start is here: https://pve.proxmox.com/wiki/Storage_Model
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!