Displaying 2 results from an estimated 2 matches for "storagegateway".
2019 Apr 10
2
Am I nuts to attempt a VFS local cache module?
...sn't the right place to ask this question.
I'm thinking of writing a module that intercepts Samba requests to keep
only a subset of a file store on a local server with the rest being
stored on a cloud. It would be an open source module similar to these
products:
https://aws.amazon.com/storagegateway/
https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide?tabs=azure-portal
I'm thinking that I would have to do the following.
1. Keep my own directory lists, probably in Mongodb
2. Intercept File Open,Dir,and Stat requests from Samba
3. When a request to ope...
2019 Apr 10
0
Am I nuts to attempt a VFS local cache module?
...ask this question.
>
> I'm thinking of writing a module that intercepts Samba requests to keep only
> a subset of a file store on a local server with the rest being stored on a
> cloud. It would be an open source module similar to these products:
>
> https://aws.amazon.com/storagegateway/
>
> https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide?tabs=azure-portal
>
> I'm thinking that I would have to do the following.
>
> 1. Keep my own directory lists, probably in Mongodb
> 2. Intercept File Open,Dir,and Stat requests...