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

pool deleted state #55200

Merged
merged 2 commits into from
Dec 19, 2019
Merged

pool deleted state #55200

merged 2 commits into from
Dec 19, 2019

Commits on Dec 6, 2019

  1. Remove virt.pool_delete fast parameter

    There are two reasons to remove this parameter without deprecating it:
     * the meaning has been mistakenly inversed
     * fast=True will raise an exception for every libvirt storage backend
    since that flag has never been implemented in any of those.
    
    Fixes issue saltstack#54474
    cbosdo committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f530047 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Add virt.pool_deleted state

    The new virt.pool_deleted state takes care of removing a virtual storage
    pool and optionally the contained volumes.
    cbosdo committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    d2194f0 View commit details
    Browse the repository at this point in the history