Skip to content

Commit 20d6183

Browse files
ramenctl: enable volsync
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]>
1 parent 626e7d7 commit 20d6183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ramenctl/ramenctl/resources/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ data:
3838
disabled: $volsync_disabled
3939
multiNamespace:
4040
FeatureEnabled: true
41+
volsyncSupported: true
4142
ramenOpsNamespace: ramen-ops
4243
s3StoreProfiles:
4344
- s3ProfileName: minio-on-$cluster1

0 commit comments

Comments
 (0)