Loading fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/snapuserd_worker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ bool WorkerThread::ProcessReplaceOp(const CowOperation* cow_op) { ssize_t rv = reader_->ReadData(cow_op, buffer, BLOCK_SZ); if (rv != BLOCK_SZ) { SNAP_LOG(ERROR) << "ProcessReplaceOp failed for block " << cow_op->new_block << ", return = " << rv; << ", return = " << rv << ", COW operation = " << *cow_op; return false; } return true; Loading fs_mgr/libsnapshot/snapuserd/user-space-merge/read_worker.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,8 @@ bool ReadWorker::ReadAlignedSector(sector_t sector, size_t sz) { // We found the sector in mapping. Check the type of COW OP and // process it. if (!ProcessCowOp(it->second, buffer)) { SNAP_LOG(ERROR) << "ProcessCowOp failed"; SNAP_LOG(ERROR) << "ProcessCowOp failed, sector = " << sector << ", size = " << sz; return false; } Loading Loading
fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/snapuserd_worker.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ bool WorkerThread::ProcessReplaceOp(const CowOperation* cow_op) { ssize_t rv = reader_->ReadData(cow_op, buffer, BLOCK_SZ); if (rv != BLOCK_SZ) { SNAP_LOG(ERROR) << "ProcessReplaceOp failed for block " << cow_op->new_block << ", return = " << rv; << ", return = " << rv << ", COW operation = " << *cow_op; return false; } return true; Loading
fs_mgr/libsnapshot/snapuserd/user-space-merge/read_worker.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,8 @@ bool ReadWorker::ReadAlignedSector(sector_t sector, size_t sz) { // We found the sector in mapping. Check the type of COW OP and // process it. if (!ProcessCowOp(it->second, buffer)) { SNAP_LOG(ERROR) << "ProcessCowOp failed"; SNAP_LOG(ERROR) << "ProcessCowOp failed, sector = " << sector << ", size = " << sz; return false; } Loading