Replies: 1 comment 3 replies
-
yes
yes
only if there are external machines that need access to the UI without interuption and not caring about which MS they reach.
MSses devide the work amongst them selves. jobs that are ongoing on an MS may fail if that machine crashes, but overall operations continue. The DB should not be an issue if the MSses are connected to a running engine. I’ll try to look at your other questions later, but have no idea when I’ll take the time for that (sorry about that) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am currently testing a multi-management-server Apache CloudStack setup across two separate private networks and wanted clarification regarding management server failover behavior and a cross-zone snapshot/template copy issue.
Current Architecture
I have two separate networks:
Both networks are reachable from each other.
Infrastructure Layout
Network 1 (192.168.1.0/24)
Network 2 (192.168.2.0/24)
Setup Process
bind-address = 0.0.0.0so both management servers can connect to the same DB.
management.network.cidr=192.168.0.0/16to allow both subnets to communicate within the management network range.
Then, Created another Zone
Current Behavior Working Properly
Observed Concern
Even though I have two management servers, all KVM hosts appear to connect only to the first management server (192.168.1.101) which also hosts the MySQL DB.
I want to understand:
HA / Failover Question
If the first management server
(192.168.1.101)goes down:(192.168.2.101)?Cross-Zone Snapshot/Template Copy Problem
Everything works until I try to:
Then I receive:
HTTP Server returned 403 (expected 200 OK)
Relevant Logs
Failed to copy snapshot: 9d3f5a15-c8f8-4c00-9d08-1854ba68a90e with error:
HTTP Server returned 403 (expected 200 OK)
Additional stack trace:
Questions Regarding the 403 Error
Additional Notes
I would appreciate guidance on:
Beta Was this translation helpful? Give feedback.
All reactions