Project

General

Profile

Bug #23298

Updated by Sage Weil about 6 years ago

+    if (r < 0 && replaying) { 
 +      assert(r == -ERANGE); 
 +      derr << "Filestore: short source tolerated because we are replaying" << dendl; 
 +      r = pos - from;; 
 +    } 

 pos is an offset, from is an fd. 

 /a/sage-2018-03-09_22:32:43-rados-wip-sage2-testing-2018-03-09-1346-distro-basic-smithi/2272809/remote/smithi094/idempotent_failure

Back