Skip to content

Commit

Permalink
fix bluefs tool from signature
Browse files Browse the repository at this point in the history
  • Loading branch information
liewegas committed Dec 11, 2015
1 parent dadf261 commit fde5ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/bluestore/bluefs_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ int main(int argc, char **argv)
fs.add_block_device(i-1, args[i]);
}

int r = fs.mount(0, 4096);
int r = fs.mount();
assert(r == 0);

vector<string> dirs;
Expand Down

0 comments on commit fde5ef0

Please sign in to comment.