associated.
image-meta set Image metadata set key with value.
import Import image from file.
- import-diff Import an incremental diff.
+ import-diff Apply an incremental diff to image HEAD,
+ then create a snapshot.
info Show information about image size,
striping, etc.
journal client disconnect Flag image journal client as disconnected.
[--sparse-size <sparse-size>] [--no-progress]
<path-name> <image-spec>
- Import an incremental diff.
+ Apply an incremental diff to image HEAD, then create a snapshot.
Positional arguments
<path-name> import file (or '-' for stdin)
}
Shell::Action action_diff(
- {"import-diff"}, {}, "Import an incremental diff.", "", &get_arguments_diff,
- &execute_diff);
+ {"import-diff"}, {},
+ "Apply an incremental diff to image HEAD, then create a snapshot.", "",
+ &get_arguments_diff, &execute_diff);
class C_Import : public Context {
public: