c.logger.Debugf("The decommissioned node %v should have already triggered master pod migration. Previous k8s-reported state of the node: %v",util.NameFromMeta(nodePrev.ObjectMeta),nodePrev)
c.logger.Debugf("The decommissioned node %v become schedulable again. Current k8s-reported state of the node: %v",util.NameFromMeta(nodeCur.ObjectMeta),nodeCur)
// do nothing if the node should have already triggered an update or
// if only one of the label and the unschedulability criteria are met.
unmovablePods[podName]=fmt.Sprintf("could not move master pod %q from node %q: pod belongs to an unknown Postgres cluster %q",podName,nodeName,clusterName)
c.logger.Warningf("could not move pod %q: pod does not belong to aknown cluster",podName)