This commit is contained in:
Chris Lu
2018-10-23 23:59:49 -07:00
parent c58b73ad9b
commit 6a756136ef
4 changed files with 4 additions and 3 deletions

View File

@@ -4,9 +4,9 @@ import (
"net/http"
"path/filepath"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
"github.com/chrislusf/seaweedfs/weed/stats"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
)
func (vs *VolumeServer) statusHandler(w http.ResponseWriter, r *http.Request) {