Adjust variable used for migrate selector

This commit is contained in:
Joshua Boniface
2022-11-07 10:26:13 -05:00
parent 7d329708bc
commit 85cb7e3f6a
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ pvc:
pass: {% for node in pvc_nodes if node.hostname == this_node %}{{ node.ipmi_password }}{% endfor %}
migration:
target_selector: {{ pvc_fence_migrate_target_selector }}
target_selector: {{ pvc_migrate_target_selector }}
configuration:
directories:
dynamic_directory: "/run/pvc"