Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. {"level":"error","ts":1569950070.836755,"logger":"kubebuilder.controller","msg":"Reconciler error","controller":"storagecluster-controller","request":"openshift-storage/ocs-storagecluster","error":"StorageCluster.ocs.openshift.io \"ocs-storagecluster\" is invalid: []: Invalid value: map[string]interface {}{\"apiVersion\":\"ocs.openshift.io/v1\", \"kind\":\"StorageCluster\", \"metadata\":map[string]interface {}{\"creationTimestamp\":\"2019-10-01T17:14:13Z\", \"generation\":1, \"name\":\"ocs-storagecluster\", \"namespace\":\"openshift-storage\", \"resourceVersion\":\"76756\", \"uid\":\"e42a390c-e46e-11e9-82ae-06543bca8958\"}, \"spec\":map[string]interface {}{\"managedNodes\":false, \"storageDeviceSets\":[]interface {}{map[string]interface {}{\"count\":3, \"dataPVCTemplate\":map[string]interface {}{\"spec\":map[string]interface {}{\"accessModes\":[]interface {}{\"ReadWriteOnce\"}, \"resources\":map[string]interface {}{\"requests\":map[string]interface {}{\"storage\":\"1Ti\"}}, \"storageClassName\":\"gp2\", \"volumeMode\":\"Block\"}}, \"name\":\"ocs-deviceset\", \"placement\":map[string]interface {}{}, \"portable\":true, \"resources\":map[string]interface {}{}}}}, \"status\":map[string]interface {}{\"conditions\":[]interface {}{map[string]interface {}{\"lastHeartbeatTime\":\"2019-10-01T17:14:30Z\", \"lastTransitionTime\":\"2019-10-01T17:14:30Z\", \"message\":\"Initializing StorageCluster\", \"reason\":\"Init\", \"status\":\"Unknown\", \"type\":\"ReconcileComplete\"}, map[string]interface {}{\"lastHeartbeatTime\":\"2019-10-01T17:14:30Z\", \"lastTransitionTime\":\"2019-10-01T17:14:30Z\", \"message\":\"Initializing StorageCluster\", \"reason\":\"Init\", \"status\":\"False\", \"type\":\"Available\"}, map[string]interface {}{\"lastHeartbeatTime\":\"2019-10-01T17:14:30Z\", \"lastTransitionTime\":\"2019-10-01T17:14:30Z\", \"message\":\"Initializing StorageCluster\", \"reason\":\"Init\", \"status\":\"True\", \"type\":\"Progressing\"}, map[string]interface {}{\"lastHeartbeatTime\":\"2019-10-01T17:14:30Z\", \"lastTransitionTime\":\"2019-10-01T17:14:30Z\", \"message\":\"Initializing StorageCluster\", \"reason\":\"Init\", \"status\":\"False\", \"type\":\"Degraded\"}, map[string]interface {}{\"lastHeartbeatTime\":\"2019-10-01T17:14:30Z\", \"lastTransitionTime\":\"2019-10-01T17:14:30Z\", \"message\":\"Initializing StorageCluster\", \"reason\":\"Init\", \"status\":\"Unknown\", \"type\":\"Upgradeable\"}}, \"nodeTopologies\":map[string]interface {}{\"labels\":interface {}(nil)}, \"phase\":\"Progressing\"}}: validation failure list:
  2. status.nodeTopologies.labels in body must be of type object: \"null\"",
  3. "stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error
  4. \t/home/jrivera/projects/golang/src/github.com/openshift/ocs-operator/vendor/github.com/go-logr/zapr/zapr.go:128
  5. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
  6. \t/home/jrivera/projects/golang/src/github.com/openshift/ocs-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:217
  7. sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1
  8. \t/home/jrivera/projects/golang/src/github.com/openshift/ocs-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:158
  9. k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1
  10. \t/home/jrivera/projects/golang/src/github.com/openshift/ocs-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133
  11. k8s.io/apimachinery/pkg/util/wait.JitterUntil
  12. \t/home/jrivera/projects/golang/src/github.com/openshift/ocs-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134
  13. k8s.io/apimachinery/pkg/util/wait.Until
  14. \t/home/jrivera/projects/golang/src/github.com/openshift/ocs-operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement