Adjust variable used for migrate selector

This commit is contained in:
2023-09-01 15:42:29 -04:00
parent 1d35fec8a8
commit fa4f1cff0f
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"