replicationstream modify

Prev Next

This command modifies the QoS priority of a replication stream. By default, the relative priority of replication streams is set automatically. It is possible to set a manual priority score.

Usage

replicationstream modify --id ID
                        [--priority-score SCORE],
                        [--auto-calculate-priority-score]

Required Parameters

--id ID

Specifies which replication stream to modify.

Options

--priority-score SCORE

Sets a score to manually adjust stream's priority for replication jobs. A lower score means a higher priority.

Specify SCORE as a float value.

For example, --priority-score 2.5

--auto-calculate-priority-score

Resets priority score to be calculated automatically.

Example

This example resets priority score of a replication stream to be automatically calculated.  

vcli: admin> replicationstream modify --id 23 --auto-calculate-priority-score