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

Validate Cinder operations #649

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Validate Cinder operations

    After the adoption, we check for the correct status and size of the
    Cinder resources but don't validate that operations still work on them.
    This patch adds the following operations:
    1. Detach 'disk' volume from 'test' server
    2. Revert to snapshot 'snapshot' to 'disk' volume
    3. Attach 'disk' volume to 'test' server
    
    This will help verify that the resources are in consistent state before
    and after the adoption.
    
    NOTE: We are skipping restore backup since it's	failing	even with 20
    retries	with 10 second delay. Will add that in a follow up PR after
    resolving the issues.
    rajathere committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7ba0dba View commit details
    Browse the repository at this point in the history