Add per-node schema tracking
This will allow nodes to start with their own schema versions, and then be updated simultaneously by the API. References #129
This commit is contained in:
@ -401,6 +401,7 @@ class ZKSchema(object):
|
||||
'node': {
|
||||
'keepalive': '/keepalive',
|
||||
'mode': '/daemonmode',
|
||||
'data.active_schema': '/activeschema',
|
||||
'data.static': '/staticdata',
|
||||
'counts.provisioned_domains': '/domainscount',
|
||||
'counts.running_domains': '/runningdomains',
|
||||
|
Reference in New Issue
Block a user