Bug 1929662 - [Doc RFE] Document how to define an automatic trash purge schedule
Summary: [Doc RFE] Document how to define an automatic trash purge schedule
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 5.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.0
Assignee: Amrita
QA Contact: Gopi
Aron Gunn
URL:
Whiteboard:
Depends On: 1813963
Blocks: 1929147
TreeView+ depends on / blocked
 
Reported: 2021-02-17 11:54 UTC by Anjana Suparna Sriram
Modified: 2021-09-09 12:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-09-09 11:57:16 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-1521 0 None None None 2021-09-09 12:02:11 UTC

Comment 1 RHEL Program Management 2021-02-17 11:54:52 UTC
Please specify the severity of this bug. Severity is defined here:
https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.

Comment 10 Gopi 2021-04-05 05:36:18 UTC
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

Comment 13 Gopi 2021-04-05 11:40:33 UTC
Checked all the steps for trash functionality and everything looks fine. Hence moving the bug to verified state.


Note You need to log in before you can comment on or make changes to this bug.