|
@ -25,7 +25,7 @@ func (c *MaxVolumeIdCommand) Apply(server raft.Server) (interface{}, error) { |
|
|
before := topo.GetMaxVolumeId() |
|
|
before := topo.GetMaxVolumeId() |
|
|
topo.UpAdjustMaxVolumeId(c.MaxVolumeId) |
|
|
topo.UpAdjustMaxVolumeId(c.MaxVolumeId) |
|
|
|
|
|
|
|
|
glog.V(0).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId()) |
|
|
|
|
|
|
|
|
glog.V(2).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId()) |
|
|
|
|
|
|
|
|
return nil, nil |
|
|
return nil, nil |
|
|
} |
|
|
} |