mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
committed by
Michal Privoznik
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);
|
||||
|
||||
Reference in New Issue
Block a user