forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osd: EINVAL from truncate causes osd to crash
Maximum object size is 100GB configurable with osd_max_object_size Error EFBIG if attempt to WRITE/WRITEFULL/TRUNCATE beyond osd_max_object_size Error EINVAL if length < 1 for WRITE/WRITEFULL/ZERO Make ZERO beyond existing size a no-op Fixes: ceph#5252 Fixes: ceph#5340 Signed-off-by: David Zafman <[email protected]> Reviewed-by: Sage Weil <[email protected]>
- Loading branch information
David Zafman
authored and
Sage Weil
committed
Jun 14, 2013
1 parent
bcfbd0a
commit f1b6bd7
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters