e994d033a6
RingBuilder._reassign_parts() is really moving one (partition, replica) pair at a time. However, the way that _gather_reassign_parts passes that data in was strange; it would update each replica's entry in _replica2part2dev to 0xffff, then return a list of affected partitions. Now it just returns the pairs to move. This is helpful in the presence of bugs that affect partition assignment (e.g. #943493), there's no chance of stray 0xffff values hanging around and corrupting the partition map. Also, update my email address. Change-Id: Ifb3aeb4fac750f66e2ddbad88eb5846e72bac20c
62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
Maintainer
|
|
----------
|
|
OpenStack, LLC.
|
|
IRC: #openstack on irc.freenode.net
|
|
|
|
Original Authors
|
|
----------------
|
|
Michael Barton (mike@weirdlooking.com)
|
|
John Dickinson (me@not.mn)
|
|
Greg Holt (gholt@rackspace.com)
|
|
Greg Lange (greglange@gmail.com)
|
|
Jay Payne (letterj@gmail.com)
|
|
Will Reese (wreese@gmail.com)
|
|
Chuck Thier (cthier@gmail.com)
|
|
|
|
Contributors
|
|
------------
|
|
Joe Arnold (joe@swiftstack.com)
|
|
Darrell Bishop (darrell@swiftstack.com)
|
|
James E. Blair (james.blair@rackspace.com)
|
|
Chmouel Boudjnah (chmouel@chmouel.com)
|
|
Russell Bryant (rbryant@redhat.com)
|
|
Devin Carlen (devin.carlen@gmail.com)
|
|
Thierry Carrez (thierry@openstack.org)
|
|
Julien Danjou (julien.danjou@enovance.com)
|
|
Gaurav B. Gangalwar (gaurav@gluster.com)
|
|
Anne Gentle (anne.gentle@rackspace.com)
|
|
Clay Gerrard (clay.gerrard@rackspace.com)
|
|
Mark Gius (launchpad@markgius.com)
|
|
David Goetz (david.goetz@rackspace.com)
|
|
Soren Hansen (soren@linux2go.dk)
|
|
Florian Hines (florian.hines@gmail.com)
|
|
Paul Jimenez (pj@place.org)
|
|
Brian K. Jones (bkjones@gmail.com)
|
|
Morita Kazutaka (morita.kazutaka@gmail.com)
|
|
Ed Leafe (ed.leafe@rackspace.com)
|
|
Zhong Yue Luo (lzyeval@gmail.com)
|
|
Dragos Manolescu (dragosm@hp.com)
|
|
Juan J. Martinez (juan@memset.com)
|
|
Donagh McCabe (donagh.mccabe@hp.com)
|
|
Ewan Mellor (ewan.mellor@citrix.com)
|
|
Samuel Merritt (sam@swiftstack.com)
|
|
Stephen Milton (milton@isomedia.com)
|
|
Russ Nelson (russ@crynwr.com)
|
|
Maru Newby (mnewby@internap.com)
|
|
Colin Nicholson (colin.nicholson@iomart.com)
|
|
Felipe Reyes (freyes@tty.cl)
|
|
Brent Roskos (broskos@internap.com)
|
|
Michael Shuler (mshuler@rackspace.com)
|
|
Andrew Clay Shafer (andrew@cloudscaling.com)
|
|
Scott Simpson (sasimpson@gmail.com)
|
|
Monty Taylor (mordred@inaugust.com)
|
|
Caleb Tennis (caleb.tennis@gmail.com)
|
|
Fujita Tomonori (fujita.tomonori@lab.ntt.co.jp)
|
|
Kapil Thangavelu (kapil.foss@gmail.com)
|
|
Daniele Valeriani (daniele@dvaleriani.net)
|
|
Chris Wedgwood (cw@f00f.org)
|
|
Conrad Weidenkeller (conrad.weidenkeller@rackspace.com)
|
|
Doug Weimer (dweimer@gmail.com)
|
|
Cory Wright (cory.wright@rackspace.com)
|
|
Pete Zaitcev (zaitcev@kotori.zaitcev.us)
|