ovh / svfs

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

Read only ? #124

Closed Tibo16 closed 7 years ago

Tibo16 commented 7 years ago

hi,

I've mounted an OVH pCA without issue. I can read all files in container. But, when i try "touch test" > "touch: setting times of ‘test’: Operation not supported" BUT test file is fine created... So, i try to edit : nano test > Read only... BUT echo test>test work fine, when i open test file, content = test.

Any help ? Thanks ! Thibaut

xlucas commented 7 years ago

Hello,

Sounds pretty normal.

I guess in the first place you are not using the attr mount option so setting times on files won't work. As you know objects in PCA are locked for retrieval during a period of time after being uploaded. So they can't be read right away. However replacing a file doesn't imply reading its content so this will work.

xlucas commented 7 years ago

Feel free to reopen if you have any question.