Bug 1654346 - [iscsi-ansible] rbd images with snapshots present are not deleted by purge-iscsi-gateways.yml
Summary: [iscsi-ansible] rbd images with snapshots present are not deleted by purge-is...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: iSCSI
Version: 3.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 3.3
Assignee: Mike Christie
QA Contact: Madhavi Kasturi
Bara Ancincova
URL:
Whiteboard:
Depends On:
Blocks: 1629656
TreeView+ depends on / blocked
 
Reported: 2018-11-28 14:59 UTC by Madhavi Kasturi
Modified: 2019-02-26 16:07 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Known Issue
Doc Text:
.Ansible fails to purge RBD images with snapshots The `purge-iscsi-gateways.yml` Ansible playbook does not purge RBD images with snapshots. To purge the images and their snapshots, use the `rbd` command-line utility: * To purge a snapshot: + [subs="quotes"] ---- rbd snap purge _pool-name_/_image-name_ ---- + For example: + ---- # rbd snap purge data/image1 ---- * To delete an image: + [subs="quotes"] ---- rbd rm _image-name_ ---- + For example: + ---- # rbd rm image1 ----
Clone Of:
Environment:
Last Closed: 2019-02-26 16:07:43 UTC
Embargoed:


Attachments (Terms of Use)

Comment 5 Jason Dillaman 2019-02-26 16:07:43 UTC
Deemphasizing ceph-ansible management of iSCSI.


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