Skip to content

Commit

Permalink
Correct the key string of replication config (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsClark authored and skdwriting committed Dec 12, 2019
1 parent f29f03c commit d21838f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/selector/selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (s *selector) SelectSupportedPoolForVolume(vol *model.VolumeSpec) (*model.S
filterRequest["extras.dataProtection.isIsolated"] =
"<is> " + strconv.FormatBool(dp.IsIsolated)
if dp.RecoveryGeographicObject != "" {
filterRequest["extras.dataProtection.recoveryGeographicObject"] =
filterRequest["extras.dataProtection.recoveryGeographicObjective"] =
dp.RecoveryGeographicObject
}
if dp.RecoveryTimeObjective != "" {
Expand Down

0 comments on commit d21838f

Please sign in to comment.