mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

The boot order for peers is -discovery, -peers, log data, forming new cluster itself. Special rules: 1. If discovery succeeds, it would find peers specified by discover URL only. 2. Etcd would fail when meeting bad -discovery, no -peers and log data. Add TestDiscoveryDownNoBackupPeersWithDataDir as the test.