In the case of zfs yes, but not always. Eg you could have a concatenated
volume. Where you only start writing to the second disk when the 1st is
full.

i don't know how ZFS exactly allocates space, but i use gconcat with UFS and it isn't true.

UFS do "jump" between zones (called cyllinder group) when files are written to prevent unevenly filling them, so every zone always has some space to allocate.

The effect is that both drives gets quite evenly filled
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to