mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #114933 from gnufied/disable-multiple-pv-tests-vsphere
Disable multiple pv mount tests for vsphere intree driver
This commit is contained in:
commit
2ed47bd81b
@ -1212,7 +1212,7 @@ func InitVSphereDriver() storageframework.TestDriver {
|
|||||||
storageframework.CapMultiPODs: true,
|
storageframework.CapMultiPODs: true,
|
||||||
storageframework.CapTopology: true,
|
storageframework.CapTopology: true,
|
||||||
storageframework.CapBlock: true,
|
storageframework.CapBlock: true,
|
||||||
storageframework.CapMultiplePVsSameID: true,
|
storageframework.CapMultiplePVsSameID: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user