summaryrefslogtreecommitdiffstats
path: root/roles/ands_storage/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ands_storage/handlers/main.yml')
-rw-r--r--roles/ands_storage/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/ands_storage/handlers/main.yml b/roles/ands_storage/handlers/main.yml
new file mode 100644
index 0000000..9f55771
--- /dev/null
+++ b/roles/ands_storage/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: ands_heketi_change
+ command: pvresize "/dev/{{ ands_heketi_vg }}/{{ ands_heketi_lv }}"
+ when: heketi_stat_result.stat.exists
+