cinder/cinder/cmd
Gorka Eguileor 5c7fd3a70b Revert "Cleanup code duplication in cinder.cmd.backup module"
This reverts commit f6c60d1d9c.

The original patch referred as duplicated code the part where the
service uses a single process when there is no additional processes
requested (backup_workers == 1), which is the default.

That code made the cinder-backup service always run as a child process
even when there was only going to be 1 process.

This adds 30MB of extra RAM consumption by the service, which amounts to
a 30% unnecessary memory increase when not doing operations after
applying changes from Ic9030d01468b3189350f83b04a8d1d346c489d3c.

Change-Id: I43a20c8687f12bc52b014611cc6977c4c3ca212c
2022-06-15 11:18:39 +02:00
..
__init__.py Use pbr entry_points to setup the cinder scripts 2014-12-08 09:53:22 -05:00
api.py pylint: ignore __original_module_threading errors 2022-05-17 10:34:57 -04:00
backup.py Revert "Cleanup code duplication in cinder.cmd.backup module" 2022-06-15 11:18:39 +02:00
manage.py Merge "cmd/manage and coordination: Clean up exception handling" 2022-06-14 16:58:34 +00:00
rtstool.py fix misspelling of 'configuration' 2018-09-03 15:13:11 +08:00
scheduler.py pylint: ignore __original_module_threading errors 2022-05-17 10:34:57 -04:00
status.py Remove NestedQuotaDriver 2021-01-19 17:43:29 +00:00
volume.py pylint: ignore __original_module_threading errors 2022-05-17 10:34:57 -04:00
volume_usage_audit.py Introduce flake8-import-order extension 2020-01-06 09:59:35 -06:00