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
The above would generate Medusa storage settings here, with the data stored in the medusa-storage-bucket1 object, and override the prefix and transfer max bandwidth with the provided values.
Merging of both structures would be done with Goalesce, prioritizing the values from storageProperties.
The CreateMedusaIni() function would be refactored to take a MedusaSpec object instead of a K8ssandraCluster one, which would be the result of the above merge.
An additional check would make sure the prefix is explicitly set in storageProperties when a medusaConfigurationRef is set. This will reduce the odds of putting backups from multiple clusters in the same folder.
The content you are editing has changed. Please copy your edits and refresh the page.
The Medusa spec would contain an additional ObjectReference field to set the reference to the MedusaConfiguration object:
The above would generate Medusa storage settings here, with the data stored in the medusa-storage-bucket1 object, and override the prefix and transfer max bandwidth with the provided values.
Merging of both structures would be done with Goalesce, prioritizing the values from storageProperties.
The CreateMedusaIni() function would be refactored to take a MedusaSpec object instead of a K8ssandraCluster one, which would be the result of the above merge.
An additional check would make sure the prefix is explicitly set in storageProperties when a medusaConfigurationRef is set. This will reduce the odds of putting backups from multiple clusters in the same folder.
Definition of Done
The text was updated successfully, but these errors were encountered: