Skip to content

Commit

Permalink
Merge pull request #302 from hhhhsdxxxx/henry.hj/compact
Browse files Browse the repository at this point in the history
nydus-image: (experimetal)support compact blob
  • Loading branch information
changweige authored Feb 18, 2022
2 parents 21fe1c4 + c4cd84a commit c577097
Show file tree
Hide file tree
Showing 8 changed files with 729 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/bin/nydus-image/core/blob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Blob {
Ok(blob_exists)
}

fn dump_meta_data(&mut self, blob_ctx: &mut BlobContext) -> Result<()> {
pub(crate) fn dump_meta_data(&mut self, blob_ctx: &mut BlobContext) -> Result<()> {
if !blob_ctx.blob_meta_info_enabled {
return Ok(());
}
Expand Down
Loading

0 comments on commit c577097

Please sign in to comment.