Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pf (0.13 sec)

  1. cmd/erasure-server-pool-rebalance.go

    	StoppedAt       time.Time          `msg:"stopTs"` // Time when rebalance-stop was issued.
    	ID              string             `msg:"id"`     // ID of the ongoing rebalance operation
    	PercentFreeGoal float64            `msg:"pf"`     // Computed from total free space and capacity at the start of rebalance
    	PoolStats       []*rebalanceStats  `msg:"rss"`    // Per-pool rebalance stats keyed by pool index
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 19:29:28 GMT 2024
    - 27.2K bytes
    - Viewed (0)
Back to top