{'list':(PrintExportList, ARGS_NONE, [NODE_LIST_OPT], "", "Lists insta
nce exports available in the ganeti cluster"), 'export':(ExportInstanc
e, ARGS_ONE_INSTANCE, [FORCE_OPT, SINGLE_NODE_OPT, NOSHUTDOWN_OPT, SHU
TDOWN_TIMEOUT_OPT, REMOVE_INSTANCE_OPT, IGNORE_REMOVE_FAILURES_OPT, DR
Y_RUN_OPT, PRIORITY_OPT], "-n <target_node> [opts...] <name>", "Export
s an instance to an image"), 'import':(ImportInstance, ARGS_ONE_INSTAN
CE, COMMON_CREATE_OPTS+ import_opts, "[...] -t disk-type -n node[:seco
ndary-node] <name>", "Imports an instance from an exported image"), 'r
...
|