mirror of
https://github.com/ceph/ceph
synced 2025-01-09 20:52:09 +00:00
rbd: remove block-by-block messages when exporting
Signed-off-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
parent
ca1a4db457
commit
0c01094972
@ -720,7 +720,6 @@ static int export_read_cb(uint64_t ofs, size_t len, const char *buf, void *arg)
|
||||
if (ret < 0)
|
||||
return -errno;
|
||||
|
||||
cerr << "writing " << len << " bytes at ofs " << ofs << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user