如何在Linux上使用ZFS保险丝时重命名设备

我刚刚开始在Linux上使用ZFS,并已遇到问题。

我将旧数据驱动器连接到我的服务器,将我的数据复制到新的ZFS卷。 但是,当我删除这个驱动器,并重新启动Linux,我发现我的设备已经重新编号,ZFS不能再挂载其池。

zpool状态

pool: media state: UNAVAIL status: One or more devices could not be opened. There are insufficient replicas for the pool to continue functioning. action: Attach the missing device and online it using 'zpool online'. see: http://www.sun.com/msg/ZFS-8000-3C scrub: none requested config: NAME STATE READ WRITE CKSUM media UNAVAIL 0 0 0 insufficient replicas raidz1-0 UNAVAIL 0 0 0 insufficient replicas sdc FAULTED 0 0 0 corrupted data sdd FAULTED 0 0 0 corrupted data sde UNAVAIL 0 0 0 cannot open 

设备现在是sdb,sdc,sdd。 我能做些什么来重命名设备? 我使用Ubuntu 11.04。

事实certificate,只是做一个“zpool导出”和“zpool导入”固定的问题。