Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.
Hi Amrita, Thanks for sharing new link. Here are some of my observations: Not able to move images without poolname: "rbd trash mv g_image rbd: error opening default pool 'rbd' Ensure that the default pool has been created or specify an alternate pool name." After creating default pool: rbd trash mv g_image rbd: deferred delete error: (2) No such file or directory After giving poolname/imagename, it's working fine: rbd trash mv g_pool/g_image rbd trash list --pool g_pool 3cb46c8dc50b g_image Same thing while restoring: rbd trash restore 3cb46c8dc50b rbd: error: image does not exist in trash 2021-04-05T05:23:17.357+0000 7f2de682b2c0 -1 librbd::api::Trash: restore: error getting image id 3cb46c8dc50b info from trash: (2) No such file or directory After giving poolname/imagename: rbd trash restore g_pool/3cb46c8dc50b
Also added the pool name for `rbd trash list`command. https://cee-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/CCS/job/ccs-mr-preview/32930/artifact/preview/index.html#moving-a-block-device-image-to-the-trash_block
Checked all the steps for trash functionality and everything looks fine. Hence moving the bug to verified state.