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

Remove virt.pool_delete fast parameter #54475

Merged
merged 3 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 17, 2019

  1. Configuration menu
    Copy the full SHA
    8a21732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4bfcc View commit details
    Browse the repository at this point in the history