doc: vmctl vm-native-step-interval supported values

This commit is contained in:
Artem Makhortov 2023-03-03 17:15:08 +07:00
parent d056be710b
commit e781e22c9c
No known key found for this signature in database
GPG key ID: 8660E01977EC4C1C

View file

@ -801,7 +801,7 @@ It is possible split migration process into set of smaller batches based on time
migrating large volumes of data as this adds indication of progress and ability to restore process from certain point migrating large volumes of data as this adds indication of progress and ability to restore process from certain point
in case of failure. in case of failure.
To use this you need to specify `--vm-native-step-interval` flag. Supported values are: `month`, `day`, `hour`. To use this you need to specify `--vm-native-step-interval` flag. Supported values are: `month`, `day`, `hour`, `minute`.
Note that in order to use this it is required `--vm-native-filter-time-start` to be set to calculate time ranges for Note that in order to use this it is required `--vm-native-filter-time-start` to be set to calculate time ranges for
export process. export process.