
As documented in [1] If the number next to "GotSomeSpaces" or any of the "GSS*" fields is greater than 0, then the fileserver ran out of callback space and had to prematurely revoke callback promises from clients in order to free up space. Here's our stats on afs01: $ xstat_fs_test localhost -collID 3 -onceonly Starting up the xstat_fs service, no debugging, one-shot operation ------------------------------------------------------------ 13547865 DeleteFiles 1849223729 DeleteCallBacks 45049055 BreakCallBacks 2098382037 AddCallBack 174 GotSomeSpaces 7800 DeleteAllCallBacks 20778 nFEs 21184 nCBs 1500000 nblks 43425561 CBsTimedOut 0 nbreakers 8 GSS1 4 GSS2 5 GSS3 169 GSS4 4 GSS5 So as noted, the server ran out of callback spaces a few times. Raising it takes only a little memory, but will help performance. Thanks to Jeffrey Altman (auristor) for pointing this out. [1] https://www.openafs.org/pages/newsletter/newsletter-2013-03-volume004-issue05.html Change-Id: I2ad33dd8918cb559634d2c5b8c4e4e7f2d6d4051
Puppet Modules
These are a set of puppet manifests and modules that are currently being used to manage the OpenStack Project infrastructure.
The main entry point is in manifests/site.pp.
In general, most of the modules here are designed to be able to be run either in agent or apply mode.
These puppet modules require puppet 2.7 or greater. Additionally, the site.pp manifest assumes the existence of hiera.
See http://docs.openstack.org/infra/system-config for more information.
Documentation
The documentation presented at http://docs.openstack.org/infra/system-config comes from https://opendev.org/opendev/system-config repo's docs/source. To build the documentation use
tox -evenv python setup.py build_sphinx
Description
Languages
Jinja
36.9%
Python
36.8%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.9%