Suppose I have a small cluster, and it isn’t at all uniform, so there are drives of different sizes. I have a data processing task, and it uses more than any one single drive can hold on it’s own. Across the many drives, there is plenty of space however. I would like IPFS to automatically perform some form of balancing and distribution of pinned data. Also, I would like to configure that it implicitly duplicate anything that is pinned by a parameter I give, and ensure that duplication spreads across several drives.
How can I configure IPFS to auto-rebalance and duplicate my data when I pin it?