mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 02:21:22 +00:00
Fix issue #63183 that pods on different nodes mount Ceph RBD PVC stuck on ContainerCreating.
This commit is contained in:
@@ -358,6 +358,7 @@ func TestPlugin(t *testing.T) {
|
||||
FSType: "ext4",
|
||||
},
|
||||
},
|
||||
AccessModes: []v1.PersistentVolumeAccessMode{v1.ReadOnlyMany},
|
||||
},
|
||||
}, false),
|
||||
root: tmpDir,
|
||||
|
||||
Reference in New Issue
Block a user