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

rbd: dont attempt explicit permission mod change from the RBD driver #2697

Merged
merged 2 commits into from
Jan 25, 2022

Commits on Jan 25, 2022

  1. rbd: dont attempt explicit permission mod change from the RBD driver

    currently we are overriding the permission to `0o777` at time of node
    stage which is not the correct action. That said, this permission
    change causes an extra permission correction at time of nodestaging
    by the CO while the FSGROUP change policy has been set to
    `OnRootMismatch`.
    
    Signed-off-by: Humble Chirammal <[email protected]>
    humblec authored and mergify-bot committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5c05b90 View commit details
    Browse the repository at this point in the history
  2. e2e: add podsecuritycontext fsgroup for normal user validation

    considering the pod has run as normal user, the fsgroup has also
    set to the same.
    
    Signed-off-by: Humble Chirammal <[email protected]>
    humblec authored and mergify-bot committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    7c044c6 View commit details
    Browse the repository at this point in the history