It looks like it’s important to get your vdev and pool sizes correct up front. It looks hard to muck about with those after the fact.
Is that a fair assumption?
It looks like it’s important to get your vdev and pool sizes correct up front. It looks hard to muck about with those after the fact.
Is that a fair assumption?
IMO only partly true.
It is definitely easier / better to have a pool layout and stick with it, but there is a reasonable amount of flexibility if you need it i.e. you can add and remove mirrors or vDevs from an all-mirror pool, and you can add a drive to a RAIDZ vDev to expand the space. But there are some minor consequences and / or follow-up actions that you might need to do.
Could you please elaborate on this, thank you.
I am not a true expert here but a few examples that I understand to be the case (but I may be wrong):
zfs rewrite to rebalance the pool.zfs rewrite to make the data:parity match the new layout (and recover some space).