I have config a seaweedfs cluster with 1 master, 1 volumn (SSD disk), 1 filer and 1 s3 server (1cluster - 4 server). But now my volumn server is nearly full of disk, so I have add a 2nd volumn server(HHD disk) and mounted it to master by following command: weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081
.
But in old volumn , I have config a bucket and our clients are using S3 API to access this bucket. So I have to mount 2nd volumn to use same bucket as old volumn. But I can't find any instructions about it.
Please help
weed shell
.