[openstack-kolla][cinder][netapp] With snaphot visibility cinder-volume doesn't start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Confirmed
|
Undecided
|
Michal Nasiadka |
Bug Description
hi all,
I want to ask you about our openstack-kolla version is 12.2.0, we have netapp as backend, if we enable the visibility of the .snapshot on Netapp side, cinder_volume doesn't start correctly,it remains in Restarting.
Here you can find a piece of docker logs cinder_volume:
ERROR:_
Traceback (most recent call last):
File "/usr/local/
os.chown(path, uid, gid)
OSError: [Errno 30] Read-only file system: '/var/lib/
....
chown: changing ownership of '/var/lib/
chown: changing ownership of '/var/lib/
chown: changing ownership of '/var/lib/
chown: changing ownership of '/var/lib/
chown: changing ownership of '/var/lib/
Thank you in advance.
Andrea
description: | updated |
Changed in kolla-ansible: | |
assignee: | nobody → Michal Nasiadka (mnasiadka) |
Hello,
I would like to add that the only workaround found is to disable the visibility of snapshots on netapp.
We have also talked to netapp support and they told that in a devstack environment this problem does not occur .
Ignazio