I've set up a new instance of Proxmox VE 3.4 using a RAID 1 ZFS volume for the root partition. When I use "zpool status" to look at the status of rpool, it shows that the two member volumes are sda3 and sdb3.
I was under the impression that one shouldn't refer to volumes directly, since the letters can change with the addition or deletion of other drives, and that vdevs should be used. I've created vdevs for sda and sdb but can't figure out how to re-configure the pool to use them.
Ordinarily, one could run the following commands:
sudo zpool export rpool
sudo zpool import -d /dev/disk/by-vdev rpool
and the pool would refer to the volumes by their vdevs. Unfortunately, since this is the root partition, it can't be exported. Is there any other way to fix this?
I was under the impression that one shouldn't refer to volumes directly, since the letters can change with the addition or deletion of other drives, and that vdevs should be used. I've created vdevs for sda and sdb but can't figure out how to re-configure the pool to use them.
Ordinarily, one could run the following commands:
sudo zpool export rpool
sudo zpool import -d /dev/disk/by-vdev rpool
and the pool would refer to the volumes by their vdevs. Unfortunately, since this is the root partition, it can't be exported. Is there any other way to fix this?