Comment 2 for bug 1939389

Revision history for this message
Samuel Allan (samuelallan) wrote : Re: Missing [nova] section in cinder.conf

Could you provide instructions to reproduce the issue?

I tried the following on focal-xena to create a volume, attach it to an instance, then resize it:

```
openstack volume create --size 1 vol1
openstack server add volume juju-7a66ea-k8s-on-openstack-0 vol1
cinder reset-state --state available vol1
openstack volume set vol1 --size 2
```

This completed successfully without errors (at least, the commands returned successfully, no errors in /var/log/cinder/cinder-*.log).