Update gce-pd volume topology label to GA

This commit is contained in:
Jiawei Wang
2021-02-02 11:50:37 -08:00
parent 4d3ed163a0
commit e76f60d2b8
8 changed files with 61 additions and 55 deletions

View File

@@ -1243,7 +1243,7 @@ func InitGcePdDriver() storageframework.TestDriver {
},
SupportedFsType: supportedTypes,
SupportedMountOption: sets.NewString("debug", "nouid32"),
TopologyKeys: []string{v1.LabelFailureDomainBetaZone},
TopologyKeys: []string{v1.LabelTopologyZone},
Capabilities: map[storageframework.Capability]bool{
storageframework.CapPersistence: true,
storageframework.CapFsGroup: true,