pub(crate) fn check_disk_space_composefs(
cfs: &Repository<Sha512HashValue>,
manifest: &ImageManifest,
imgref: &ImageReference,
) -> Result<()>Expand description
Verify there is sufficient disk space to pull an image into the composefs store
for the native composefs backend (uses a raw ImageManifest).