Description of problem: When I have a cache pool LV, its DBus representation doesn't provide information about the data_lv and metadata_lv objects. In case of a thin pool these both are provided so it should be the same for cache pools. Version-Release number of selected component (if applicable): lvm2-2.02.154-1 How reproducible: 100% Steps to Reproduce: 1. create a cache pool LV 2. try to get it's data_lv and metadata_lv over DBus Actual results: information missing Expected results: information provided Additional info: These two pieces of information should probably go under a new 'CachePool' interface similar to 'ThinPool'.
Committed upstream: https://git.fedorahosted.org/cgit/lvm2.git/commit/?id=e04705b305626d37cbd076b47d6ad37c9b1b282e
(In reply to Tony Asleson from comment #1) > Committed upstream: > https://git.fedorahosted.org/cgit/lvm2.git/commit/ > ?id=e04705b305626d37cbd076b47d6ad37c9b1b282e Looks good to me, thanks!
Included in 2.02.156. https://www.redhat.com/archives/lvm-devel/2016-June/msg00029.html commit e04705b305626d37cbd076b47d6ad37c9b1b282e Author: Tony Asleson <tasleson> Date: Mon Jun 6 15:03:02 2016 -0500 lvmdbusd: Add data_lv and metadata_lv to cache pool interface