mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Add initial version of heal, remove rebalance
This commit is contained in:
@@ -68,3 +68,8 @@ func (donut API) DetachNode(hostname string) error {
|
||||
delete(donut.nodes, hostname)
|
||||
return nil
|
||||
}
|
||||
|
||||
// Rebalance - rebalance an existing donut with new disks and nodes
|
||||
func (donut API) Rebalance() error {
|
||||
return iodine.New(APINotImplemented{API: "management.Rebalance"}, nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user