1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Fix error message when archive initialization fails.

This commit is contained in:
Takahiro Yasui 2009-04-02 20:46:11 +00:00
parent fe41c21be9
commit e69246e1b7
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.46 -
================================
Fix error message when archive initialization fails.
Make sure clvmd-corosync releases the lockspace when it exits.
Fix segfault for vgcfgrestore on VG with missing PVs.
Block SIGTERM & SIGINT in clvmd subthreads.

View File

@ -955,7 +955,7 @@ static int _init_backup(struct cmd_context *cmd)
if (!archive_init(cmd, dir, days, min,
cmd->default_settings.archive)) {
log_debug("backup_init failed.");
log_debug("archive_init failed.");
return 0;
}