Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188607
b: refs/heads/master
c: 1bdb70e
h: refs/heads/master
i:
  188605: 07d3fd6
  188603: a34213f
  188599: ca2a776
  188591: 38381e0
  188575: e952cf4
  188543: 293d411
v: v3
  • Loading branch information
Sage Weil committed Nov 6, 2009
1 parent 85e1207 commit f6bc4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f28bcfbe660a3246621a367020054d4f1a179cd9
refs/heads/master: 1bdb70e59026838a79f77c440f8fe480a66e65e8
2 changes: 1 addition & 1 deletion trunk/fs/ceph/osdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,
u32 osd;
ceph_decode_32_safe(p, end, osd, bad);
(*p)++; /* clean flag */
pr_info("ceph osd%d down\n", osd);
pr_info("osd%d down\n", osd);
if (osd < map->max_osd)
map->osd_state[osd] &= ~CEPH_OSD_UP;
}
Expand Down

0 comments on commit f6bc4d0

Please sign in to comment.