[CRIU] [PATCH 0/5] p.haul: allow pass module specific command line arguments
Nikita Spiridonov
nspiridonov at odin.com
Fri Nov 20 08:48:58 PST 2015
Implement module specific arguments feature and perform required
refactoring and cleanups. This change is needed to implement migration
of Virtuozzo containers with multiple ploop disks.
Nikita Spiridonov (5):
p.haul: minor fixups for pre_dump variable of phaul_iter_worker
p.haul: minor fixups for set_options functions
p.haul: minor style fixes for arguments parsing code
p.haul: move arguments parsing to separate file
p.haul: allow pass module specific command line arguments
p.haul | 40 ++---------------------
p.haul-service | 11 ++----
phaul/args_parser.py | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++
phaul/criu_api.py | 10 ++---
phaul/htype.py | 13 +++++--
phaul/iters.py | 23 ++++++-------
phaul/service.py | 3 +-
7 files changed, 118 insertions(+), 70 deletions(-)
create mode 100644 phaul/args_parser.py
More information about the CRIU
mailing list