Hi Marlanne, I can import a pool that is created with files on a system running the Solaris 10 10/09 release. See the output below.
This could be a regression from a previous Solaris release, although I can't reproduce it, but creating a pool with files is not a recommended practice as described in the zpool.1m man page. You are correct also in that you cannot import a pool that is created with files on another system. I don't think this operation was ever intended to be used on a pool that is created with files. Thanks, Cindy # zpool create pool mirror /files/file.1 /files/file.2 # zpool export pool # zpool import -d /files pool: pool id: 15183682163901756622 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: pool ONLINE mirror-0 ONLINE /files/file.1 ONLINE /files/file.2 ONLINE # zpool import -d /files pool # zpool status pool pool: pool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM pool ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 /files/file.1 ONLINE 0 0 0 /files/file.2 ONLINE 0 0 0 errors: No known data errors On 03/28/10 14:39, Marlanne DeLaSource wrote:
I would not like to be classified as a spammer. But can anyone help me about this ? If mkfile-created pools cannot be re-imported, it may be a concern to some customers. Thanks for a reply.
_______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss