1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/liblvm
Dave Wysochanski dce56c9761 Add lvm_config_override - allow caller to override config, similar to --config.
Allowing the caller to override the LVM configuration with an API will
enable them to use things such as device filters.
While very flexible, there is some danger to this API in that it will
make it harder to debug setups that have a changing config and deduce
what might have happened.  At some point we may want to limit the scope
of this API but for now it is as open as the --config option to lvm commands.

Update exported symbols.  When I renamed lvm_reload_config to lvm_config_reload
I forgot to rename so I renamed that one here.

This I believe is the last liblvm API for now.  ;-)

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
2009-07-27 21:02:17 +00:00
..
.exported_symbols Add lvm_config_override - allow caller to override config, similar to --config. 2009-07-27 21:02:17 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm_base.c Add lvm_config_override - allow caller to override config, similar to --config. 2009-07-27 21:02:17 +00:00
lvm_lv.c Add skeletons of lvm_lv_resize and lvm_pv_resize - not yet implemented. 2009-07-27 21:00:50 +00:00
lvm_pv.c Add skeletons of lvm_lv_resize and lvm_pv_resize - not yet implemented. 2009-07-27 21:00:50 +00:00
lvm_vg.c Add lvm_vg_reduce to liblvm2app 2009-07-27 17:44:29 +00:00
lvm.h Add lvm_config_override - allow caller to override config, similar to --config. 2009-07-27 21:02:17 +00:00
Makefile.in Add lvm_{pv|vg|lv}_get_{uuid|name}. 2009-07-23 23:40:05 +00:00