Comment 1 for bug 1956470

Revision history for this message
Giuseppe Petralia (peppepetra) wrote :

Another question will be given that I have the following available pools:

$ cinder get-pools
+----------+--------------------------------+
| Property | Value |
+----------+--------------------------------+
| name | cinder@cinder-ceph#cinder-ceph |
+----------+--------------------------------+
+----------+------------------------------------+
| Property | Value |
+----------+------------------------------------+
| name | cinder-ssd@ssd-storage#ssd-storage |
+----------+------------------------------------+

can I workaround the snapshot creation issue using a query directly on the DB like the following?

update volumes set host="cinder@cinder-ceph#cinder-ceph" where host="cinder@cinder-ceph#cinder.volume.drivers.rbd.RBDDriver";