diff options
| author | Chris Lu <chris.lu@gmail.com> | 2017-11-28 17:08:59 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2017-11-28 17:08:59 -0800 |
| commit | 9026b3e86eb6442456345a16b7b7c3f592e47823 (patch) | |
| tree | 74bd6033bf137cb879ab01a1bf2467c79d0e4e2d /weed/topology/cluster_commands.go | |
| parent | 97f757c669ff52d6149138ee5c21f1b6c17bd59a (diff) | |
| download | seaweedfs-9026b3e86eb6442456345a16b7b7c3f592e47823.tar.xz seaweedfs-9026b3e86eb6442456345a16b7b7c3f592e47823.zip | |
always remember the max volume id
Diffstat (limited to 'weed/topology/cluster_commands.go')
| -rw-r--r-- | weed/topology/cluster_commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/cluster_commands.go b/weed/topology/cluster_commands.go index 53f45ec4d..bb44669b2 100644 --- a/weed/topology/cluster_commands.go +++ b/weed/topology/cluster_commands.go @@ -25,7 +25,7 @@ func (c *MaxVolumeIdCommand) Apply(server raft.Server) (interface{}, error) { before := topo.GetMaxVolumeId() topo.UpAdjustMaxVolumeId(c.MaxVolumeId) - glog.V(4).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId()) + glog.V(0).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId()) return nil, nil } |
