-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable COW for SSD checkpoint and evictlog files
Summary: On btrfs overwriting file's blocks causes file system to allocate more and more new blocks, eventually taking the whole disk space, while the file is being only fraction of it. 'copy on write' is already disabled for SSD cache file to prevent the issue. It is also needed for checkpoint files and evictlog files. Reviewed By: xiaoxmeng Differential Revision: D56777422 fbshipit-source-id: d8e4e7a742acad9f9ce7e87a1ffa61f04a6423fa
- Loading branch information
1 parent
6b0cb0f
commit 0902f1d
Showing
2 changed files
with
13 additions
and
1 deletion.
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