Hi,
I installed PVE to a single 400GB SSD last week because that was the only one I had lying around. Its using GPT, proxmox-boot-tool and ZFS. But I only partitioned it to below 100GB because I wasn't sure if I later would move it to a 1x 100GB SSD mirror or a 2x 200GB SSD mirror.
Now I removed two 200GB SSDs from one of my servers and want to migrate that PVE from single 400GB SSD to 2x 200GB SSDs in mirror.
So I ran the following:
But here
That makes sense as the secondary header should be at the end of the disk, as far as I know and it can't clone that header to the sectors at 400GB as the new SSD only got 200GB. So I guess it wrote that header to the end of the 200GB SSD?
Does someone know a way to check if if that secondary header is fine and working and at the correct location?
Resilvering finished and next I would do a
Looks all fine so far, but I really would like to verify that this secondary header doesn't cause any problems. Not hat later the primary headers corrupts and then I'm screwed because the secondary header isn't working as a backup or something like that.
I installed PVE to a single 400GB SSD last week because that was the only one I had lying around. Its using GPT, proxmox-boot-tool and ZFS. But I only partitioned it to below 100GB because I wasn't sure if I later would move it to a 1x 100GB SSD mirror or a 2x 200GB SSD mirror.
Now I removed two 200GB SSDs from one of my servers and want to migrate that PVE from single 400GB SSD to 2x 200GB SSDs in mirror.
So I ran the following:
Code:
sgdisk <healthy bootable device> -R <new device>
sgdisk -G <new device>
zpool attach <pool> <old zfs partition> <new zfs partition>
proxmox-boot-tool format <new disk's ESP>
proxmox-boot-tool init <new disk's ESP>
But here
sgdisk <healthy bootable device> -R <new device>
returned
Code:
Caution! Secondary header was placed beyond the disk's limits! Moving the
header, but other problems may occur!
The operation has completed successfully.
Does someone know a way to check if if that secondary header is fine and working and at the correct location?
Resilvering finished and next I would do a
zpool detach <pool> <ZFS partition of 400GB SSD>
, then remove the 400GB SSD, put in the second 200GB SSD and do the same procedure from above again to create a mirror of that single 200B SSD.Looks all fine so far, but I really would like to verify that this secondary header doesn't cause any problems. Not hat later the primary headers corrupts and then I'm screwed because the secondary header isn't working as a backup or something like that.
Last edited: