-
Notifications
You must be signed in to change notification settings - Fork 56
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
VolSync integration in test environment #661
Labels
test
Testing related issue
Comments
nirs
changed the title
volsync integration in test environment
VolSync integration in test environment
Dec 6, 2022
nirs
added a commit
to nirs/ramen
that referenced
this issue
Mar 16, 2023
This eliminates the need to disable volsync in ramen configmap. We will improve this later to actually install volsync. Part-of: RamenDR#661 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Mar 16, 2023
This eliminates the need to disable volsync in ramen configmap. We will improve this later to actually install volsync. Part-of: RamenDR#661 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Mar 16, 2023
This eliminates the need to disable volsync in ramen configmap. We will improve this later to actually install volsync. Part-of: RamenDR#661 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
nirs
added a commit
to nirs/ramen
that referenced
this issue
Mar 16, 2023
This eliminates the need to disable volsync in ramen configmap. We will improve this later to actually install volsync. Part-of: RamenDR#661 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
ShyamsundarR
pushed a commit
that referenced
this issue
Mar 16, 2023
This eliminates the need to disable volsync in ramen configmap. We will improve this later to actually install volsync. Part-of: #661 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to @ShyamsundarR, volsync will be installed by ramen automatically using cluster manager add-on mechanism.
But even if ramen installs volsync, we have the issue that volsync crds are missing.
This causes ramen to fail on the managed cluster after few minutes. Can be fixed by
disabling volsync in ramen config manually, but this does not make sense if we want
to test volsync in the e2e tests.
Tasks:
Needs to discuss the right way to solve this.
Maybe start with disabling volsync in ramen config, since we don't need for metro dr
e2e tests, which is more urgent than regional dr e2e tests.
@BenamarMk what do yo think?
The text was updated successfully, but these errors were encountered: