We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf5cdb commit d098f3fCopy full SHA for d098f3f
src/cli/checkpoint.rs
@@ -141,6 +141,7 @@ pub fn do_checkpoint(opts: Checkpoint) -> Result<Stats> {
141
num_shards, passphrase_file.is_some(), cpu_budget.into());
142
143
let store = image_url.store();
144
+ store.prepare(true)?;
145
let shard_upload_cmds = shard::upload_cmds(
146
&img_manifest, passphrase_file.as_ref(), &*store)?;
147
0 commit comments