hello I had two nvme disks (512gb) with a zfs pool (raid1)
I copy all them to a new 2tb disks successfully
now I have to expand volume to max available space. and this is the problem.
how to do it without losing data?
I copy all them to a new 2tb disks successfully
now I have to expand volume to max available space. and this is the problem.
Code:
root@pve:~# zpool status
pool: rpool
state: ONLINE
scan: resilvered 158G in 00:02:18 with 0 errors on Tue Dec 10 01:28:07 2024
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
nvme-Samsung_SSD_990_PRO_2TB_S6Z2NJ0W534778X-part3 ONLINE 0 0 0
nvme-Samsung_SSD_990_PRO_2TB_S6Z2NJ0W704530H-part3 ONLINE 0 0 0
errors: No known data errors
how to do it without losing data?