I have a Proxmox VE server that has been running online for many years.
Currently, the system is installed on a 512GB NVMe, and I use four 256GB SATA SSDs configured as a RAIDZ array.
Now, because I’m running out of space, I want to upgrade by buying four new 2TB SSDs.
However, I also want to keep the data currently stored in my zpool.
What’s the best way for me to do this?
My own idea is:
Is it really that simple?
Currently, the system is installed on a 512GB NVMe, and I use four 256GB SATA SSDs configured as a RAIDZ array.
Now, because I’m running out of space, I want to upgrade by buying four new 2TB SSDs.
However, I also want to keep the data currently stored in my zpool.
What’s the best way for me to do this?
My own idea is:
- zpool export pool_name
- Replace the four old SSDs
- zpool import pool_name
Is it really that simple?