summaryrefslogtreecommitdiffstats
path: root/roles/etcd_migrate/tasks/check.yml
Commit message (Collapse)AuthorAgeFilesLines
* Switch to migrating one host and forming a new clusterScott Dodson2017-08-221-3/+0
| | | | | | | | With large datasets where there are many keys with TTLs the expiry was creating a data inconsistency problem. The hope is that by performing the migration once and then forming a new cluster this is avoided. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1475351
* Block etcdv3 migration for supported configurationsScott Dodson2017-07-271-0/+4
|
* attach leases via the first master only and only onceJan Chaloupka2017-06-281-1/+1
| | | | | | - move openshift-etcd/migrate.yml from byo to common and keep just the entry point - replace std_include with essential plays (e.g. no need to detect openshift version) - delegate the ttl re-attaching to the first master
* Introduce etcd migrate roleJan Chaloupka2017-06-171-0/+55