mirror of https://gitee.com/openkylin/libvirt.git
virsh: Command completion, add comp-methods with zlib and zstd
Signed-off-by: Yalei Li <liyl43@chinatelecom.cn> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
0e120bc431
commit
9e555699a2
|
@ -1012,7 +1012,7 @@ virshDomainMigrateCompMethodsCompleter(vshControl *ctl,
|
|||
const vshCmd *cmd,
|
||||
unsigned int flags)
|
||||
{
|
||||
const char *methods[] = {"xbzrle", "mt", NULL};
|
||||
const char *methods[] = {"xbzrle", "mt", "zlib", "zstd", NULL};
|
||||
const char *method = NULL;
|
||||
|
||||
virCheckFlags(0, NULL);
|
||||
|
|
Loading…
Reference in New Issue