summaryrefslogtreecommitdiff
path: root/swift/common/storage_policy.py
Commit message (Expand)AuthorAgeFilesLines
* Add ring_ip option to object servicesClay Gerrard2022-06-021-2/+2
* reconciler: PPI aware reconcilerMatthew Oliver2021-07-131-30/+28
* relinker: Accept policy names, tooTim Burke2021-03-251-0/+9
* Update hacking for Python3Andreas Jaeger2020-04-031-1/+1
* py3: Make StoragePolicy objects hashableTim Burke2019-05-041-0/+3
* Configure diskfile per storage policyRomain LE DISEZ2018-08-241-3/+36
* py3: port common/storage_policy.pyTim Burke2018-02-261-3/+17
* Disallow fractional replicas in EC policiesTim Burke2018-01-291-2/+2
* Replace replication_one_per_device by custom countRomain LE DISEZ2017-10-241-6/+2
* Remove left over paramThiago da Silva2017-07-251-4/+0
* Fix swiftdir option and usage of storage policy aliasesChristian Schwede2017-07-121-4/+8
* Fix the reST field raises in docstringsliuyamin2017-06-281-3/+3
* Require that known-bad EC schemes be deprecatedTim Burke2017-06-161-8/+4
* EC Fragment Duplication - Foundational Global EC Cluster SupportKota Tsuyuzaki2017-02-221-10/+47
* Warn about using EC with isa_l_rs_vand and nparity >= 5Tim Burke2017-01-301-0/+22
* Fix EC ring validation at ring reloadKota Tsuyuzaki2016-07-241-30/+32
* Cache fragment size for EC policyKota Tsuyuzaki2016-07-221-2/+6
* [Trivial] Remove unnecessary executable privilegeZhiQiang Fan2016-04-291-0/+0
* Simplify policy-name validation slightlyTim Burke2016-03-291-13/+10
* Trivial fix for sphinx warningsAlistair Coles2016-01-291-2/+2
* Fixed few misspellings in commentsOndřej Nový2016-01-051-2/+2
* Add support for storage policies to have more than one nameCatherine Northcott2015-12-101-27/+172
* Input validation must not depend on the localeVictor Stinner2015-08-271-1/+1
* Use six to fix imports on Python 3Victor Stinner2015-07-241-1/+3
* Replace reduce and unichr , these are no longer available in py3janonymous2015-07-091-1/+3
* Allow 1+ object-servers-per-disk deploymentDarrell Bishop2015-06-181-6/+56
* Foundational support for PUT and GET of erasure-coded objectsSamuel Merritt2015-04-141-0/+30
* Add support for policy types, 'erasure_coding' policyTushar Gohad2015-04-131-41/+338
* Enable in-process functional test policy to be configuredAlistair Coles2015-03-201-0/+6
* Fixes several typos (Swift)Rafael Rivero2014-09-181-1/+1
* Replace POLICY and POLICY_INDEX with string literalsPaul Luse2014-06-231-2/+0
* Add Storage Policy SupportPaul Luse2014-06-181-0/+354