Skip to content
This repository was archived by the owner on Mar 6, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
This repository was archived by the owner on Mar 6, 2019. It is now read-only.

dir not created on node  #27

@barrymac

Description

@barrymac

Thought I'd try out storageos as it appears to fill a nice gap for me running k8s on a KVM cluster. I followed the dynamic provisioning guide

and got the following:

kubectl describe pod test-storageos-redis-sc-pvc 
...
Normal   Scheduled              18m                default-scheduler  Successfully assigned test-storageos-redis-sc-pvc to node2
Normal   SuccessfulMountVolume  18m                kubelet, node2  MountVolume.SetUp succeeded for volume "default-token-bsrwb"
Warning  FailedMount            3m (x5 over 18m)   kubelet, node2  MountVolume.SetUp failed for volume "pvc-6f60a607-94c8-11e8-bbee-001c42db58b8" : stat /var/lib/storageos/volumes/2bd45088-9e21-3809-ee95-790ee44f4ff0: no such file or directory
Warning  FailedMount            1m (x11 over 18m)  kubelet, node2  MountVolume.SetUp failed for volume "pvc-6f60a607-94c8-11e8-bbee-001c42db58b8" : no such volume
Warning  FailedMount            41s (x8 over 16m)  kubelet, node2  Unable to mount volumes for pod "test-storageos-redis-sc-pvc_default(b90e39a4-94c8-11e8-bbee-001c42db58b8)": timeout expired waiting for volumes to attach/mount for pod "default"/"test-storageos-redis-sc-pvc". list of unattached/unmounted  volumes=[redis-data]

kubectl get storageclass 
NAME      PROVISIONER               AGE
fast      kubernetes.io/storageos   31m


kubectl get pvc
fast0001                                     Bound     pvc-6f60a607-94c8-11e8-bbee-001c42db58b8   8Gi          RWO            fast            27m

kubectl get pv
pvc-6f60a607-94c8-11e8-bbee-001c42db58b8   8Gi          RWO            Delete           Bound               default/fast0001                                     fast                      26m

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions