diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-08 12:06:03 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-08 12:06:03 -0700 |
| commit | 03e22ddb433d4117d6333d3d2a58eb24cc329a76 (patch) | |
| tree | 14c54ba87a2c0c3123dcd03d3f8aac3331fc5ffe | |
| parent | 31d2f77ceb8aa0acd4ebf7a85ca24c9375de0a17 (diff) | |
| download | seaweedfs-03e22ddb433d4117d6333d3d2a58eb24cc329a76.tar.xz seaweedfs-03e22ddb433d4117d6333d3d2a58eb24cc329a76.zip | |
rename
| -rw-r--r-- | weed/shell/command_volume_list_test.go | 2 | ||||
| -rw-r--r-- | weed/shell/volume.list.txt (renamed from weed/shell/sample.topo.txt) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_list_test.go b/weed/shell/command_volume_list_test.go index 79c980508..214c15d58 100644 --- a/weed/shell/command_volume_list_test.go +++ b/weed/shell/command_volume_list_test.go @@ -90,5 +90,5 @@ func parseOutput(output string) *master_pb.TopologyInfo { return topo } -//go:embed sample.topo.txt +//go:embed volume.list.txt var topoData string diff --git a/weed/shell/sample.topo.txt b/weed/shell/volume.list.txt index b3ceaa140..b3ceaa140 100644 --- a/weed/shell/sample.topo.txt +++ b/weed/shell/volume.list.txt |
