1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons/clvmd
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
..
clvm.h Remove some whitespaces. 2012-03-10 10:39:28 +00:00
clvmd-cman.c Restart CLVMD with same cluster manager 2011-09-25 19:37:00 +00:00
clvmd-command.c cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
clvmd-common.h Various cleanups following recent commits. 2010-06-21 15:56:57 +00:00
clvmd-comms.h Restart CLVMD with same cluster manager 2011-09-25 19:37:00 +00:00
clvmd-corosync.c Automatically detect whether corosync clvmd needs to use confdb or cmap. (fabio) 2012-01-31 21:21:53 +00:00
clvmd-openais.c cleanup: replace memset with struct initilization 2012-06-22 13:23:03 +02:00
clvmd-singlenode.c cleanup: singlenode minor change 2012-12-15 14:57:40 +01:00
clvmd.c locales: use higher prio LC_ALL variable 2013-01-22 11:25:02 +01:00
clvmd.h Const fixing 2011-02-18 14:47:28 +00:00
lvm-functions.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
lvm-functions.h CLVMD bugfix support for args -S -E 2011-09-24 20:48:34 +00:00
Makefile.in Automatically detect whether corosync clvmd needs to use confdb or cmap. (fabio) 2012-01-31 21:21:53 +00:00
refresh_clvmd.c cleanup: replace memset with struct initilization 2012-06-22 13:23:03 +02:00
refresh_clvmd.h Add -S command to clvmd, so it can restart itself and still 2010-04-20 14:07:37 +00:00