Improve output text message
This commit is contained in:
parent
624eb4e752
commit
a6e824a049
|
@ -1896,7 +1896,7 @@ def cli_vm_snapshot_export(domain, snapshot_name, export_path, incremental_paren
|
||||||
_, primary_node = pvc.lib.cluster.get_primary_node(CLI_CONFIG)
|
_, primary_node = pvc.lib.cluster.get_primary_node(CLI_CONFIG)
|
||||||
echo(
|
echo(
|
||||||
CLI_CONFIG,
|
CLI_CONFIG,
|
||||||
f'Exporting snapshot "{snapshot_name}" of VM "{domain}" to "{export_path}" on "{primary_node}"...',
|
f'Exporting snapshot "{snapshot_name}" of VM "{domain}" to "{primary_node}:{export_path}"... ',
|
||||||
newline=False,
|
newline=False,
|
||||||
)
|
)
|
||||||
retcode, retmsg = pvc.lib.vm.vm_export_snapshot(
|
retcode, retmsg = pvc.lib.vm.vm_export_snapshot(
|
||||||
|
|
Loading…
Reference in New Issue