-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support lxd clustering #292
Comments
Yes, this is a 3.x feature added via the 'clustering' API extension. The 'clustering' extension affects a number of areas: containers, storage-pools, and networks. (Note for implementation: remember to check that the 'clustering' API extension exists as a check as to whether to accept this parameter.) |
Any timeline on when clustering will be supported? |
I also required the clustering features and therefore built the minimum as PR #331 |
@ghoshanjega there is now an api endpoint for getting cluster and member info. What else would you need? |
Hi guys, I have started using pylxd very recently and the first thing I noticed missing in the cluster supports is creation of networks. Where in the standalone LXD it's enough to do
in a clustered environment the process is a bit more complex
Any idea if we could get this supported? |
The addition of a target argument for containers was very lightweight.
|
@felix-engelmann That's why you usually need to create a network like:
The targeted ones can set keys that are only relevant to a particular member, in the network case, that's pretty much just |
i.e. no way to specify the target host in container.create.
in the rest api this is done by adding ?target=target_id
api extension are document at:
https://github.com/lxc/lxd/blob/master/doc/api-extensions.md#clustering
The text was updated successfully, but these errors were encountered: