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_volume_client: set an existing auth ID's default mon caps #11917

Merged
merged 1 commit into from
Nov 23, 2016

Commits on Nov 21, 2016

  1. ceph_volume_client: set an existing auth ID's default mon caps

    ... as 'allow r' (the minimum mon caps required to access a share)
    when:
    
    * authorizing the auth ID to access a volume.
    
    * deauthorizing the auth ID to access a volume, but the auth ID is
      authorized to access other volumes.
    
    In both the above cases, the ceph_volume_client previously tried to
    set the mon caps of the auth ID to an invalid value, None.
    
    Fixes: http://tracker.ceph.com/issues/17800
    
    Signed-off-by: Ramana Raja <rraja@redhat.com>
    ajarr committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    b0fa3a4 View commit details
    Browse the repository at this point in the history