-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: add BlobFeature::HAS_TAR_HEADER to calcalute
Add BlobFeature::HAS_TAR_HEADER to calcalute compressed blob size for merged bootstrap. When merging data blobs with inlined bootstrap, the BlobFeature::INLINED_FS_META flag will get lost, so we need a new flag to indicate there's tar header in these data blobs. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
- Loading branch information
Showing
3 changed files
with
27 additions
and
7 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