Hi
Long story short. I've just received a server and it has a zfs pool on it with dying disks (
When I export the data it appears the command `
Is there some trick i'm missing here?
Long story short. I've just received a server and it has a zfs pool on it with dying disks (
tank
). I've put in 2 new larger drives in a pool mirror configuration (tank2
). Now i'm trying to export the original/old pool (tank
) so i can import it back (rename) as (tankold
), and then rename the new drives in tank2
and bring that backup as `tank
`. That way all data is in the same spot.When I export the data it appears the command `
zpool export tank
` successfully runs. When i run `zpool import` it informs me that there are "no pools available to import". I've seen some info about the service zfs-import might be remounting the pool and stopping the export from actually happening. I am running VE 6.4-14 and zfs looks like it's at 0.8.5-pve1Is there some trick i'm missing here?