Hi, im new to proxmox and not very familiar with linux at all. But i try my best. So may i ask something that is very clear for you but not for me.
// What i have:
A new ProLiant Server with hardware raid and everything redundant. Proxmox is running, network is an lag with vlans, everything ok.
// What i did:
First i delete my testing raid disk
Create a partition on that disk
Creat a LVM GPT disk
Read more
// What i have:
A new ProLiant Server with hardware raid and everything redundant. Proxmox is running, network is an lag with vlans, everything ok.
// What i did:
First i delete my testing raid disk
Code:
wipefs --all --backup /dev/sda
Create a partition on that disk
Code:
sgdisk -N 1 /dev/sda
Creat a LVM GPT disk
Code:
pvcreate...
Read more