[release-announce] oslo.rootwrap 5.14.2 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 9 20:44:47 UTC 2020


We are glad to announce the release of:

oslo.rootwrap 5.14.2: Oslo Rootwrap

This release is part of the rocky stable release series.

The source is available from:

    https://opendev.org/openstack/oslo.rootwrap

Download the package from:

    https://pypi.org/project/oslo.rootwrap

Please report issues through:

    https://bugs.launchpad.net/oslo.rootwrap/+bugs

For more details, please see below.

5.14.2
^^^^^^


New Features
************

* A configurable limit on the number of file descriptors that can be
  opened by a rootwrap-started process has been added. It defaults to
  disabled, but can be adjusted by setting the "rlimit_nofile" option
  in rootwrap.conf to a larger or smaller value.


Upgrade Notes
*************

* For OpenStack Rocky and older, the functionality is disabled by
  default. Users affected by the original issue and would like to make
  use of it can optionally enable it by setting the "rlimit_nofile"
  option in rootwrap.conf to a value of 1024 or higher.

Changes in oslo.rootwrap 5.14.1..5.14.2
---------------------------------------

fdb3209 Run rootwrap with lower fd ulimit by default
c5a3963 OpenDev Migration Patch
c29b3bf import zuul job settings from project-config
1aa5f5b Update UPPER_CONSTRAINTS_FILE for stable/rocky
a91b59b Update .gitreview for stable/rocky


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  3 +-
.zuul.yaml                                         |  8 +++++
etc/rootwrap.conf.sample                           |  5 +++
oslo_rootwrap/cmd.py                               | 40 +++++++++++++++++++++-
oslo_rootwrap/wrapper.py                           |  6 ++++
.../file-descriptor-limit-e2b2a3033b9ef21e.yaml    | 13 +++++++
tox.ini                                            |  2 +-
8 files changed, 85 insertions(+), 3 deletions(-)







More information about the Release-announce mailing list