Skip to content

Commit

Permalink
common/fs_types: dump pool_id signed
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Apr 5, 2016
1 parent cd41ca2 commit 048251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/fs_types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void file_layout_t::dump(Formatter *f) const
f->dump_unsigned("stripe_unit", stripe_unit);
f->dump_unsigned("stripe_count", stripe_count);
f->dump_unsigned("object_size", object_size);
f->dump_unsigned("pool_id", pool_id);
f->dump_int("pool_id", pool_id);
f->dump_string("pool_ns", pool_ns);
}

Expand Down

0 comments on commit 048251b

Please sign in to comment.