commit | a1a31e734241aefcb2b30fb0cc0376977b6d2ba8 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Thu Jun 24 12:58:14 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Jun 24 12:58:14 2010 -0700 |
tree | 3247b61cf5f1cc3efb212e0362493f98f326e4ff | |
parent | 55bda7aacd13f5fdfeaafc16934953171405c692 [diff] |
ceph: fix crush CHOOSE_LEAF when type is already a leaf We may not recurse for CHOOSE_LEAF if we start with a leaf node. When that happens, the out2 vector needs to be filled in with the result. Signed-off-by: Sage Weil <sage@newdream.net>