When i try to use rc list the bucket from a multiple nodes multiple disks, shows error Failed to list buckets: Network error: dispatch failure.
environment
Multiple nodes multiple disks, 32 nodes, each node has one disk(50GB,xfs), the value of RUSTFS_VOLUMES is http://rustfs-node{1...32}:9000/data/rustfs/mnmd.
rc operation
rc alias set rustfs http://rustfs-node{1...32}:9000 xxx xxx
rc ls rustfs
✗ Failed to list buckets: Network error: dispatch failure
other info
If i set the different RUSTFS_VOLUMES value, rc works fine
rc alias set rustfs-new http://20.89.57.212:9000 xiaomageuser xiaomagepass
rc ls rustfs-new
rc mb rustfs-new/test
✓ Bucket 'rustfs-new/test' created successfully.
Where 20.89.57.212 is the LB IP for all 32 nodes.
When i try to use
rclist the bucket from a multiple nodes multiple disks, shows errorFailed to list buckets: Network error: dispatch failure.environment
Multiple nodes multiple disks, 32 nodes, each node has one disk(50GB,xfs), the value of
RUSTFS_VOLUMESishttp://rustfs-node{1...32}:9000/data/rustfs/mnmd.rc operation
other info
If i set the different
RUSTFS_VOLUMESvalue, rc works fineWhere
20.89.57.212is the LB IP for all 32 nodes.