Skip to content

Conversation

@jsturtevant
Copy link
Contributor

Quick follow up to #219 and #156

Copy link
Collaborator

@jprendes jprendes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Mossaka
Mossaka previously approved these changes Aug 16, 2023
Copy link
Member

@Mossaka Mossaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Left one minor comment.

let (module_name, _method) = oci::get_module(spec);
let module_name = match module_name {
Some(m) => m,
None => return false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a debug!() or info!() here for logging why can_handle returns a false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added info statement PTAL

Signed-off-by: James Sturtevant <jstur@microsoft.com>
Signed-off-by: James Sturtevant <jstur@microsoft.com>
@Mossaka
Copy link
Member

Mossaka commented Aug 16, 2023

Ill merge once the CI passes.

@Mossaka Mossaka merged commit 0a2e3a1 into containerd:main Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants