Greetings - i swapped out my boot pool disks to larger disks, and replaced them by using /dev/sdx instead of using by-id. How do I replace them with by id?
I tried zpool import storage -d /dev/disk/by-id but I get:
root@pve:~# zpool import -d /dev/disk/by-id rpool
cannot import 'rpool': a pool with that name already exists
use the form 'zpool import <pool | id> <newpool>' to give it a new name
Thanks!
I tried zpool import storage -d /dev/disk/by-id but I get:
root@pve:~# zpool import -d /dev/disk/by-id rpool
cannot import 'rpool': a pool with that name already exists
use the form 'zpool import <pool | id> <newpool>' to give it a new name
Thanks!