mirror of
https://github.com/ceph/ceph
synced 2025-02-06 10:23:52 +00:00
os/bluestore/bluestore-tool: do not assert when migrate command fails.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
parent
f2384bd58e
commit
47edbfdce8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user