Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _new (0.03 sec)

  1. cmd/admin-handlers-pools.go

    	"github.com/minio/mux"
    	"github.com/minio/pkg/v3/env"
    	"github.com/minio/pkg/v3/policy"
    )
    
    var (
    	errRebalanceDecommissionAlreadyRunning = errors.New("Rebalance cannot be started, decommission is already in progress")
    	errDecommissionRebalanceAlreadyRunning = errors.New("Decommission cannot be started, rebalance is already in progress")
    )
    
    func (a adminAPIHandlers) StartDecommission(w http.ResponseWriter, r *http.Request) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top