Installation
The installation process consists of two steps:
- Install Container Storage Modules (CSM) for Replication Controller
- Install CSI driver after enabling replication
Before you begin
Please read this document before proceeding with the installation. It provides detailed steps on how to set up communication between multiple clusters which will be required during or after the installation.
Install CSM Replication Controller
You can use one of the following methods to install CSM Replication Controller:
- Using repctl
- Installation script (Helm chart)
We recommend using repctl for the installation, as it simplifies the installation workflow. This process also helps configure repctl
for future use during management operations.
Using repctl
Please follow the steps here to install & configure Dell Replication Controller using repctl.
Using the installation script
Please follow the steps here to install & configure Dell Replication Controller using script.
Install CSI driver
The following CSI drivers support replication:
- CSI driver for PowerMax
- CSI driver for PowerStore
- CSI driver for PowerScale
- CSI driver for PowerFlex
Please follow the steps outlined in PowerMax, PowerStore, PowerScale, or PowerFlex pages during the driver installation.
Note: Please ensure that replication CRDs are installed in the clusters where you are installing the CSI drivers. These CRDs are generally installed as part of the CSM Replication controller installation process.
Dynamic Log Level Change
CSM Replication Controller can dynamically change its logs’ verbosity level. To set log level in runtime, you need to edit the controllers ConfigMap:
kubectl edit cm dell-replication-controller-config -n dell-replication-controller
And set the CSI_LOG_LEVEL field to the level of your choosing. CSM Replication controller supports following log levels:
- “PANIC”
- “FATAL”
- “ERROR”
- “WARN”
- “INFO”
- “DEBUG”
- “TRACE”
Note: CSI-Replicator sidecar utilizes the same log level as CSI driver. To change the sidecars log level refer to corresponding csi drivers documentation.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.