Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GroupStats (0.15 sec)

  1. cmd/site-replication.go

    			}
    		}
    	}
    	for g, stat := range sinfo.GroupStats {
    		for dID, st := range stat {
    			if st.PolicyMismatch || st.GroupDescMismatch || opts.Entity == madmin.SRGroupEntity {
    				if _, ok := info.GroupStats[g]; !ok {
    					info.GroupStats[g] = make(map[string]madmin.SRGroupStatsSummary, numSites)
    				}
    				info.GroupStats[g][dID] = st.SRGroupStatsSummary
    			}
    		}
    	}
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 185.1K bytes
    - Viewed (0)
Back to top