Skip to content
Snippets Groups Projects
Commit 007d93f6 authored by godog's avatar godog
Browse files

volumemgr: load dm-snapshot kernel module

parent 33ce0c13
No related branches found
No related tags found
1 merge request!307volumemgr: load dm-snapshot kernel module
Pipeline #82396 passed
......@@ -4,3 +4,9 @@
with_items: "{{ float_enabled_services }}"
loop_control:
loop_var: service_name_iter
- name: Configure kernel modules
template:
src: "modules.conf.j2"
dest: "/etc/modules-load.d/float-volumemgr.conf"
when: enable_lvm
# Force-load dm-snapshot to enable LVM snapshots
# Normally this module is loaded on demand by LVM, however module loading is
# disabled after boot is completed.
dm-snapshot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment