Skip to content

Commit

Permalink
curvefs/client: rm create fs in init
Browse files Browse the repository at this point in the history
1. curvefs_tool has add create-fs
2. fix some error output
  • Loading branch information
Cyber-SiKu committed Dec 29, 2021
1 parent ff59cc2 commit 4bd931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvefs/src/tools/create/curvefs_create_fs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bool CreateFsTool::AfterSendRequestToHost(const std::string& host) {
ret = false;
} else if (response_->statuscode() == mds::FSStatusCode::OK ||
response_->statuscode() == mds::FSStatusCode::FS_EXIST) {
// create success
// create success or fs exist
std::cout << "create fs success." << std::endl;
if (response_->has_fsinfo()) {
auto const& fsInfo = response_->fsinfo();
Expand Down

0 comments on commit 4bd931d

Please sign in to comment.