diff Print extents that differ since a
previous snap, or image creation.
disk-usage (du) Show disk usage stats for pool, image
- or snapshot
+ or snapshot.
export Export image to file.
export-diff Export incremental diff to file.
feature disable Disable the specified image feature.
[--from-snap <from-snap>]
<image-or-snap-spec>
- Show disk usage stats for pool, image or snapshot
+ Show disk usage stats for pool, image or snapshot.
Positional arguments
<image-or-snap-spec> image or snapshot specification
}
Shell::Action action(
- {"disk-usage"}, {"du"}, "Show disk usage stats for pool, image or snapshot",
+ {"disk-usage"}, {"du"}, "Show disk usage stats for pool, image or snapshot.",
"", &get_arguments, &execute);
} // namespace disk_usage