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
/
shell
/
command_volume_fix_replication.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-27
feat(volume.fix): show all replica locations for misplaced volumes (#7560)
steve.wei
1
-1
/
+6
2025-11-10
Rework parameters passing for functions within `volume.check.disk`. (#7448)
Lisandro Pin
1
-7
/
+16
2025-11-09
Unify the parameter to disable dry-run on weed shell commands to `-apply` (in...
Lisandro Pin
1
-3
/
+6
2025-10-21
[weed] update volume.fix.replication description (#7340)
nightcoffee
1
-2
/
+2
2025-09-18
Human-readable processed bytes in volume.fix.replication (#7253)
Roman Shishkin
1
-1
/
+2
2025-07-30
Paralleize operations for `weed shell`'s `volume.fix.replication`. (#6789)
Lisandro Pin
1
-23
/
+35
2025-01-08
[weed] change -n to -force (#6421)
dsd
1
-15
/
+15
2024-12-20
skip error while executing volume.fix.replication (#6382)
dsd
1
-5
/
+11
2024-12-19
"golang.org/x/exp/slices" => "slices" and go fmt
chrislu
1
-4
/
+2
2024-11-25
use readable bytes size string in shell output (#6288)
Trim21
1
-1
/
+3
2024-11-21
[shell] don't require lock when there are no changes for volume.fix.replicati...
Konstantin Lebedev
1
-3
/
+4
2024-11-19
minor
chrislu
1
-1
/
+1
2024-11-19
Unify usage of shell.EcNode.dc as DataCenterId. (#6258)
Lisandro Pin
1
-2
/
+2
2024-09-29
adjust resource heavy for volume.fix.replication
chrislu
1
-1
/
+1
2024-09-29
skip resource heavy commands from running on master nodes
chrislu
1
-2
/
+2
2024-09-29
refactor
chrislu
1
-1
/
+1
2024-09-28
add IsResourceHeavy() to command interface
chrislu
1
-0
/
+4
2024-09-26
Fix/copy before delete replication (#6064)
Max Denushev
1
-1
/
+22
2024-04-23
fix "volume.fix.replication" move many replications only to one volumeServer ...
skycope
1
-6
/
+15
2024-04-08
fix(volume.fix.replication): adjust volume count, not free volume count (#5479)
steve.wei
1
-4
/
+4
2023-11-07
fix isMisplaced() in command_volume_fix_replication.go (#4988)
zehweh
1
-3
/
+3
2023-10-02
fix: logger place msg (#4880)
Konstantin Lebedev
1
-1
/
+1
2023-09-27
fix: avoid deleting one replica without sync (#4875)
Konstantin Lebedev
1
-7
/
+41
2023-09-26
fix: avoid deleting more than one replica (#4873)
Konstantin Lebedev
1
-5
/
+6
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-7
/
+7
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
1
-7
/
+7
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
1
-7
/
+7
2023-08-08
added an error message
chrislu
1
-0
/
+2
2023-06-12
Delete volume is empty (#4561)
Konstantin Lebedev
1
-1
/
+2
2023-02-22
volume.fix.replication: adjust the retry checking times
chrislu
1
-1
/
+1
2022-09-14
go fmt
chrislu
1
-29
/
+35
2022-09-10
Add option in volume.fix.replication to only fix under-replication and not de...
Brian
1
-2
/
+4
2022-08-22
shell: stop long running jobs if lock is lost
chrislu
1
-0
/
+4
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-7
/
+7
2022-06-03
volume.fix.replication fix retry logic
chrislu
1
-1
/
+1
2022-05-16
fix collectionIsMismatch charset
Konstantin Lebedev
1
-3
/
+3
2022-05-16
fix skip loop
Konstantin Lebedev
1
-1
/
+5
2022-05-16
avoid delete volume replica if collection mismatch
Konstantin Lebedev
1
-0
/
+7
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
1
-6
/
+4
2022-02-08
volume.balance: add delay during tight loop
chrislu
1
-1
/
+1
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-1
/
+1
2021-12-10
add lock messages
chrislu
1
-1
/
+1
2021-12-05
volume.fix.replication: fix misplaced volumes
chrislu
1
-4
/
+56
2021-10-24
volume copy: stream out copying progress and avoid grpc request timeout
Chris Lu
1
-1
/
+15
2021-10-01
refactor
Chris Lu
1
-5
/
+5
2021-10-01
check that the topology has been updated
Konstantin Lebedev
1
-3
/
+42
2021-10-01
rename opt volumesPerStep
Konstantin Lebedev
1
-5
/
+5
2021-09-30
https://github.com/chrislusf/seaweedfs/issues/1846
Konstantin Lebedev
1
-33
/
+47
2021-09-13
shell: do not need to lock to see volume -h
Chris Lu
1
-4
/
+4
2021-09-12
change server address from string to a type
Chris Lu
1
-3
/
+4
[next]