mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Remote Storage Architecture (markdown)
parent
3398a477c5
commit
ff6e2961c3
|
@ -33,7 +33,7 @@ With this feature, SeaweedFS can cache data that is on cloud. It can cache metad
|
|||
[HDFS|Mount|HTTP|S3|WebDAV] ==> Filer(metadata cache) ==> Volume Servers (data cache) ==> `weed filer.remote.sync` ==> Cloud
|
||||
```
|
||||
|
||||
There are no format changes to the files on the cloud.
|
||||
There are no format changes to the files on the cloud. The mounted files will be just normal files on the cloud storage, and can be consumed by the cloud ecosystem.
|
||||
|
||||
## Mount Remote Storage
|
||||
|
||||
|
|
Loading…
Reference in a new issue