mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
archive: update message
Better suggesting message as suggested by RHBZ 2123151.
This commit is contained in:
parent
6d14144d31
commit
f89c369a01
@ -219,7 +219,7 @@ static void _remove_expired(const char *dir, const char *vgname,
|
|||||||
|
|
||||||
sum /= 1024 * 1024;
|
sum /= 1024 * 1024;
|
||||||
if (sum > 128 || archives_size > 8192)
|
if (sum > 128 || archives_size > 8192)
|
||||||
log_print_unless_silent("Consider pruning %s VG archive with more then %u MiB in %u files (check archiving is needed in lvm.conf).",
|
log_print_unless_silent("Consider pruning %s VG archive with more then %u MiB in %u files (see archiving settings in lvm.conf).",
|
||||||
vgname, (unsigned)sum, archives_size);
|
vgname, (unsigned)sum, archives_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user