> > I just tried a quick test on Sol10u2: > for x in 0 1 2 3 4 5 6 7 8 9; do for y in 0 1 2 > 3 4 5 6 7 8 9; do > zfs create testpool/$x$y; zfs set quota=1024k > testpool/$x$y > done; done > ologies for the formatting - is there any way to > preformat text on this forum?]
Remove the quota from the loop, and before the loop do a zfs set quota=1024k testpool. This should be a more efficent.... Doug This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss