index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
server
/
volume_grpc_copy.go
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
fix: prevent empty .vif files from ec.decode causing parse errors (#7686)
Chris Lu
1
-0
/
+9
2025-12-05
Separate vacuum speed from replication speed (#7632)
msementsov
1
-2
/
+2
2025-12-04
fix: properly handle errors in writeToFile to prevent 0-byte EC shards (#7620)
Chris Lu
1
-3
/
+5
2025-07-30
Admin: misc improvements on admin server and workers. EC now works. (#7055)
Chris Lu
1
-0
/
+117
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-2
/
+2
2025-06-16
add version to volume proto
chrislu
1
-0
/
+1
2024-09-03
copy ec shards to disks already having ec volumes
chrislu
1
-1
/
+3
2024-06-14
Added context for the MasterClient's methods to avoid endless loops (#5628)
vadimartynov
1
-3
/
+3
2024-03-09
remove repetitive words (#5364)
rustrover
1
-1
/
+1
2023-10-24
fix copying .vif file in VolumeCopy (#4943)
zehweh
1
-1
/
+1
2023-06-12
Delete volume is empty (#4561)
Konstantin Lebedev
1
-1
/
+1
2022-10-16
shell: volume.move handles volume moved to cloud tier
chrislu
1
-18
/
+28
2022-08-23
remove old raft servers if they don't answer to pings for too long (#3398)
askeipx
1
-3
/
+4
2022-08-21
feat(weed.move): add a speed limit parameter of moving files (#3478)
qzh
1
-6
/
+18
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-11
/
+11
2022-06-20
Determine whether to preallocate according to the master configuration before...
石昌林
1
-0
/
+24
2022-04-26
volume: sync to disk before copying volume files
chrislu
1
-0
/
+1
2022-02-04
change to util.WriteFile
chrislu
1
-1
/
+1
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-2
/
+2
2021-11-15
prevent nil response
Chris Lu
1
-1
/
+1
2021-11-02
go fmt
Chris Lu
1
-1
/
+1
2021-10-24
volume copy: stream out copying progress and avoid grpc request timeout
Chris Lu
1
-14
/
+41
2021-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
1
-4
/
+3
2021-09-12
change server address from string to a type
Chris Lu
1
-1
/
+2
2021-09-01
go fmt
Chris Lu
1
-4
/
+4
2021-09-01
volume: copy file also copies modification time
Chris Lu
1
-14
/
+35
2021-08-13
volume copying: clean up stale volume data files
Chris Lu
1
-3
/
+12
2021-05-07
minor
Chris Lu
1
-1
/
+1
2021-02-22
volume.tier.move: passing non-empty disk type
Chris Lu
1
-1
/
+1
2021-02-16
use hdd instead of empty string
Chris Lu
1
-1
/
+1
2021-02-16
this can compile now!!!
Chris Lu
1
-1
/
+2
2021-02-09
volume: add capability to change disk type when moving a volume
Chris Lu
1
-1
/
+5
2020-12-13
allocate volume by disk type
Chris Lu
1
-5
/
+6
2020-11-27
volume: add "-dir.idx" option for separate index storage
Chris Lu
1
-13
/
+18
2020-10-31
go fmt
Chris Lu
1
-1
/
+1
2020-10-27
volume: add a note file to avoid incomplete volume files
Chris Lu
1
-0
/
+5
2020-10-27
copy large file first
Chris Lu
1
-3
/
+2
2020-09-01
volume: Don't unmount before deleting volume in copy
James Hartig
1
-7
/
+2
2020-05-17
add error to avoid copying not found volume
Chris Lu
1
-4
/
+7
2020-04-05
refactoring
Chris Lu
1
-1
/
+1
2020-04-05
add util.PathJoin
Chris Lu
1
-2
/
+1
2020-04-02
volume copying adds cleaning up on error
Chris Lu
1
-4
/
+22
2020-02-25
remove ctx if possible
Chris Lu
1
-6
/
+5
2020-02-25
avoid reusing context object
Chris Lu
1
-2
/
+2
2020-01-26
use the same context object in order to retry
Chris Lu
1
-1
/
+1
2020-01-04
volume: copy volumes also include .vif file
Chris Lu
1
-7
/
+8
2019-12-28
fix edge cases
Chris Lu
1
-0
/
+3
2019-12-23
shell: add ec.decode command
Chris Lu
1
-9
/
+13
2019-10-06
scaffold for volume server query feature
Chris Lu
1
-4
/
+0
2019-06-20
go fmt
Chris Lu
1
-2
/
+2
[next]