ovh / svfs

The Swift Virtual File System
Other
374 stars 54 forks source link

not synchronize in any way #162

Open Configuracionpordefecto opened 6 years ago

Configuracionpordefecto commented 6 years ago

sudo mount -t svfs -o username = $ OS_USERNAME, password = $ OS_PASSWORD, tenant = $ OS_TENANT_NAME, region = $ OS_REGION_NAME, container = publico pcs /home/user/mount

where by means of OVH Manager I have created a publico name container that the type is public. The mount is correct because I do not get an error.

But, my problem is that if in the folder / home / user / mount I create another folder and create a file.txt this file does not synchronize it in the container.

In the same way if from OVH Manager I import a file manually to the container of publico name for example a photo .jpg, this file I do not see it either in the folder /home/user/mount. That is, nothing is synchronized on one side or the other side of creation.

Because it does not work? Because what I believe from the mounted unit does not rise to the PC and vice versa? That is, the synchronization of objects does not work in any way. Why?