Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The snapshot is not deleted by the ovirt.ovirt.ovirt_snapshot module #744

Open
zzayale opened this issue Mar 30, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@zzayale
Copy link

zzayale commented Mar 30, 2024

SUMMARY

The snapshot is not deleted by the ovirt.ovirt.ovirt_snapshot module

COMPONENT NAME

ovirt.ovirt.ovirt_snapshot

STEPS TO REPRODUCE

Snapshot on this test machine was created Mar 19, 2020, 3:05:56 PM

    ovirt_snapshot_vms:
      - name: test-vm
        snapshots_old: 3
    - name: Remove snapshots
      ovirt.ovirt.ovirt_snapshot:
        vm_name: "{{ item.name }}"
        keep_days_old: "{{ item.snapshots_old }}"
        auth: "{{ ovirt_auth }}"
      with_items: "{{ ovirt_snapshot_vms }}"
      delegate_to: localhost
EXPECTED RESULTS
ACTUAL RESULTS

@zzayale zzayale added the bug Something isn't working label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant