Good day everybody,
we would like to subsequently set up a software raid 1 on our Proxmox system with mdadm.
Proxmox itself is currently installed on an NVMe with ext4, which is now to be mirrored on another NVMe.
However, the following error occurs.
"Floating point exception"
I have already done a wipe on the second NVMe and taken over the partition table again.
Versions:
Proxmox: 7.1-7
mdadm: 4.1
Unfortunately I couldn't find anything concrete about this, can someone help with this problem?
we would like to subsequently set up a software raid 1 on our Proxmox system with mdadm.
Proxmox itself is currently installed on an NVMe with ext4, which is now to be mirrored on another NVMe.
However, the following error occurs.
"Floating point exception"
root@pr-001:~# mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/nvme0n1p1 /dev/nvme1n1p1
mdadm: Note: this array has metadata at the start and
may not be suitable as a boot device. If you plan to
store '/boot' on this device please ensure that
your boot-loader understands md/v1.x metadata, or use
--metadata=0.90
Continue creating array? y
mdadm: Defaulting to version 1.2 metadata
Floating point exception
I have already done a wipe on the second NVMe and taken over the partition table again.
Code:
sfdisk --dump /dev/nvme0n1 | sfdisk /dev/nvme1n1
Versions:
Proxmox: 7.1-7
mdadm: 4.1
Unfortunately I couldn't find anything concrete about this, can someone help with this problem?