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

ceph-create-keys: fix existing-but-different case #10415

Merged
merged 1 commit into from Sep 15, 2016
Merged

Commits on Jul 23, 2016

  1. ceph-create-keys: fix existing-but-different case

    We just have to refrain from calling get-or-create
    if the named key already exists, to avoid potentially
    having an error when the default creation args don't
    match the key as it has already been created, such
    as on certain upgrades.
    
    Fixes: http://tracker.ceph.com/issues/16255
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Jul 23, 2016
    Copy the full SHA
    278196d View commit details
    Browse the repository at this point in the history