From d6ccebf9bb8e088763b5d3bb593591ffa6ed4a81 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Thu, 2 May 2019 13:00:42 +1200 Subject: [PATCH] have answers-lvm-dmcrypt.yaml edit the vg's encryptedness off and on again --- examples/answers-lvm-dmcrypt.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/answers-lvm-dmcrypt.yaml b/examples/answers-lvm-dmcrypt.yaml index 1d81ce05..679afe4e 100644 --- a/examples/answers-lvm-dmcrypt.yaml +++ b/examples/answers-lvm-dmcrypt.yaml @@ -42,6 +42,16 @@ Filesystem: encrypt: true password: "passw0rd" confirm_password: "passw0rd" + - obj: [volgroup name vg-1] + action: EDIT + data: + encrypt: false + - obj: [volgroup name vg-1] + action: EDIT + data: + encrypt: true + password: "passw0rd" + confirm_password: "passw0rd" - obj: [volgroup name vg-1] action: CREATE_LV data: