diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-15 00:40:46 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-15 00:40:46 -0700 |
| commit | b423bb9e2def089f57406ce8476c08f3de8436e9 (patch) | |
| tree | cfca3252fd667a57f39af5f16190db7576c1ad95 /weed/server/volume_server.go | |
| parent | 333709657cb9360d112ce681e2275abd22961087 (diff) | |
| download | seaweedfs-b423bb9e2def089f57406ce8476c08f3de8436e9.tar.xz seaweedfs-b423bb9e2def089f57406ce8476c08f3de8436e9.zip | |
migrate assign volume to grpc API on volume server
Diffstat (limited to 'weed/server/volume_server.go')
| -rw-r--r-- | weed/server/volume_server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/server/volume_server.go b/weed/server/volume_server.go index 64eeb0d79..59874d51c 100644 --- a/weed/server/volume_server.go +++ b/weed/server/volume_server.go @@ -47,7 +47,6 @@ func NewVolumeServer(adminMux, publicMux *http.ServeMux, ip string, handleStaticResources(adminMux) adminMux.HandleFunc("/ui/index.html", vs.uiStatusHandler) adminMux.HandleFunc("/status", vs.guard.WhiteList(vs.statusHandler)) - adminMux.HandleFunc("/admin/assign_volume", vs.guard.WhiteList(vs.assignVolumeHandler)) adminMux.HandleFunc("/admin/sync/status", vs.guard.WhiteList(vs.getVolumeSyncStatusHandler)) adminMux.HandleFunc("/admin/sync/index", vs.guard.WhiteList(vs.getVolumeIndexContentHandler)) adminMux.HandleFunc("/admin/sync/data", vs.guard.WhiteList(vs.getVolumeDataContentHandler)) |
