os/bluestore/bluestore-tool: do not assert when migrate command fails.

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
Igor Fedotov 2019-06-19 13:55:39 +03:00
parent f2384bd58e
commit 47edbfdce8

View File

@ -733,7 +733,7 @@ int main(int argc, char **argv)
<< cpp_strerror(r)
<< std::endl;
}
ceph_assert(r == 0);
return r;
} else {
// Migrate to a new BlueFS volume
// via creating either DB or WAL volume