" --order <bits> the object size in bits; object size will be\n"
" (1 << order) bytes. Default is 22 (4 MB).\n"
" --image-format <format-number> format to use when creating an image\n"
-" format 1 is the original format (default)\n"
-" format 2 supports cloning\n"
+" format 1 is the original format\n"
+" format 2 supports cloning (default)\n"
" --image-feature <feature> optional format 2 feature to enable.\n"
" use multiple times to enable multiple features\n"
" --image-shared image will be used concurrently (disables\n"
int order = 0;
bool format_specified = false,
output_format_specified = false;
- int format = 1;
+ int format = 2;
uint64_t features = 0;
bool shared = false;
--order <bits> the object size in bits; object size will be
(1 << order) bytes. Default is 22 (4 MB).
--image-format <format-number> format to use when creating an image
- format 1 is the original format (default)
- format 2 supports cloning
+ format 1 is the original format
+ format 2 supports cloning (default)
--image-feature <feature> optional format 2 feature to enable.
use multiple times to enable multiple features
--image-shared image will be used concurrently (disables