When same bucket (same folder) is used in two servers then due to clash links are broken hence transpoint disconnected. So keep different buckets for different server and not in same mounted drive location as well.
Eg: Current scenario for 120 server we have tod_120 bucket in DB drive and for 121 server we have tod in virtually merged folder of drives.
Copy the code-block and paste it in the terminal.
cd ; cd live/archipelago-deployment;
docker-compose down; sudo fusermount -uz /mnt/172 ; sudo umount -l /mnt/Network_Drives/*; sudo mount -a; docker-compose up -d; clear
docker-compose down; sudo umount /mnt/172 ; sudo umount -l /mnt/Network_Drives/*; sudo mount -a; docker-compose up -d; clear
Then open minio console and check the access setting and validate and refresh cache in main domain.
Alternative:
3. In order to use allow_other above, you need to uncomment the last line in **/etc/fuse.conf**:
Set the maximum number of FUSE mounts allowed to non-root users.
The default is 1000.
#
mount_max = 1000
Allow non-root users to specify the 'allow_other' or 'allow_root'
When same bucket (same folder) is used in two servers then due to clash links are broken hence transpoint disconnected. So keep different buckets for different server and not in same mounted drive location as well. Eg: Current scenario for 120 server we have tod_120 bucket in DB drive and for 121 server we have tod in virtually merged folder of drives.
Copy the code-block and paste it in the terminal.
docker-compose down; sudo umount /mnt/172 ; sudo umount -l /mnt/Network_Drives/*; sudo mount -a; docker-compose up -d; clear
Set the maximum number of FUSE mounts allowed to non-root users.
The default is 1000.
#
mount_max = 1000
Allow non-root users to specify the 'allow_other' or 'allow_root'
mount options.
# user_allow_other