Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for shminfo (0.17 sec)

  1. cmd/object-handlers.go

    		srcInfo.metadataOnly = true
    		srcInfo.keyRotation = true
    	} else {
    		if isSourceEncrypted || isTargetEncrypted {
    			// We are not only copying just metadata instead
    			// we are creating a new object at this point, even
    			// if source and destination are same objects.
    			if !srcInfo.keyRotation {
    				srcInfo.metadataOnly = false
    			}
    		}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    		return
    	}
    
    	// Get capacity info when asked.
    	if r.Form.Get("capacity") == "true" {
    		sinfo := objectAPI.StorageInfo(ctx, false)
    		dataUsageInfo.TotalCapacity = GetTotalUsableCapacity(sinfo.Disks, sinfo)
    		dataUsageInfo.TotalFreeCapacity = GetTotalUsableCapacityFree(sinfo.Disks, sinfo)
    		if dataUsageInfo.TotalCapacity > dataUsageInfo.TotalFreeCapacity {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    		{v1.ServiceTypeNodePort, "10.20.30.42", "svc3", "10.180.0.3"},
    	}
    
    	for _, svcInfo := range svcInfos {
    		makeServiceMap(fp,
    			makeTestService("ns1", svcInfo.svcName, func(svc *v1.Service) {
    				svc.Spec.Type = svcInfo.svcType
    				svc.Spec.ClusterIP = svcInfo.svcIP
    				svc.Spec.Ports = []v1.ServicePort{{
    					Name:     "p80",
    					Port:     80,
    					Protocol: v1.ProtocolTCP,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	SHF_MERGE            SectionFlag = 0x10       /* Section may be merged. */
    	SHF_STRINGS          SectionFlag = 0x20       /* Section contains strings. */
    	SHF_INFO_LINK        SectionFlag = 0x40       /* sh_info holds section index. */
    	SHF_LINK_ORDER       SectionFlag = 0x80       /* Special ordering requirements. */
    	SHF_OS_NONCONFORMING SectionFlag = 0x100      /* OS-specific processing required. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    s":[],"cl_weight":6.942382052975269,"touches":29,"min_t":1258418412,"max_t":1312854904,"mean_t":1283070443},{"name":"ssl.h","kids":[],"cl_weight":2.2034931640863853,"touches":19,"min_t":1258418412,"max_t":1311696260,"mean_t":1278068745},{"name":"sslinfo.c","kids":[],"cl_weight":0.3764729620661824,"touches":4,"min_t":1258418412,"max_t":1311696260,"mean_t":1286841397},{"name":"sslimpl.h","kids":[],"cl_weight":2.175715386308607,"touches":18,"min_t":1258418412,"max_t":1311349305,"mean_t":1274463338}...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top