palasangha / Treasures-Of-Dhamma

GNU General Public License v3.0
0 stars 0 forks source link

Stat /data/.minio.sys: transport endpoint is not connected #30

Closed paladhamma closed 2 years ago

paladhamma commented 2 years ago
  1. 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.

  2. 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'

mount options.

# user_allow_other