mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
vz: added VIR_MIGRATE_NON_SHARED_INC migration flag support
This flag is used in Virtuozzo backend implicitly, thus we need to support it and don't fail if it's set. Signed-off-by: Pavel Glushchak <pglushchak@virtuozzo.com>
This commit is contained in:
parent
5bafa1d721
commit
b1f916abbc
@ -2899,7 +2899,8 @@ vzEatCookie(const char *cookiein, int cookieinlen, unsigned int flags)
|
||||
VIR_MIGRATE_PEER2PEER | \
|
||||
VIR_MIGRATE_LIVE | \
|
||||
VIR_MIGRATE_UNDEFINE_SOURCE | \
|
||||
VIR_MIGRATE_PERSIST_DEST)
|
||||
VIR_MIGRATE_PERSIST_DEST | \
|
||||
VIR_MIGRATE_NON_SHARED_INC)
|
||||
|
||||
#define VZ_MIGRATION_PARAMETERS \
|
||||
VIR_MIGRATE_PARAM_DEST_XML, VIR_TYPED_PARAM_STRING, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user