Chris Lu
|
fe60c6ef9a
|
minor changes
|
3 years ago |
byunghwa.yun
|
bdc7730fdb
|
Add autocomplete
|
3 years ago |
Chris Lu
|
3bb640b786
|
add -force option following #2228
|
3 years ago |
Chris Lu
|
58bc3ecf47
|
add default quietFor value
|
3 years ago |
Chris Lu
|
2ca1839d77
|
shell: add `volume.deleteEmpty` command
|
3 years ago |
Chris Lu
|
1c7e404abe
|
remove buckets folder option
the related code still works for old deployments
|
3 years ago |
Chris Lu
|
6ba65c3382
|
customizable debug port
|
3 years ago |
Chris Lu
|
1ff8285d82
|
debug from any server
|
3 years ago |
Chris Lu
|
0d6f45cb46
|
add debug option to generate full goroutine stack dump
|
3 years ago |
Chris Lu
|
ac28611817
|
snowflake sequencer need an unique id
fix https://github.com/chrislusf/seaweedfs/issues/2213
|
3 years ago |
Chris Lu
|
5c14da0f1e
|
filer.copy: fail early if assign request failed
fix https://github.com/chrislusf/seaweedfs/issues/2216
|
3 years ago |
Chris Lu
|
4cc2165061
|
weed -h subcommand list is not sorted, makes discovery difficult
fix https://github.com/chrislusf/seaweedfs/issues/2214
|
3 years ago |
Chris Lu
|
10fc478557
|
scaffold -config= should output to stdout
fix https://github.com/chrislusf/seaweedfs/issues/2212
|
3 years ago |
byunghwa.yun
|
e0c7708b03
|
Fix error handling
|
3 years ago |
Chris Lu
|
49c66e88a0
|
volume: change all writes to fsync during graceful stopping
fix https://github.com/chrislusf/seaweedfs/issues/2193
|
3 years ago |
bingoohuang
|
5dbbe19c8b
|
extract embed toml example to separate files
|
4 years ago |
Chris Lu
|
5bcc77b46c
|
volume: default readMode to proxy
|
4 years ago |
nivekuil
|
8425705643
|
Cassandra: Use TokenAwareHostPolicy by default with fallback
See https://pkg.go.dev/github.com/gocql/gocql#hdr-Data_center_awareness_and_query_routing
|
4 years ago |
Chris Lu
|
d8bda0b229
|
locate the weed binary
|
4 years ago |
danielflira
|
586e066897
|
fix weed fuse parameters parsing
|
4 years ago |
Chris Lu
|
b624090398
|
go fmt
|
4 years ago |
danielflira
|
a66112c9d2
|
configurable fusermount path
|
4 years ago |
Kevin Liu
|
253b4ed898
|
remote -> proxy in server to match volume flags
noticed this was missed in https://github.com/chrislusf/seaweedfs/pull/2168
|
4 years ago |
zhangsong
|
20d33ae025
|
add proxy mode to read non-local volumes
|
4 years ago |
zhangsong
|
7566782c2e
|
add proxy mode to read non-local volumes
|
4 years ago |
thephoenixofthevoid
|
8d70ba2eaa
|
Fix: Loosing environment variables at StartProcess
|
4 years ago |
Chris Lu
|
c2e0a75c1f
|
adjust logs
|
4 years ago |
danielflira
|
f1d207a0fe
|
start weed with mount in background
|
4 years ago |
Chris Lu
|
1e76fc994a
|
filer.copy: zero fileSize for directories
|
4 years ago |
Daniel Nagy
|
0e3adde47f
|
Return correct exitcode when `wheed upload` fails
|
4 years ago |
Chris Lu
|
e00443a940
|
mount: adjust starting order
avoid possible nil wfs.Server
|
4 years ago |
Patrick Schmidt
|
77100754e6
|
Return artificial . and .. directories
|
4 years ago |
Chris Lu
|
2d7b4e5bb6
|
filer.backup: escape colon from path on windows
fix https://github.com/chrislusf/seaweedfs/issues/2084
|
4 years ago |
danielflira
|
849f36c1ac
|
fix parameter multiple values
|
4 years ago |
Eugeniy Kozlov
|
6e8bd16819
|
freespace params fix
|
4 years ago |
Chris Lu
|
4d55132c7d
|
scaffold add comments
|
4 years ago |
danielflira
|
84488ebb33
|
replace filer.remote and parts[1]
|
4 years ago |
danielflira
|
877c192af2
|
create fuse subcommand to use weed with mount
|
4 years ago |
Chris Lu
|
dce1f02c9e
|
filer.backup: backup to local directory optionally is incremental
fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084
|
4 years ago |
Chris Lu
|
064269bb57
|
filer: Support sqlite as filer meta store
|
4 years ago |
Konstantin Lebedev
|
26a4f34a57
|
del checks
url err logging
stats chunk fetch
|
4 years ago |
Chris Lu
|
5d77840cff
|
adjust help message
|
4 years ago |
Chris Lu
|
dc1309f084
|
FUSE mount: support multiple filers
fix https://github.com/chrislusf/seaweedfs/issues/2015
fix https://github.com/chrislusf/seaweedfs/issues/1531
|
4 years ago |
Konstantin Lebedev
|
03d1199d5f
|
Revert "revert PR #1903 avoid http error: superfluous response.WriteHeader"
This reverts commit ac71117e
|
4 years ago |
Chris Lu
|
b430d1b6ee
|
filer.copy: "check.size" before copying files
fix https://github.com/chrislusf/seaweedfs/issues/2067
|
4 years ago |
Chris Lu
|
8f8738867f
|
add retry to assign volume
fix https://github.com/chrislusf/seaweedfs/issues/2056
|
4 years ago |
Chris Lu
|
007401f3a0
|
remove duplicated code
|
4 years ago |
Chris Lu
|
55a8f57381
|
go fmt
|
4 years ago |
Chris Lu
|
ac71117ee6
|
revert PR #1903 avoid http error: superfluous response.WriteHeader
|
4 years ago |
bingoohuang
|
cf552417a7
|
minFreeSpace refactored
|
4 years ago |