# Heavily customised lvm.conf for live CD. devices { dir = "/dev" scan = [ "/dev" ] # Set the filter so that only /dev/dm-* (device mapper) devices # are scanned. filter = [ "a|^/dev/dm-|", "r/.*/" ] cache_dir = "/etc/lvm/cache" cache_file_prefix = "" write_cache_state = 1 # Allow device-mapper devices to be scanned, and disable # block-device sanity checking. types = [ "device-mapper", 16 ] sysfs_scan = 0 md_component_detection = 1 ignore_suspended_devices = 0 } log { verbose = 0 syslog = 1 overwrite = 0 level = 0 indent = 1 command_names = 0 prefix = " " } backup { backup = 1 backup_dir = "/etc/lvm/backup" archive = 1 archive_dir = "/etc/lvm/archive" retain_min = 10 retain_days = 30 } shell { history_size = 100 } global { umask = 077 test = 0 units = "h" activation = 1 proc = "/proc" locking_type = 1 fallback_to_clustered_locking = 1 fallback_to_local_locking = 1 locking_dir = "/var/lock/lvm" } activation { missing_stripe_filler = "/dev/ioerror" reserved_stack = 256 reserved_memory = 8192 process_priority = -18 mirror_region_size = 512 mirror_log_fault_policy = "allocate" mirror_device_fault_policy = "remove" } # This file must end with a newline