Replies: 3 comments 3 replies
-
Oh, and a secondary odd thing, when adding a host for LXC, the option for the ssh key is gone, it seems like it can only use a username/password? When looking at the API itself I'm not seeing that limitation, and not finding any discussion on that in the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case its relevant, here's some cloudmonkey output with settings:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@bradh352 |
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.
-
I've just spun up a cloudstack 4.20.1 8-node environment. All hosts are configured identically (regardless if their purpose is for KVM or LXC).
I joined the first 5 hosts as KVM hosts and that works fine.
Then I created a new cluster under the same zone via the UI for my LXC hosts with the intention of joining the remaining 3 nodes as LXC nodes but it fails (after a long wait).
Looking at the agent logs, all I see is:
Looking at the command history, I see:
compared to KVM:
The thing that stands out at me is the pubNic, prvNic and guestNic ... the LXC should match what is passed for the KVM nodes, but instead are reverting to the default 'cloudbr0' which I don't have as I named my bridges more useful names. Any idea why these aren't passed properly?
Perhaps I missed something in the new cluster? I thought the network settings were zone-wide.
Beta Was this translation helpful? Give feedback.
All reactions