Skip to content

Commit

Permalink
vagrant: kvm: remove remote_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 12, 2021
1 parent 20542d0 commit 7528c12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vagrant/ansible/roles/kvm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
- { switch: "--enable", option: "KVM_AMD" }
# enable KVM_INTROSPECTION
- { switch: "--enable", option: "KVM_INTROSPECTION" }
# enable REMOTE_MAPPING
# -> !TRANSPARENT_HUGEPAGE
- { switch: "--disable", option: "TRANSPARENT_HUGEPAGE" }
- { switch: "--enable", option: "REMOTE_MAPPING" }

- name: append -kvmi to kernel version string
lineinfile:
Expand Down

0 comments on commit 7528c12

Please sign in to comment.