Multiple updates.
[virt-p2v.git] / lvm.conf
1 # Heavily customised lvm.conf for live CD.
2 # $Id$
3
4 devices {
5     dir = "/dev"
6     scan = [ "/dev" ]
7
8     # Set the filter so that only /dev/dm-* (device mapper) devices
9     # are scanned.
10     filter = [ "a|^/dev/dm-|", "r/.*/" ]
11
12     cache_dir = "/etc/lvm/cache"
13     cache_file_prefix = ""
14     write_cache_state = 1
15
16     # Allow device-mapper devices to be scanned, and disable
17     # block-device sanity checking.
18     types = [ "device-mapper", 16 ]
19     sysfs_scan = 0
20
21     md_component_detection = 1
22     ignore_suspended_devices = 0
23 }
24
25 log {
26     verbose = 0
27     syslog = 1
28     overwrite = 0
29     level = 0
30     indent = 1
31     command_names = 0
32     prefix = "  "
33 }
34
35 backup {
36     backup = 1
37     backup_dir = "/etc/lvm/backup"
38     archive = 1
39     archive_dir = "/etc/lvm/archive"
40     retain_min = 10
41     retain_days = 30
42 }
43
44 shell {
45     history_size = 100
46 }
47
48 global {
49     umask = 077
50     test = 0
51     units = "h"
52     activation = 1
53     proc = "/proc"
54     locking_type = 1
55     fallback_to_clustered_locking = 1
56     fallback_to_local_locking = 1
57     locking_dir = "/var/lock/lvm"
58 }
59
60 activation {
61     missing_stripe_filler = "/dev/ioerror"
62     reserved_stack = 256
63     reserved_memory = 8192
64     process_priority = -18
65     mirror_region_size = 512
66     mirror_log_fault_policy = "allocate"
67     mirror_device_fault_policy = "remove"
68 }
69
70 # This file must end with a newline
71