From b4a4ba7ac9d7c7bcfa438d73c22f7cd3cc971f2d Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 23 Jul 2012 07:08:48 +0400 Subject: [PATCH] docs: Add long and some new options To reflect current options we support Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Documentation/crtools.txt | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/Documentation/crtools.txt b/Documentation/crtools.txt index 49c0722a5..3f22583ed 100644 --- a/Documentation/crtools.txt +++ b/Documentation/crtools.txt @@ -36,34 +36,52 @@ OPTIONS In case of 'dump' command processes being checkpointed wont be killed once checkpoint complete but rather continue execution. --D :: +-D|--images-dir :: Use path 'path' as a base directory where to look for dump files set. This commands allpies to any . --s:: +-s|--leave-stopped:: Leave tasks in stopped state after checkpoint instead of killing them. --f :: +-f|--file :: This option is valid for 'show' command only and allows to see content of the specified. --t :: +-x|--ext-unix-sk:: + Dump external unix sockets. + +-t|--tree :: Checkpoint the whole process tree starting from 'pid'. --d:: +-d|--restore-detached:: Detach 'crtools' itself once restore is complete. --n :: +-n|--namespaces :: Checkpoint namespaces. Namespaces must be separated by comma. - Currently supported namespaces: uts, ipc. + Currently supported namespaces: uts, ipc, mnt, pid. --o :: +-o|--log-file :: Write logging messages to 'file'. -v :: Set logging level to 'num'. Valid options are: 0 - (silent, error messages only), 1 - informative (default), 2 - debug messages. +--log-pid:: + Write separate logging files per each pid. + +--close :: + Close file with descriptor 'fd' before anything else. + +--tcp-established:: + Checkpoint/restore established TCP connections. + +-V|--version:: + Print program version. + +-h|--help:: + Print inline help. + AUTHOR ------ OpenVZ team.