summaryrefslogtreecommitdiff
path: root/swift/common/manager.py
Commit message (Expand)AuthorAgeFilesLines
* swift-init: Re-enable targeted configsTim Burke2021-01-151-0/+2
* Resolve a regression with the patch for missing binariesPete Zaitcev2021-01-151-5/+2
* Fail if swift binary are missingMichele Valsecchi2020-12-011-6/+42
* swift-init: Don't expose misleading commandsClay Gerrard2020-08-261-1/+0
* wsgi: Allow workers to gracefully exitTim Burke2020-08-211-21/+78
* Update hacking for Python3Andreas Jaeger2020-04-031-1/+1
* Seamlessly reload servers with SIGUSR1Darrell Bishop2019-11-071-0/+20
* py3: decode stdout from backgrounded serversTim Burke2019-09-261-0/+3
* Fix :param: in docstringzhufl2019-06-141-4/+4
* Enable to configure object-expirer in object-server.confKazuhiro MIYAHARA2019-05-041-16/+45
* Add sharder daemon, manage_shard_ranges tool and probe testsMatthew Oliver2018-05-181-2/+9
* probetests: Close our handle to subprocess' stdoutsTim Burke2018-02-091-3/+8
* Add checksum to object extended attributesSamuel Merritt2017-11-031-1/+2
* Drop support for auth-server from common/managerTim Burke2017-03-231-2/+1
* fix string formatting in managerClay Gerrard2016-09-131-1/+1
* Merge "Fixed inconsistencies in docstrings"Jenkins2016-07-111-1/+1
|\
| * Fixed inconsistencies in docstringsYatin Kumbhare2015-12-141-1/+1
* | Merge "Correct reraising of exception"Jenkins2016-07-071-1/+1
|\ \
| * | Correct reraising of exceptionyuyafei2016-07-071-1/+1
* | | Merge "Add __ne__ built-in function"Jenkins2016-07-071-0/+3
|\ \ \ | |/ / |/| |
| * | Add __ne__ built-in functionyuyafei2016-07-071-0/+3
* | | Remove white space between print and ()yuyafei2016-07-051-1/+1
|/ /
* | Catch AttributeError less oftenSamuel Merritt2016-06-141-3/+2
* | Remove threads_per_disk settingChristian Schwede2016-04-281-1/+1
* | Fix strings with positional argumentsCheng Li2016-04-031-17/+28
* | Avoid translation problemAndreas Jaeger2016-03-181-2/+2
* | swift-init: New option kill-after-timeoutOndřej Nový2016-01-051-2/+28
|/
* swift-init return codesLisak, Peter2015-11-161-7/+17
* pep8: Fix usage of the l10n _('...') functionVictor Stinner2015-08-191-3/+3
* Fix pep8 E265 warning of hacking 0.10Victor Stinner2015-07-301-1/+1
* Replace python print operator with print function (pep H233, py33)janonymous2015-07-161-33/+35
* Ignore invalid PIDs in swift-initChristian Schwede2015-07-021-1/+9
* Add process name checking into swift-initTakashi Kajinami2015-05-191-1/+31
* Fix untranslatable stringAndreas Jaeger2015-04-141-2/+5
* Erasure Code Reconstructorpaul luse2015-04-141-1/+2
* Fix up the return value of launch()Pete Zaitcev2014-09-291-2/+2
* Add container-reconciler daemonClay Gerrard2014-06-181-2/+3
* Add targeted config loading to swift-initChuck Thier2014-05-191-18/+33
* Fix several typos in the codebase.Alex Gaynor2014-04-251-1/+1
* make probetests work with conf.d configsClay Gerrard2014-03-121-1/+20
* Convert all old-style classes to new-styleSamuel Merritt2014-03-031-2/+2
* Up nproc limit on startup.Caleb Tennis2013-12-291-1/+14
* Remove obsolete future importsSamuel Merritt2013-11-221-1/+0
* Change OpenStack LLC to FoundationZhiQiang Fan2013-09-201-1/+1
* fix swift i18nClay Gerrard2013-09-091-1/+1
* Use Python 3.x compatible except constructDirk Mueller2013-09-071-3/+3
* Only set PYTHON_EGG_CACHE if it isn't already setChuck Thier2013-08-301-1/+2
* Don't silence errors in spawning processesAlex Gaynor2013-08-211-0/+2
* Removed unnecessary monkeypatching of __builtin__Alex Gaynor2013-07-271-0/+1
* Start using HackingDirk Mueller2013-07-151-1/+1