ovh / svfs

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

SVFS open flags #147

Open vx3r opened 7 years ago

vx3r commented 7 years ago

Hello all, i am happy with svfs and HubiC, its stable and works fine. Thank you fors this. Its also support streaming video (emby), i tested many provider and streaming is hard to implement, svfs support it with poor 1.5MB/s speed, good job !

I have some problems to use other software with svfs mount, i think is file open flags issues.

You can solve all this issues with adding support to more open flags like O_RDWR and O_APPEND.

I dont know if its simple with Openstack Swift but its can be very helpful.

thank you in advance