-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dm vdo: read refcount blocks in large chunks at load time
At load time we want to bring in all the refcount data before the device is ready. We do that using a new pool of larger-size metadata VIOs. The larger-size VIO pool is released after loading finishes. During normal operation, we only save individual blocks after they've been modified, so we continue to use the 4kB metadata VIO pool. Signed-off-by: Ken Raeburn <[email protected]> Signed-off-by: Matthew Sakai <[email protected]>
- Loading branch information
1 parent
be27a72
commit 3d21974
Showing
2 changed files
with
59 additions
and
17 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