Hi
We have two node cluster with single ssd namespace. Documentation describes upgrade process by adding new ssd disks, but it does not mention nothing about disk sizes. Is it possible to upgrade namespace by adding disks in mixed sizes? For example is it possible to create namespace with storage defined like this?:
Again, for each disk on each node will be limited to the lowest capacity disk on that node.
Data is distributed across all node assuming that the cluster storage resources are homogeneous. So if you are using replication Node 2 will be limited by Node 1 when replica writes begin to fail due to lack of resources.
Similarly, if your data is evictable and your disk hwm breaches, Node 1 will evict master records locally and replica copies from Nodes 2 and 3. In addition to Node 2 having more writable replicas due to its larger capacity, this eviction will cause Node 2 to accept even more writable copies since the eviction of writable copies from the other nodes allows for its replica writes to succeed. This feedback loop will cause node 2 to handle a very disproportionate percentage of all write traffic (and possibly reads depending on client configuration).