<div dir="ltr">Without the logs themselves it's really hard to say.  One way to proceed<br>would be to file a bug [1] and the team can work with you there.  You<br>could also enable debugging (debug = True), reproduce the failure, and<br>upload the relevant logs there as well.<br><br>[1]: <a href="https://bugs.launchpad.net/cinder/+filebug">https://bugs.launchpad.net/cinder/+filebug</a><br><br>--<br>Jon<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 26, 2023 at 2:20 PM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Folks,<br><div><br></div><div>I have configured nova and cinder with ceph storage. VMs running on ceph storage but now when i am trying to create a backup of cinder volume its getting stuck on creating and doing nothing. Logs also do not give any indication of bad.</div><div><br></div><div>My cinder.conf </div><div><br></div>[DEFAULT]<br><br>enabled_backends = rbd-1<br>backup_driver = cinder.backup.drivers.ceph.CephBackupDriver<br>backup_ceph_conf = /etc/ceph/ceph.conf<br>backup_ceph_user = cinder-backup<br>backup_ceph_chunk_size = 134217728<br>backup_ceph_pool = backups<br>backup_ceph_stripe_unit = 0<br>backup_ceph_stripe_count = 0<br>restore_discard_excess_bytes = true<br>osapi_volume_listen = 10.73.0.181<br><div>osapi_volume_listen_port = 8776</div><div><br></div><div><br></div><div>Output of "openstack volume service list" showing cinder-backup service is up but when i create a backup it's getting stuck in this stage and no activity. I am not seeing anything getting transferred to the ceph backups pool also. Any clue? or method to debug? </div><div><br></div><div># openstack volume backup list --all<br>+--------------------------------------+------+-------------+----------+------+<br>| ID                                   | Name | Description | Status   | Size |<br>+--------------------------------------+------+-------------+----------+------+<br>| bc844d55-8c5a-4bd3-b0e9-7c4c780c95ad | foo1 |             | creating |   20 |<br>+--------------------------------------+------+-------------+----------+------+<br></div></div>
</blockquote></div>