Situation: I've got a 3 node cluster, and want to use ceph for HA storage for VM's.
When making a ceph pool the default is 3/2 meaning you only have 33% of your total storage as capacity. So I'm thinking of making a 2/1 pool, having 50% of my capacity available. This would mean 1 node can fail, or any single osd can fail and the cluster would still keep running. Why is this a bad idea?
Specifically I've read some stuff about min size being the size at which no writes are allowed. Is this true? If so, why is 3/2 the default, after all wont the cluster stop running on a single node failure till data redundacy is backup to 3? Wouldn't 3/1 be better then?
When making a ceph pool the default is 3/2 meaning you only have 33% of your total storage as capacity. So I'm thinking of making a 2/1 pool, having 50% of my capacity available. This would mean 1 node can fail, or any single osd can fail and the cluster would still keep running. Why is this a bad idea?
Specifically I've read some stuff about min size being the size at which no writes are allowed. Is this true? If so, why is 3/2 the default, after all wont the cluster stop running on a single node failure till data redundacy is backup to 3? Wouldn't 3/1 be better then?