Setting Replication Strategy in Air Gap for HyperScale X

By default, the system performs replication at 12 AM daily. You can configure a different time to perform replication.

To configure different system time, run:

hs_cluster airgap config --key lift.strategy.daily.starttime –value <system time in 24hr format>

Example (5:10 PM):

hs_cluster airgap config --key lift.strategy.daily.starttime –value 17:10

However, you can configure minimum ingestible data threshold that defines the amount of pending data required to trigger replication. The system verifies the data size based on probe frequency and performs replication. In this case, the software does not follow the system time that you configured.

The default value is 500 GB.

To configure the minimum data threshold, run:

hs_cluster --set_airgap_min_auxcopy_threshold threshold=<threshold value in MB>

Example (1 TB):

hs_cluster --set_airgap_min_auxcopy_threshold threshold=1048576
×

Loading...