Hi
I hope I won't raise anyone's ire because I have read many pages over the last week on LVM & LVM Thin mirroring . However, all the solutions seem to refer to installing from scratch or assume you already have a pve created for the new disk.
My setup is a newly installed Proxmox 8 on a PowerEdge 730xd installed with an H730P raid controller in HBA mode.
I have two 2.5-inch 600 GB spinners and one has Proxmox installed.
Proxmox doesn't seem to allow creating a mirrored LVM or pre-partitioning in the GUI installer. I was left with installing it on 1 drive so I could attempt a mirror afterwards. It seems from what I've read that there are lots of gotchas here and I haven't quite come across a simple enough (for my brain) explanation or example of how to add the second unformatted (or Formatted) drive to the Proxmox installed one for them to act as one mirrored device.
I don't want to use ZFS on the root but I will use it for VM's which I'd like to install on 8 4 TB drives set up as 4 2-drive ZFS(1) mirrors?
Can anyone please explain how I would mirror the existing drive which consists of:
The second drive is
My previous install of Proxmox was a few years back with Proxmox 6 on a Debian server hosted by a german outfit but I had the luxery of using a scripted install on software raid partitioned before the OS was installed after which Proxmox was also then installed. With this kit, I am advised I'm better off using LVM-Thin on the Proxmox install and letting ZFS mirrors take care of my RAIDs.
I hope I won't raise anyone's ire because I have read many pages over the last week on LVM & LVM Thin mirroring . However, all the solutions seem to refer to installing from scratch or assume you already have a pve created for the new disk.
My setup is a newly installed Proxmox 8 on a PowerEdge 730xd installed with an H730P raid controller in HBA mode.
I have two 2.5-inch 600 GB spinners and one has Proxmox installed.
Proxmox doesn't seem to allow creating a mirrored LVM or pre-partitioning in the GUI installer. I was left with installing it on 1 drive so I could attempt a mirror afterwards. It seems from what I've read that there are lots of gotchas here and I haven't quite come across a simple enough (for my brain) explanation or example of how to add the second unformatted (or Formatted) drive to the Proxmox installed one for them to act as one mirrored device.
I don't want to use ZFS on the root but I will use it for VM's which I'd like to install on 8 4 TB drives set up as 4 2-drive ZFS(1) mirrors?
Can anyone please explain how I would mirror the existing drive which consists of:
Code:
lvm> pvs
PV VG Fmt Attr PSize PFree
/dev/sdj3 pve lvm2 a-- <557.91g 70.00g
lvm>
Code:
lvm> lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-a-tz-- 389.95g 0.00 0.44
root pve -wi-ao---- 70.00g
swap pve -wi-ao---- 20.00g
lvm>
The second drive is
Code:
Disk /dev/sdk: 558.91 GiB, 600127266689 bytes, 1172123568 sectors
Disk model: AL14SEB060N
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 8FDB15F4-5DF5-C747-9057-143050CC8341
My previous install of Proxmox was a few years back with Proxmox 6 on a Debian server hosted by a german outfit but I had the luxery of using a scripted install on software raid partitioned before the OS was installed after which Proxmox was also then installed. With this kit, I am advised I'm better off using LVM-Thin on the Proxmox install and letting ZFS mirrors take care of my RAIDs.