Configuration

This page documents some configuration parameters that can be set using Helm or by other means.

The following mover related options can be set using Helm. Note that all of them can also be set in UI at job level. If values are configured at job level, they will override values set through Helm.

globalConfig:
  offload:
    moverReadyTimeout: 15m
    moverMemoryLimitMb: 0
    azureFilesRestoreMethod: AUTO
  restore:
    moverReadyTimeout: 15m
    moverMemoryLimitMb: 0
moverReadyTimeout

String. Optional. Timeout for mover pod to be ready. Format: “number<unit>”. Default: “15m” (15 minutes).

moverMemoryLimitMb

Integer. Optional. Memory limit for the mover pod in MB. Default is unlimited for backups and 2GB for restores.

azureFilesRestoreMethod

Optional. Applies only to copy of Azure File volumes. Allowed values: AUTO, CSI_DRIVER, CLOUDCASA_AZURE_FILES_MOVER. Default: AUTO.