Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. config {
  2. checks = 1
  3. abort_on_errors = 0
  4. profile_dir = "/etc/lvm/profile"
  5. }
  6. devices {
  7. dir = "/dev"
  8. scan = [ "/dev" ]
  9. obtain_device_list_from_udev = 1
  10. external_device_info_source = "none"
  11. preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
  12. filter = [ "a|drbd.*|", "r|^/dev/sdb$|" ]
  13. cache_dir = "/etc/lvm/cache"
  14. cache_file_prefix = ""
  15. write_cache_state = 0
  16. sysfs_scan = 1
  17. multipath_component_detection = 1
  18. md_component_detection = 1
  19. fw_raid_component_detection = 0
  20. md_chunk_alignment = 1
  21. data_alignment_detection = 1
  22. data_alignment = 0
  23. data_alignment_offset_detection = 1
  24. ignore_suspended_devices = 0
  25. ignore_lvm_mirrors = 1
  26. disable_after_error_count = 0
  27. require_restorefile_with_uuid = 1
  28. pv_min_size = 2048
  29. issue_discards = 0
  30. allow_changes_with_duplicate_pvs = 1
  31. }
  32. allocation {
  33. maximise_cling = 1
  34. use_blkid_wiping = 1
  35. wipe_signatures_when_zeroing_new_lvs = 1
  36. mirror_logs_require_separate_pvs = 0
  37. cache_pool_metadata_require_separate_pvs = 0
  38. thin_pool_metadata_require_separate_pvs = 0
  39. }
  40. log {
  41. verbose = 0
  42. silent = 0
  43. syslog = 0
  44. file = "/var/log/clvm.log"
  45. overwrite = 0
  46. level = 5
  47. indent = 1
  48. command_names = 0
  49. prefix = " "
  50. activation = 0
  51. debug_classes = [ "memory", "devices", "io", "activation", "allocation", "lvmetad", "metadata", "cache", "locking", "lvmpolld", "dbus" ]
  52. }
  53. backup {
  54. backup = 1
  55. backup_dir = "/etc/lvm/backup"
  56. archive = 1
  57. archive_dir = "/etc/lvm/archive"
  58. retain_min = 10
  59. retain_days = 30
  60. }
  61. shell {
  62. history_size = 100
  63. }
  64. global {
  65. umask = 077
  66. test = 0
  67. units = "r"
  68. si_unit_consistency = 1
  69. suffix = 1
  70. activation = 1
  71. proc = "/proc"
  72. etc = "/etc"
  73. locking_type = 3
  74. wait_for_locks = 1
  75. fallback_to_clustered_locking = 1
  76. fallback_to_local_locking = 1
  77. locking_dir = "/run/lock/lvm"
  78. prioritise_write_locks = 1
  79. abort_on_internal_errors = 0
  80. metadata_read_only = 0
  81. mirror_segtype_default = "raid1"
  82. raid10_segtype_default = "raid10"
  83. sparse_segtype_default = "thin"
  84. use_lvmetad = 0
  85. use_lvmlockd = 0
  86. system_id_source = "none"
  87. use_lvmpolld = 1
  88. notify_dbus = 1
  89. }
  90. activation {
  91. checks = 0
  92. udev_sync = 1
  93. udev_rules = 1
  94. verify_udev_operations = 0
  95. retry_deactivation = 1
  96. missing_stripe_filler = "error"
  97. use_linear_target = 1
  98. reserved_stack = 64
  99. reserved_memory = 8192
  100. process_priority = -18
  101. raid_region_size = 2048
  102. readahead = "auto"
  103. raid_fault_policy = "warn"
  104. mirror_image_fault_policy = "remove"
  105. mirror_log_fault_policy = "allocate"
  106. snapshot_autoextend_threshold = 100
  107. snapshot_autoextend_percent = 20
  108. thin_pool_autoextend_threshold = 100
  109. thin_pool_autoextend_percent = 20
  110. use_mlockall = 0
  111. monitoring = 1
  112. polling_interval = 15
  113. activation_mode = "degraded"
  114. }
  115.  
  116. dmeventd {
  117. mirror_library = "libdevmapper-event-lvm2mirror.so"
  118. snapshot_library = "libdevmapper-event-lvm2snapshot.so"
  119. thin_library = "libdevmapper-event-lvm2thin.so"
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement