1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/format_text
Peter Rajnoha 386886f71c config: refer to config nodes using assigned IDs
For example, the old call and reference:

  find_config_tree_str(cmd, "devices/dir", DEFAULT_DEV_DIR)

...now becomes:

  find_config_tree_str(cmd, devices_dir_CFG)

So we're referring to the named configuration ID instead
of passing the configuration path and the default value
is taken from central config definition in config_settings.h
automatically.
2013-03-06 10:14:33 +01:00
..
archive.c cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
archiver.c thin: allow restore with --force 2012-11-27 14:08:24 +01:00
archiver.h thin: allow restore with --force 2012-11-27 14:08:24 +01:00
export.c pv_header_extension: add support for writing PV header extension (flags & Embedding Area) 2013-02-26 11:28:00 +01:00
flags.c thin: add support for external origin 2013-02-23 10:36:58 +01:00
format-text.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
format-text.h pv_header_extension: add supporting infrastructure for PV header extension (flags & Embedding Area) 2013-02-26 11:25:16 +01:00
import_vsn1.c pv_header_extension: add support for reading PV header extension (flags & Embedding Area) 2013-02-26 11:27:23 +01:00
import-export.h Pass 'single_device' parameter down to suppress 'Can't find uuid' messages 2012-02-29 02:35:35 +00:00
import.c cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
layout.h cleanup: remove struct pv_header_extension reference from struct pv_header 2013-02-27 10:47:24 +01:00
tags.c Move the core of the lib/config/config.c functionality into libdevmapper, 2011-08-30 14:55:15 +00:00
text_export.h Move the core of the lib/config/config.c functionality into libdevmapper, 2011-08-30 14:55:15 +00:00
text_import.h Replace const usage of dm_config_find_node with more appropriate value-lookup 2011-08-31 15:19:19 +00:00
text_label.c pv_header_extension: add support for writing PV header extension (flags & Embedding Area) 2013-02-26 11:28:00 +01:00