pub(crate) fn check_disk_space_ostree(
repo: &Repo,
image_meta: &PreparedImportMeta,
imgref: &ImageReference,
) -> Result<()>Expand description
Verify there is sufficient disk space to pull an image into the ostree repo. Respects the repository’s configured min-free-space threshold.