Capitalization removed.
This commit is contained in:
parent
c990241ee1
commit
6d71ba72ba
|
|
@ -222,7 +222,7 @@ func (c *Cluster) MigrateMasterPod(podName spec.NamespacedName) error {
|
||||||
return fmt.Errorf("could not suitable replica candidate for failover: %v", err)
|
return fmt.Errorf("could not suitable replica candidate for failover: %v", err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
c.logger.Warningf("Migrating single pod cluster %q, migration will cause longer downtime of the postgres cluster until rescheduled", c.clusterName())
|
c.logger.Warningf("migrating single pod cluster %q, migration will cause longer downtime of the postgres cluster until rescheduled", c.clusterName())
|
||||||
}
|
}
|
||||||
|
|
||||||
// there are two cases for each postgres cluster that has its master pod on the node to migrate from:
|
// there are two cases for each postgres cluster that has its master pod on the node to migrate from:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue