disk replacement

  1. E

    [SOLVED] swap ssd with datastore on it

    Hi, Proxmox Backup Server running from an NVME drive ext4 (/dev/nvme0n1) with an additional single SSD as Datastore/backup disk on ZFS (/dev/sdX). I want to replace the SSD in the Proxmox Backup Server. Old SSD is 4TB (overkill), new SSD is 1TB. I replaced the SSD to a new one and created a new...
  2. H

    [SOLVED] ZFS mirror disk replacement failed

    Hi there, In my ZFS pool, an SSD broke after a short time. Then I tested the disk formatted in my Windows PC and replaced it again with the same disk on my Proxmox Host. The operation failed :rolleyes:. If I enter the replace command again, the following message appears: zpool replace -f rpool...
  3. M

    Dump PVE drive to a smaller new disk

    Hi, what are the steps to perform to resize the main disk from 2TB to 1TB in order to be able to perform a Dump to a new 1TB device to replace the main disk of the PVE host? Do I simply need to execute pvresize --setphysicalvolumesize 800G /dev/nvme0n1p3 to resize the big partition with VMs and...