Skip to content

Instantly share code, notes, and snippets.

@gravis
Last active November 3, 2015 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravis/e676f0c71ccf86484230 to your computer and use it in GitHub Desktop.
Save gravis/e676f0c71ccf86484230 to your computer and use it in GitHub Desktop.
$ oc describe pod nsqd2-1-e7r7d [11:07:07]
Name: nsqd2-1-e7r7d
Namespace: gemnasium-production
Image(s): xxx
Node: xxx
Start Time: Tue, 03 Nov 2015 05:45:46 -0500
Labels: deployment=nsqd2-1,deploymentconfig=nsqd2,name=nsqd2,type=nsqd
Status: Pending
Reason:
Message:
IP:
Replication Controllers: nsqd2-1 (1/1 replicas created)
Containers:
nsqd:
Container ID:
Image: xxx
Image ID:
QoS Tier:
cpu: BestEffort
memory: BestEffort
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment Variables:
Conditions:
Type Status
Ready False
Volumes:
nsqd-data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: nsqd2
ReadOnly: false
default-token-pdbfg:
Type: Secret (a secret that should populate this volume)
SecretName: default-token-pdbfg
Events:
FirstSeen LastSeen Count From SubobjectPath Reason Message
───────── ──────── ───── ──── ───────────── ────── ───────
2h 8s 982 {kubelet gemnasium-node-2.priv.tech-angels.net} FailedMount Unable to mount volumes for pod "nsqd2-1-e7r7d_gemnasium-production": unsupported volume type
2h 8s 982 {kubelet gemnasium-node-2.priv.tech-angels.net} FailedSync Error syncing pod, skipping: unsupported volume type
$ oc describe pv gemnasium-1g-5.prod-gemnasium-openshift-storage-1
Name: gemnasium-1g-5.prod-gemnasium-openshift-storage-1
Labels: <none>
Status: Bound
Claim: gemnasium-production/nsqd2
Reclaim Policy: Recycle
Access Modes: RWO
Capacity: 1Gi
Message:
Source:
Type: Glusterfs (a Glusterfs mount on the host that shares a pod's lifetime)
EndpointsName: glusterfs-cluster
Path: pv-gemnasium-1G-5
ReadOnly: false
apiVersion: v1
kind: PersistentVolume
metadata:
creationTimestamp: 2015-11-03T13:21:28Z
name: gemnasium-1g-5.prod-gemnasium-openshift-storage-1
resourceVersion: "59124"
selfLink: /api/v1/persistentvolumes/gemnasium-1g-5.prod-gemnasium-openshift-storage-1
uid: ca6e918d-822d-11e5-84da-005056b16484
spec:
accessModes:
- ReadWriteOnce
capacity:
storage: 1Gi
claimRef:
apiVersion: v1
kind: PersistentVolumeClaim
name: nsqd2
namespace: gemnasium-production
resourceVersion: "59114"
uid: e67d83d2-8217-11e5-84da-005056b16484
glusterfs:
endpoints: glusterfs-cluster
path: pv-gemnasium-1G-5
persistentVolumeReclaimPolicy: Recycle
status:
phase: Bound
Nov 03 17:21:14 gemnasium-node-3.priv.tech-angels.net origin-node[4273]: E1103 17:21:14.532694 4273 pod_workers.go:113] Error syncing pod a559a83c-8246-11e5-84da-005056b16484, skipping: unsupported volume type
Nov 03 17:21:14 gemnasium-node-3.priv.tech-angels.net origin-node[4273]: I1103 17:21:14.537277 4273 glusterfs.go:78] Glusterfs: endpoints &{{ } {glusterfs-cluster default /api/v1/namespaces/default/endpoints/glusterfs-cluster d2c9f681-8164-11e5-84da-005056b16484 4491 0 2015-11-02 14:22:53 +0100 CET <nil> <nil> map[] map[]} [{[{172.29.100.202 <nil>} {172.29.100.203 <nil>}] [] [{ 1 TCP}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment