For calculating the available storage given a certain number of disks, nodes, and RF:
((disk-size * #disks * #nodes)/RF) * 0.92
OR
((#disks * #nodes * disk size)*0.93(Metadata)*0.7(Storage Operating Threshold))/(RF(replication Factor)*0.63(Storage Optimization Gain))