Hello, I have twice attempted to move a disk from sata ssd raw format to nvme qcow2 and get the following error. Proxmox 7.0.11
After this the disk no longer appears in the disks list for the node. I have tried
sgdisk --zap-all /dev/nvme0n1
and init gpt wipe umount etc same error every time.
Is this a hardware issue ?
Thanks
Paul
Code:
qemu-img: error while writing at byte 199715880960: Input/output error
qemu-img: Failed to flush the L2 table cache: Read-only file system
qemu-img: Failed to flush the refcount block cache: Read-only file system
unlink '/mnt/pve/nvme/images/301/vm-301-disk-0.qcow2' failed - Read-only file system
TASK ERROR: storage migration failed: copy failed: command '/usr/bin/qemu-img convert -p -n -f raw -O qcow2 /mnt/pve/dev-sdb/images/301/vm-301-disk-0.raw zeroinit:/mnt/pve/nvme/images/301/vm-301-disk-0.qcow2' failed: exit code 1
After this the disk no longer appears in the disks list for the node. I have tried
sgdisk --zap-all /dev/nvme0n1
and init gpt wipe umount etc same error every time.
Is this a hardware issue ?
Thanks
Paul