mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer (markdown)
parent
888cfb8eaf
commit
32027273b6
11
Filer.md
11
Filer.md
|
@ -108,17 +108,6 @@ curl "http://localhost:8888/path/to/sources/?pretty=y"
|
||||||
curl "http://localhost:8888/path/to/sources/?lastFileName=abc.txt&limit=50&pretty=y"
|
curl "http://localhost:8888/path/to/sources/?lastFileName=abc.txt&limit=50&pretty=y"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Mount the filer
|
|
||||||
|
|
||||||
On Mac, you would need to install [FUSE for macOS](https://osxfuse.github.io/)
|
|
||||||
|
|
||||||
```
|
|
||||||
weed mount -dir some_directory
|
|
||||||
```
|
|
||||||
After mounting, the directory will act just as a local directory.
|
|
||||||
|
|
||||||
The "weed mount" is well optimized. Only the file metadata is stored on filer server. The actual file contents are all read from and write to directly the volume servers.
|
|
||||||
|
|
||||||
## Upgrading from previous Filer storage
|
## Upgrading from previous Filer storage
|
||||||
Upgrading is complicated since the storage format is very different.
|
Upgrading is complicated since the storage format is very different.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue