# _output/bin/kubectl get volumesnapshotdata -o yaml
apiVersion: v1
items:
- apiVersion: volume-snapshot-data.external-storage.k8s.io/v1
kind: VolumeSnapshotData
metadata:
creationTimestamp: 2017-05-31T13:45:09Z
name: snapshot-demo
namespace: default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nov 22 23:04:57 k8s-agent-EE097672-2 docker[1625]: I1122 23:04:57.627481 1659 kubelet_node_status.go:409] Using Node Hostname from cloudprovider: "k8s-agent-ee097672-2" | |
Nov 22 23:05:00 k8s-agent-EE097672-2 docker[1625]: I1122 23:05:00.091048 1659 kubelet.go:1780] SyncLoop (ADD, "api"): "nexus-1b3g1_default(17d6fdca-b108-11e6-86f1-000d3a22f72b)" | |
Nov 22 23:05:00 k8s-agent-EE097672-2 docker[1625]: I1122 23:05:00.196060 1659 reconciler.go:230] VerifyControllerAttachedVolume operation started for volume "kubernetes.io/azure-disk/nexus-data.vhd" (spec.Name: "nexus-data") pod "17d6fdca-b108-11e6-86f1-000d3a22f72b" (UID: "17d6fdca-b108-11e6-86f1-000d3a22f72b") | |
Nov 22 23:05:00 k8s-agent-EE097672-2 docker[1625]: E1122 23:05:00.196090 1659 nestedpendingoperations.go:262] Operation for "\"kubernetes.io/azure-disk/nexus-data.vhd\"" failed. No retries permitted until 2016-11-22 23:05:00.696064466 +0000 UTC (durationBeforeRetry 500ms). Error: Volume "kubernetes.io/azure-disk/nexus-data.vhd" (spec.Name: "nexus-da |
[root@gprfs036 test]# more Dockerfile
FROM ubuntu:xenial
MAINTAINER [email protected]
RUN apt-get update && apt-get install -y netbase nfs-common=1:1.2.8-9ubuntu12 glusterfs-client=3.7.6-1ubuntu1
ADD mymount.sh /mymount.sh
ENTRYPOINT /mymount.sh $@
[root@gprfs036 test]# more mymount.sh
[root@gprfs036 test]# more Dockerfile
FROM ubuntu:xenial
MAINTAINER [email protected]
RUN apt-get update && apt-get install -y netbase nfs-common=1:1.2.8-9ubuntu12 glusterfs-client=3.7.6-1ubuntu1
ADD mymount.sh /mymount.sh
ENTRYPOINT /mymount.sh
[root@gprfs036 test]# more mymount.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rpcbind -w | |
rpc.statd --no-notify |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/test/e2e/volumes.go b/test/e2e/volumes.go | |
index b67608d..775d8b2 100644 | |
--- a/test/e2e/volumes.go | |
+++ b/test/e2e/volumes.go | |
@@ -370,8 +370,9 @@ var _ = framework.KubeDescribe("Volumes [Feature:Volumes]", func() { | |
config := VolumeTestConfig{ | |
namespace: namespace.Name, | |
prefix: "nfs", | |
- serverImage: "gcr.io/google_containers/volume-nfs:0.6", | |
- serverPorts: []int{2049}, |
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: claim1
annotations:
volume.beta.kubernetes.io/storage-class: slow
spec:
accessModes: