Solaris wrote: > Is it possible to force ZFS to "nicely" re-organize data inside a zpool > after a new root level vdev has been introduced?
Currently, ZFS will not reorganize the existing data for such cases. You can force this to occur by copying the data and removing the old, but that seems like a lot of extra work for most cases. > e.g. Take a pool with 1 vdev consisting of a 2 disk mirror. Populate > some arbitrary files using about 50% of the capacity. Then add another > 2 mirrored disks to the pool. > > It seems like (judging from zpool iostat) that going forward new data > will be striped as expected, but existing data is not striped. This > presents a question of what happens with the original mirror set runs > out of space? Does the striping stop automagically? How does this > impact resilvering and recovering from failures? Yes. AFAIK, nobody has characterized resilvering, though this is about the 4th time this week someone has brought the topic up. Has anyone done work here that we don't know about? If so, please speak up :-) -- richard _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss