mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Volume Server API (markdown)
parent
e680355435
commit
1463f771ed
|
@ -33,7 +33,7 @@ The size returned is the size stored on SeaweedFS, sometimes the file is automat
|
||||||
|
|
||||||
| URL Parameter | Description | Default |
|
| URL Parameter | Description | Default |
|
||||||
| ---- | -- | -- |
|
| ---- | -- | -- |
|
||||||
| fsync | if "true", the writes will incur an fsync operation | false |
|
| fsync | if "true", the write will incur an fsync operation | false |
|
||||||
| type | if "replicate", this is a replicated request, so the writes will not be replicated to other volume servers | empty |
|
| type | if "replicate", this is a replicated request, so the writes will not be replicated to other volume servers | empty |
|
||||||
| ts | modification timestamp in epoch seconds | empty |
|
| ts | modification timestamp in epoch seconds | empty |
|
||||||
| cm | content is a chunk manifest file | empty |
|
| cm | content is a chunk manifest file | empty |
|
||||||
|
|
Loading…
Reference in a new issue