-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If we want to discard a range of an object, we will zero(use fallocate to punch a hole) the range now. In general this introduce some overhead(extra writes). If the filesystem ontop of RBD holding lots of small files, this behavior will bring big performance penalty. Adding a flag that allow user to control if they want to zero the range. Signed-off-by: Xiaoxi Chen <[email protected]>
- Loading branch information
1 parent
497737a
commit e7812b8
Showing
2 changed files
with
8 additions
and
3 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