From f9723aca44aa4dae4e9e78473646491503994559 Mon Sep 17 00:00:00 2001 From: Artem Makhortov <13339874+artmakh@users.noreply.github.com> Date: Fri, 3 Mar 2023 22:05:33 +0700 Subject: [PATCH] doc: vmctl vm-native-step-interval supported values (#3899) --- docs/vmctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmctl.md b/docs/vmctl.md index 4f7d2ccef8..1728343016 100644 --- a/docs/vmctl.md +++ b/docs/vmctl.md @@ -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 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 export process.