Help a newfag brick his first server
Right now, I have my proxmox OS installed on /dev/nvme0 using the ext4 format. I am using LVM thin to create the volume group called "pve", which spans /dev/nvme0 and /dev/sda. In the future when I buy more pairs of drives, I want to create a new volume group called "pvf" spanning some new drives /dev/nvme1 and /dev/sdb. I want to configure my server so it automatically mirrors (like in RAID 1) the data lv from the pve vg to a new lv in the pvf vg so that there is data redundancy in the event of a failure. I also want to be able to expand pve in the future by adding /dev/sdc to pve and expand the mirrored volume group by adding /dev/sdd to pvf in the future while retaining the mirroring characteristics. I also want to avoid having to wipe data when extending the volume group with new drives or configuring the data mirroring. How can I accomplish this?