aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_cluster_check.go
AgeCommit message (Expand)AuthorFilesLines
2024-12-10[shell] use constant for hdd of type (#6337)Konstantin Lebedev1-1/+2
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-1/+1
2024-01-29weed/shell: Cluster check other disk types (#5245)BenoƮt Knecht1-9/+20
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-3/+3
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-3/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-05-31fix error reporting for "Need to a hdd disk type"chrislu1-1/+1
2022-05-01filer: add filer groupchrislu1-0/+1
2022-04-16shell: cluster.check prints out clock delta and network latencychrislu1-30/+42
2022-04-12fix nil in cluster_check shell commandchrislu1-1/+4
2022-04-04check missing hdd disk typechrislu1-0/+13
2022-04-01skip pinging self for master and volume serverchrislu1-4/+7
2022-04-01add check between peerschrislu1-0/+60
2022-04-01check cluster connectivitieschrislu1-0/+157