Fix issue #63183 that pods on different nodes mount Ceph RBD PVC stuck on ContainerCreating.

This commit is contained in:
Tardis Xu
2018-05-03 15:47:32 +08:00
parent 456b56a2fb
commit 6d3b41cd85
3 changed files with 42 additions and 7 deletions

View File

@@ -358,6 +358,7 @@ func TestPlugin(t *testing.T) {
FSType: "ext4",
},
},
AccessModes: []v1.PersistentVolumeAccessMode{v1.ReadOnlyMany},
},
}, false),
root: tmpDir,