1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/clvmd
Dave Wysochanski 4fa2c7f8b6 Remove archive_enable() calls after create_toolcontext() calls.
_init_backup() calls archive_init(), which originally set 'enabled' to
a hardcoded '1' value.  This seems incorrect based on my read of other
areas of the code so here we add a 'enabled' paramter to archive_init().
We pass in cmd->default_settings.archive, which is obtained from the
config tree.  Later in create_toolcontext, cmd->current_settings is
set to cmd->default_settings.  The archive_enable() call we remove
here was using cmd->current_settings to set the 'archive' enable
value.  The final value of cmd->archive_params->enabled should thus
be equivalent to the original code.
2008-12-11 03:32:56 +00:00
..
clvm.h When we unlock a VG tell the clvmds to see if a backup of the metadata needs 2007-12-04 15:39:26 +00:00
clvmd-cman.c clvmd 2008-11-04 16:41:47 +00:00
clvmd-command.c clvmd 2008-11-04 16:41:47 +00:00
clvmd-comms.h Add *Experimental* OpenAIS support to clvmd. 2007-05-21 10:52:01 +00:00
clvmd-gulm.c clvmd 2008-11-04 16:41:47 +00:00
clvmd-gulm.h Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00
clvmd-openais.c clvmd 2008-11-04 16:41:47 +00:00
clvmd.c Fix a starup race in clvmd that could result in huge waits for the first command to be processed. 2008-11-21 13:48:00 +00:00
clvmd.h Allow clvmd debug to be turned on in a running daemon using clvmd -d 2007-08-17 11:51:23 +00:00
lvm-functions.c Remove archive_enable() calls after create_toolcontext() calls. 2008-12-11 03:32:56 +00:00
lvm-functions.h Add missing mutex around clvmd lvmcache_drop_metadata library call. 2008-05-09 15:13:20 +00:00
Makefile.in Add usrlibdir & usrsbindir to configure. 2008-10-07 19:11:59 +00:00
refresh_clvmd.c clvmd 2008-11-04 16:41:47 +00:00
refresh_clvmd.h Allow clvmd debug to be turned on in a running daemon using clvmd -d 2007-08-17 11:51:23 +00:00
tcp-comms.c clvmd 2008-11-04 16:41:47 +00:00
tcp-comms.h Fix clvmd if compiled with gulm support. (2.02.26) 2007-07-24 15:35:11 +00:00