logrus.Fatal(path+" newer than datastore and could cause cluster outage. Remove the file from disk and restart to be recreated from datastore.")
newerOnDisk =append(newerOnDisk,path)
caseres.conflict:
logrus.Warnf("datastore / disk conflict: %s newer than in the datastore",path)
}
}
iflen(newerOnDisk)>0{
logrus.Fatal(strings.Join(newerOnDisk,", ")+" newer than datastore and could cause a cluster outage. Remove the file(s) from disk and restart to be recreated from datastore.")
}
ifupdateDisk{
logrus.Warn("updating bootstrap data on disk from datastore")