Project

General

Profile

Bug #37547

Updated by Patrick Donnelly over 5 years ago

In samba, Client::_write may be called with the offset a 
 negative number, and use the f->pos as the real write offset, 
 in such condition, quota size can not limite the writes 
 enven it exceeds the size limitation. 
 

 https://github.com/ceph/ceph/pull/25110

Back