|
@ -1,6 +1,7 @@ |
|
|
package shell |
|
|
package shell |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
|
|
|
|
"github.com/chrislusf/seaweedfs/weed/storage/types" |
|
|
"github.com/golang/protobuf/proto" |
|
|
"github.com/golang/protobuf/proto" |
|
|
"github.com/stretchr/testify/assert" |
|
|
"github.com/stretchr/testify/assert" |
|
|
"strconv" |
|
|
"strconv" |
|
@ -69,7 +70,7 @@ func parseOutput(output string) *master_pb.TopologyInfo { |
|
|
Type: diskType, |
|
|
Type: diskType, |
|
|
MaxVolumeCount: uint64(maxVolumeCount), |
|
|
MaxVolumeCount: uint64(maxVolumeCount), |
|
|
} |
|
|
} |
|
|
dn.DiskInfos[diskType] = disk |
|
|
|
|
|
|
|
|
dn.DiskInfos[types.ToDiskType(diskType).String()] = disk |
|
|
} else { |
|
|
} else { |
|
|
disk = nil |
|
|
disk = nil |
|
|
} |
|
|
} |
|
|