/* * Copyright (c) 2015 Red Hat. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. */ dmthin { pool vol } dmthin.pool { size DM:1:0 transaction_id DM:1:1 metadata data held_root DM:1:6 discard_passdown DM:1:7 read_mode DM:1:8 no_space_mode DM:1:9 } dmthin.pool.metadata { used DM:1:2 total DM:1:3 } dmthin.pool.data { used DM:1:4 total DM:1:5 } dmthin.vol { size DM:2:0 num_mapped_sectors DM:2:1 highest_mapped_sector DM:2:2 }