diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-12 18:10:59 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-12 18:10:59 -0700 |
| commit | 5571f4f70a2e304343e76638caacc3bd0338a8d1 (patch) | |
| tree | dca89320167ca82dae6f9ede85eed00a78a08f06 /weed/command/command.go | |
| parent | 5469019852cf1399b64683cbcc54f4c077377afb (diff) | |
| download | seaweedfs-5571f4f70a2e304343e76638caacc3bd0338a8d1.tar.xz seaweedfs-5571f4f70a2e304343e76638caacc3bd0338a8d1.zip | |
master: add master.follower to handle read file id lookup requests
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index 02de2bd35..a3fdcfc6f 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -28,6 +28,7 @@ var Commands = []*Command{ cmdFuse, cmdGateway, cmdMaster, + cmdMasterFollower, cmdMount, cmdS3, cmdIam, |
