You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using discovered apps, we check for volsync support in two places
in the ramenconfig.
- Under multiNamespace map, we look for volsyncSupported: true key value
pair
- Under volsync map, we need the key "disabled" to be set to false.
Ramenctl was configuring only the volsync map but not the multiNamespace
one.
We have to live with both the fields for now because of backward
compatibility reasons.
Signed-off-by: Raghavendra Talur <[email protected]>
0 commit comments