1thin_ls(8) System Manager's Manual thin_ls(8)
2
3
4
6 thin_ls - List thin volumes within a pool.
7
9 thin_ls [options] {device|file}
10
12 thin_ls displays infomation about thin volumes in a pool. Pass the
13 metadata device on the command line, not the pool device.
14
15 This tool cannot be run on live metadata unless the --metadata-snap
16 option is used.
17
19 -h, --help
20 Print help and exit.
21
22 -V, --version
23 Print version information and exit.
24
25 -o, --format
26 Give a comma separated list of fields to be output.
27
28 Valid fields are:
29 DEV, MAPPED_BLOCKS, EXCLUSIVE_BLOCKS, SHARED_BLOCKS, MAPPED_SECTORS,
30 EXCLUSIVE_SECTORS, SHARED_SECTORS, MAPPED_BYTES, EXCLUSIVE_BYTES,
31 SHARED_BYTES, MAPPED, EXCLUSIVE, SHARED, TRANSACTION, CREATE_TIME,
32 SNAP_TIME
33
34
35 --no-headers
36 Don't output headers.
37
38 -m, --metadata-snap
39 Use metadata snapshot.
40
41 If you want to get information out of a live pool then you will need to
42 take a metadata snapshot and use this switch.
43
44
46 thin_dump(8), thin_repair(8), thin_restore(8), thin_rmap(8),
47 thin_trim(8), thin_metadata_size(8)
48
50 Joe Thornber <ejt@redhat.com>
51
52
53
54System Manager's Manual Device Mapper Tools thin_ls(8)