sodafoundation / installer

provides easy installation and basic deployment based on specific configurations for SODA Projects
Apache License 2.0
35 stars 68 forks source link

etcd is unstable on ansible osdsdb native installation (Ubuntu 18.04) #261

Open thatsdone opened 5 years ago

thatsdone commented 5 years ago

Describe the bug

I'm trying to run opensds on Ubuntu 18.04 using opensds-installer/ansible, and in this case, etcd crashes repeatedly and unstable.

I simply updated etcd to the latest (v3.3.13) from v3.2.25. Sorry, I had no time to dig into the root cause, but anyway etcd was stabilized.

Also, container installation was stable (maybe because 'ansible/roles/osdsdb/scenarios/container.yml' pulls the latest (but version was v3.3.8)).

To Reproduce

  1. Create an Ubuntu 18.04 box.
  2. run opensds-installer/ansible/site.yml
    • But this needs some workarounds regarding other topics.
  3. check etcd is running or not.

Expected behavior

etcd runs without crashes.

Resolution

Update etcd or making etcd container installation as default.

I think switching to Ubuntu 18.04 is a good timing to update related components (including etcd) too.

kumarashit commented 4 years ago

@PravinRanjan10 Please check this