]> sourceware.org Git - lvm2.git/commit
report: use same info also for lv_attr
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 20 Jan 2015 12:14:16 +0000 (13:14 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 20 Jan 2015 13:58:41 +0000 (14:58 +0100)
commitb3a348c03c67b490ad1a8517168454dc6d5563da
treeb5f3d24ae92e7870d3ee3f783f0ac6e7462b6227
parente34b004422f0d51263e0d34f4064556cfc9148f6
report: use same info also for  lv_attr

Recently the single 'status' code has been used for number of cache
features.

Extend the API a little bit to allow usage also for lv_attr_dup.

As the function itself is used in lvm2api - add a new function:
lv_attr_dup_with_info_and_seg_status() that is able to use
grabbed info & status information.

report_init() is now using directly passed lvdm struct pointer
which holds the infomation whether lv_info() was correctly obtained or
there was some error when trying to read it.

Move 'healt' attribute to status.
TODO convert raid function to use the already known status.
lib/activate/activate.h
lib/activate/dev_manager.c
lib/metadata/lv.c
lib/metadata/lv.h
lib/report/columns.h
lib/report/report.c
This page took 0.032763 seconds and 5 git commands to generate.