Comment 2 for bug 2034971

Revision history for this message
Dan Munteanu (mdc-dmunteanu) wrote :

Hi Felipe,

it's a little bit too late for the logs as I already removed the faulty gnocchi units, but the problem seems to be a version mismatch.

```juju info``` displays rev 140 (which I've used in my bundle)

```
$ juju info gnocchi | grep 2023.1/stable
  2023.1/stable: fb5a58a 2023-08-22 (140) 22MB arm64 ubuntu@22.04, ubuntu@22.10, ubuntu@23.04
```

but

```juju deploy gnocchi --channel 2023.1/stable```

deploys rev 137 which works as expected on ubuntu@22.04.

Best,
Dan