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
| Specifies which replication stream to modify. |
Options
| Sets a score to manually adjust stream's priority for replication jobs. A lower score means a higher priority. Specify For example, |
| 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