We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3203d commit aac51a0Copy full SHA for aac51a0
plans/migrate.pp
@@ -12,13 +12,13 @@
12
# pre-migration checks
13
peadm::assert_supported_bolt_version()
14
peadm::assert_supported_pe_version($pe_version, $permit_unsafe_versions)
15
-
+
16
$all_hosts = peadm::flatten_compact([
17
$old_primary_host,
18
$new_primary_host,
19
])
20
run_command('hostname', $all_hosts) # verify can connect to targets
21
22
# verify the cluster we are migrating from is operational and is a supported architecture
23
$cluster = run_task('peadm::get_peadm_config', $targets).first.value
24
$error = getvar('cluster.error')
0 commit comments