[Victoria] /var/run/octavia empty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Octavia Charm |
New
|
Undecided
|
Unassigned | ||
Ubuntu Cloud Archive |
New
|
Undecided
|
Unassigned |
Bug Description
After deploying the charm or changing config on the charm /var/run/octavia has no files in it. API calls then time out with the following message in the apache2 log;
octavia_
systemctl reports that octavia-
If I restart the octavia-
$ juju ssh octavia/0 -- sudo ls -l /var/run/octavia
total 0
$ juju ssh octavia/0 -- sudo systemctl restart octavia-
$ juju ssh octavia/0 -- sudo ls -l /var/run/octavia
total 0
srwxr-xr-x 1 octavia octavia 0 Jun 11 17:42 get.sock
srwxr-xr-x 1 octavia octavia 0 Jun 11 17:42 stats.sock
srwxr-xr-x 1 octavia octavia 0 Jun 11 17:42 status.sock
$ juju ssh octavia/0 -- sudo reboot
Connection to 10.23.130.41 closed by remote host.
$ juju ssh octavia/0 -- sudo ls -l /var/run/octavia
total 0
srwxr-xr-x 1 octavia octavia 0 Jun 11 17:42 get.sock
srwxr-xr-x 1 octavia octavia 0 Jun 11 17:42 stats.sock
srwxr-xr-x 1 octavia octavia 0 Jun 11 17:42 status.sock
$ juju config octavia spare-pool-size=1
$ juju ssh octavia/0 -- sudo ls -l /var/run/octavia
total 0