Created
July 1, 2014 22:21
-
-
Save cbrinker/2b2aad1084e9e5c768a5 to your computer and use it in GitHub Desktop.
bcfg2-server is reporting an error like this for the end of about 10% of my client runs. bcfg2-server-1.3.3-5.el6.noarch
This file contains hidden or 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
Client metadata resolution error for SERVER_NAME: Cannot add new client SERVER_NAME; no default group set | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/Bcfg2/Server/Core.py", line 882, in build_metadata#012 | |
imd = self.metadata.get_initial_metadata(client_name) | |
File "/usr/lib/python2.6/site-packages/Bcfg2/Server/Plugins/Metadata.py", line 1207, in get_initial_metadata | |
"Cannot add new client %s; no default group set" % client) | |
MetadataConsistencyError: Cannot add new client SERVER_NAME; no default group set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment