We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84309a commit f19f684Copy full SHA for f19f684
1 file changed
pkg/driver/topology.go
@@ -33,7 +33,7 @@ func (t Topology) ToCSI() *csi.Topology {
33
segments := make(map[string]string)
34
segments[ZoneKey] = t.ZoneID
35
if t.HostID != "" {
36
- segments[ZoneKey] = t.ZoneID
+ segments[HostKey] = t.HostID
37
}
38
39
return &csi.Topology{
0 commit comments