The appliance_console_cli
on secondary tries to init disks twice, leading to failure
#124
Labels
appliance_console_cli
on secondary tries to init disks twice, leading to failure
#124
Version: cfme-5.11.7.3-1.el8cf.x86_64
reproducibility 100% with our test suite.
The command
appliance_console_cli --internal --username root --password smartvm --replication standby --primary-host $SOME_IP --standby-host $SOME_OTHER_IP --cluster-node-number 2 --auto-failover --dbname vmdb_production --verbose --dbdisk /dev/vdb --standalone
Fails as follows (note the doubled
Initialize postgresql disk starting
):This is in the logs, but it appears to be unrelated:
After untangling the logging by removing the
log_and_feedback
i get this output:Executing manually:
parted -s /dev/vdb mklabel gpt
showsThis tells me that the disk indeed was inited already:
The text was updated successfully, but these errors were encountered: