I'm trying to deploy Minio in a multi-node and multi-disk mode for a highly available S3 storage. However, the cluster is not working and I suspect there is a logic issue. I'm using an old version of Minio, which is the last version that can use a folder directory as a bucket. Each node is using a local file directory (/opt/data) for storage, with a total of 4 nodes and IP addresses 192.168.110.25-28. The environment configuration on each node is identical. I've started Minio using systemd, but after that, all nodes report errors in the journalctl log. The log is quite long, so I've posted it on pastebin. I'm seeking enlightenment from the gods.