-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cluster: Enforce member name cannot be
none
(#13963)
In #13957 (comment) we found that currently `none` is a valid LXD cluster member name. This collides with the internally used concept which identifies if LXD is clustered or not by setting it's internal `ServerName` to `none` or it's actual cluster name. The PR ensures that a LXD cluster member's name cannot be `none` as well as blocking the creation of join tokens with name `none`.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters