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

RSync options not being actually used. #1232

Open
JoaoBraveCoding opened this issue Nov 22, 2021 · 0 comments
Open

RSync options not being actually used. #1232

JoaoBraveCoding opened this issue Nov 22, 2021 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@JoaoBraveCoding
Copy link

Describe the bug

I've set in my MigrationController both rsync_opt_info and rsync_opt_extras and both these values are actually being set as ENV variables in the controller pod but when I start staging a project which has PVCs these values are actually ignored and not used at all.

To Reproduce
Steps to reproduce the behavior:

  1. Set both rsync_opt_info and rsync_opt_extras
  2. Try to migrate a project which has PVCs
  3. Validate that the rsync pod that spawns in the source cluster is not using the variables that should be using.

Expected behavior
Rsync pod that spawns in the source cluster should use the values set in MigrationController

@JoaoBraveCoding JoaoBraveCoding added the kind/bug Categorizes issue or PR as related to a bug. label Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant