Skip to content

Commit

Permalink
Merge pull request #478 from gvasilak/patch-1
Browse files Browse the repository at this point in the history
ncm-ceph: Add `straw2` as possible bucket algorithm
  • Loading branch information
jrha committed Apr 29, 2015
2 parents ae59cf9 + b2cb591 commit 91c2287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-ceph/src/main/pan/components/ceph/schema.pan
Expand Up @@ -245,7 +245,7 @@ type ceph_radosgwh = {
arg = bucket algoritm
}
function is_ceph_crushmap_bucket_alg = {
if (!match(ARGV[0], '^(uniform|list|tree|straw)$')){
if (!match(ARGV[0], '^(uniform|list|tree|straw2?)$')){
error(ARGV[0] + 'is not a valid bucket algorithm');
return(false);
};
Expand Down

0 comments on commit 91c2287

Please sign in to comment.