Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208849
b: refs/heads/master
c: effcb9e
h: refs/heads/master
i:
  208847: b0039a4
v: v3
  • Loading branch information
Sage Weil committed Aug 2, 2010
1 parent f6f13f6 commit c094914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8b763a9b34561fea8e616c1439a71913ff2c1bd
refs/heads/master: effcb9ed43d16db27ae5837d93879e067e902151
5 changes: 3 additions & 2 deletions trunk/fs/ceph/osdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,9 @@ static int *calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid,
ruleno = crush_find_rule(osdmap->crush, pool->v.crush_ruleset,
pool->v.type, pool->v.size);
if (ruleno < 0) {
pr_err("no crush rule pool %d type %d size %d\n",
poolid, pool->v.type, pool->v.size);
pr_err("no crush rule pool %d ruleset %d type %d size %d\n",
poolid, pool->v.crush_ruleset, pool->v.type,
pool->v.size);
return NULL;
}

Expand Down

0 comments on commit c094914

Please sign in to comment.