mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Volume Management (markdown)
parent
4d95794e9d
commit
c71f796a9e
|
@ -20,7 +20,7 @@ sleep_minutes = 17 # sleep minutes between each script execution
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If the `master.toml` has the above configuration, the scripts will run every 17 minutes. It has the same effect as running from `weed shell` directly. However, be sure to avoid running both at the same time. Currently there are no global locking to ensure one cluster level volume management is running.
|
If the `master.toml` has the above configuration, the scripts will run every 17 minutes. It has the same effect as running from `weed shell` directly.
|
||||||
|
|
||||||
## Fix missing volumes
|
## Fix missing volumes
|
||||||
When running large clusters, it is common that some volume servers are down. If a volume is replicated and one replica is missing, the volume will be marked as readonly.
|
When running large clusters, it is common that some volume servers are down. If a volume is replicated and one replica is missing, the volume will be marked as readonly.
|
||||||
|
|
Loading…
Reference in a new issue