|
|
|
@ -307,11 +307,11 @@ class UnixDomainMetadataProxy(object):
|
|
|
|
|
default='$state_path/metadata_proxy', |
|
|
|
|
help=_('Location for Metadata Proxy UNIX domain socket')), |
|
|
|
|
cfg.IntOpt('metadata_workers', |
|
|
|
|
default=0, |
|
|
|
|
default=utils.cpu_count() // 2, |
|
|
|
|
help=_('Number of separate worker processes for metadata ' |
|
|
|
|
'server')), |
|
|
|
|
cfg.IntOpt('metadata_backlog', |
|
|
|
|
default=128, |
|
|
|
|
default=4096, |
|
|
|
|
help=_('Number of backlog requests to configure the ' |
|
|
|
|
'metadata server socket with')) |
|
|
|
|
] |
|
|
|
|