1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-13 11:33:16 +03:00

Add activation/udev_sync to lvm.conf.

This commit is contained in:
Alasdair Kergon
2009-08-04 15:36:13 +00:00
parent c48b10050a
commit cf8235e0aa
7 changed files with 22 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ struct config_info {
int archive; /* should we archive ? */
int backup; /* should we backup ? */
int read_ahead; /* DM_READ_AHEAD_NONE or _AUTO */
int udev_sync;
int cache_vgmetadata;
const char *msg_prefix;
struct format_type *fmt;