There is PVE 6.4-13.
old configuration with scratch disks
The disk nvme0n1 has become unusable in Raid1, it is bootable with uefi
deleting a dead disk
copying sections
sgdisk -R / dev / nvme0n1 / dev / nvme1n1
then sgdisk -G / dev / nvme0n1
doing pve-efiboot-tool format, init, refresh (3 commands)
if you look through lsblk everything is beautiful
nvme1n1 259:0 0 465.8G 0 disk
├─nvme1n1p1 259:1 0 1007K 0 part
├─nvme1n1p2 259:2 0 512M 0 part
└─nvme1n1p3 259:3 0 465.3G 0 part
nvme0n1 259:4 0 477G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 512M 0 part
└─nvme0n1p3 259:3 0 465.3G 0 part
but after i run zpool attach rpool
the disk is attached, but there are no such partitions, respectively, it is not loaded from it.
nvme1n1 259:0 0 465.8G 0 disk
├─nvme1n1p1 259:1 0 1007K 0 part
├─nvme1n1p2 259:2 0 512M 0 part
└─nvme1n1p3 259:3 0 465.3G 0 part
nvme0n1 259:4 0 477G 0 disk
├─nvme0n1p1 259:5 0 477G 0 part
└─nvme0n1p9 259:6 0 8M 0 part
What is the problem? Help me please.
old configuration with scratch disks
The disk nvme0n1 has become unusable in Raid1, it is bootable with uefi
deleting a dead disk
copying sections
sgdisk -R / dev / nvme0n1 / dev / nvme1n1
then sgdisk -G / dev / nvme0n1
doing pve-efiboot-tool format, init, refresh (3 commands)
if you look through lsblk everything is beautiful
nvme1n1 259:0 0 465.8G 0 disk
├─nvme1n1p1 259:1 0 1007K 0 part
├─nvme1n1p2 259:2 0 512M 0 part
└─nvme1n1p3 259:3 0 465.3G 0 part
nvme0n1 259:4 0 477G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 512M 0 part
└─nvme0n1p3 259:3 0 465.3G 0 part
but after i run zpool attach rpool
the disk is attached, but there are no such partitions, respectively, it is not loaded from it.
nvme1n1 259:0 0 465.8G 0 disk
├─nvme1n1p1 259:1 0 1007K 0 part
├─nvme1n1p2 259:2 0 512M 0 part
└─nvme1n1p3 259:3 0 465.3G 0 part
nvme0n1 259:4 0 477G 0 disk
├─nvme0n1p1 259:5 0 477G 0 part
└─nvme0n1p9 259:6 0 8M 0 part
What is the problem? Help me please.