Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 122 for jailed (0.27 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    			klog.Errorf("MountVolume.NodeExpandVolume failed with %v", resizeError)
    			eventErr, detailedErr := volumeToMount.GenerateError("MountVolume.Setup failed while expanding volume", resizeError)
    			// At this point, MountVolume.Setup already succeeded, we should add volume into actual state
    			// so that reconciler can clean up volume when needed. However, volume resize failed,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. cmd/object-handlers_test.go

    			if err != nil {
    				t.Fatalf("Test %d: %s: Failed to fetch the copied object: <ERROR> %s", i+1, instanceType, err)
    			}
    			if _, err = io.Copy(buffer, r); err != nil {
    				r.Close()
    				t.Fatalf("Test %d: %s: Failed to fetch the copied object: <ERROR> %s", i+1, instanceType, err)
    			}
    			r.Close()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		inBytes, err := json.Marshal(in)
    		if err != nil {
    			t.Fatalf("failed to json.Marshal(in): %v", err)
    		}
    		outBytes, err := json.Marshal(out)
    		if err != nil {
    			t.Fatalf("failed to json.Marshal(out): %v", err)
    		}
    		inMap := map[string]interface{}{}
    		if err := json.Unmarshal(inBytes, &inMap); err != nil {
    			t.Fatalf("failed to json.Unmarshal(in): %v", err)
    		}
    		outMap := map[string]interface{}{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/runtime/framework_test.go

    		if preFilter2.PreFilterCalled != 1 {
    			t.Errorf("preFilter2 called %v, expected: 1", preFilter2.PreFilterCalled)
    		}
    		if preFilter2.AddCalled != 1 {
    			t.Errorf("AddPod called %v, expected: 1", preFilter2.AddCalled)
    		}
    		if preFilter2.RemoveCalled != 1 {
    			t.Errorf("AddPod called %v, expected: 1", preFilter2.RemoveCalled)
    		}
    	})
    }
    
    func TestRunPreFilterPlugins(t *testing.T) {
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  5. pkg/scheduler/schedule_one_test.go

    			},
    			expectsErr:    false,
    			expectedNodes: makeNodeList([]string{"a"}),
    			expectedStatuses: framework.NodeToStatusMap{
    				"b": framework.NewStatus(framework.Unschedulable, fmt.Sprintf("FakeExtender: node %q failed", "b")),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    				// when running in a user namespace with sysctl value `kernel.dmesg_restrict=1`.
    				klog.V(2).InfoS("Failed to create an oomWatcher (running in UserNS, ignoring)", "err", err)
    				oomWatcher = nil
    			} else {
    				klog.ErrorS(err, "Failed to create an oomWatcher (running in UserNS, Hint: enable KubeletInUserNamespace feature flag to ignore the error)")
    				return nil, err
    			}
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    		Help:      "Total number of bytes failed at least once to replicate in the last full minute",
    		Type:      gaugeMetric,
    	}
    }
    
    func getRepFailedOperationsLastMinuteMD(namespace MetricNamespace) MetricDescription {
    	return MetricDescription{
    		Namespace: namespace,
    		Subsystem: replicationSubsystem,
    		Name:      lastMinFailedCount,
    		Help:      "Total number of objects which failed replication in the last full minute",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          op->getContext(), op->getLoc(), op->getOperands(),
          op->getAttrDictionary(), op->getPropertiesStorage(), op->getRegions(),
          inferred);
      if (failed(res)) {
        op->emitOpError("failed to refine type as inference failed");
        return false;
      }
    
      if (inferred == op->getResultTypes()) return false;
    
      // Map each of the results of the call to the returned type of the
      // function.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  9. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	if err := q.Add(logger, medPriorityPodInfo.Pod); err != nil {
    		t.Errorf("add failed: %v", err)
    	}
    	if err := q.Add(logger, unschedulablePodInfo.Pod); err != nil {
    		t.Errorf("add failed: %v", err)
    	}
    	if err := q.Add(logger, highPriorityPodInfo.Pod); err != nil {
    		t.Errorf("add failed: %v", err)
    	}
    	expectedNominatedPods := &nominator{
    		nominatedPodToNode: map[types.UID]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Failed to start job {0}. */
        public static final String ERRORS_failed_to_start_job = "{errors.failed_to_start_job}";
    
        /** The key of the message: Failed to stop job {0}. */
        public static final String ERRORS_failed_to_stop_job = "{errors.failed_to_stop_job}";
    
        /** The key of the message: Failed to download the Synonym file. */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top