diff options
| author | Kaiwalya Joshi <kjoshi@d2iq.com> | 2022-06-01 15:47:10 -0700 |
|---|---|---|
| committer | Kaiwalya Joshi <kjoshi@d2iq.com> | 2022-06-01 15:47:10 -0700 |
| commit | 47d335cf8cbe9bdbb3929281271c34953cba5588 (patch) | |
| tree | 1c9e103a421ce26270106d7fa8eca2be895cd41c /weed/util/constants.go | |
| parent | e152dc8faeb329613c959de7964fd08f04344245 (diff) | |
| download | seaweedfs-47d335cf8cbe9bdbb3929281271c34953cba5588.tar.xz seaweedfs-47d335cf8cbe9bdbb3929281271c34953cba5588.zip | |
feat: Send commands to weed shell from the docker image.
Add the ability to send commands to weed shell from the docker image.
Allows an operator to perform maintenance commands like so:
```
docker run \
--rm \
-e SHELL_FILER=localhost:8888 \
-e SHELL_MASTER=localhost:9333 \
chrislusf/seaweedfs:local \
"shell" \
"fs.configure -locationPrefix=/buckets/foo -volumeGrowthCount=3 -replication=002 -apply"
```
Diffstat (limited to 'weed/util/constants.go')
0 files changed, 0 insertions, 0 deletions
