]> sourceware.org Git - lvm2.git/commit
dmstats: accept multiple arguments to --filemap
authorBryn M. Reeves <bmr@redhat.com>
Fri, 8 Jul 2016 21:02:47 +0000 (22:02 +0100)
committerBryn M. Reeves <bmr@redhat.com>
Fri, 8 Jul 2016 21:05:36 +0000 (22:05 +0100)
commit6a77a40501b6cc71d8e5af30393a1305fcd923ab
treecb9247308f3e9f4cf2ec7a846fd5c19ce3d74f7e
parent2d1f03b6164bce6f871918f563de9d8233e76f93
dmstats: accept multiple arguments to --filemap

Make the --filemap switch take no arguments and instead accept one
or more files on the command line to be mapped and placed into
groups.

This allows --filemap to be used with a glob:

  # dmstats create --filemap *
  rhel5.10-1.qcow2: Created new group with 87 region(s) as group ID 1564.
  rhel5.10.qcow2: Created new group with 8 region(s) as group ID 1651.
  rhel7.0-1.qcow2: Created new group with 11 region(s) as group ID 1659.
  rhel7.0.qcow2: Created new group with 1454 region(s) as group ID 1670.
  vm.img: Created new group with 2 region(s) as group ID 3124.
tools/dmsetup.c
This page took 0.033291 seconds and 5 git commands to generate.