Skip to content

Commit

Permalink
[metalos] lower free_mb of some test disks
Browse files Browse the repository at this point in the history
Summary:
This is probably not necessary after D52542166 does better with resizing the
disk, let's see

Test Plan: waitforsandcastle

Reviewed By: wujj123456

Differential Revision: D52546690

fbshipit-source-id: ebbfa41cada1704e81c8a814407ef7d19d879dd5
  • Loading branch information
vmagro authored and facebook-github-bot committed Jan 5, 2024
1 parent 4ecabdc commit fa18fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antlir/antlir2/antlir2_packager/btrfs_packager/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub fn create_empty_file(output: &Path, size: ByteSize) -> Result<()> {
}

/// Loose estimate of the amount of space that these subvols will take - the
/// sendstrea size is only correlated to the actual required subvol size in the
/// sendstream size is only correlated to the actual required subvol size in the
/// loopback for a few reasons:
/// * sendstream has different metadata representations
/// * compression levels are almost definitely different
Expand Down

0 comments on commit fa18fb0

Please sign in to comment.