Skip to content

Conversation

@brianneville
Copy link
Contributor

Add a way to delete images on the system before proceeding with the factory reset.

Add a way to delete images on the system before proceeding with
the factory reset.
enum DeleteImages {
// do not delete any images.
UNSPECIFIED = 0;
// delete only images which the target deems sensitive
Copy link

Choose a reason for hiding this comment

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

any guidance for vendors on this sensitive part? this is very vague.

// delete only images which the target deems sensitive
SENSITIVE_IMAGES = 1;
// delete all images on the target (including sensitive images)
ALL_IMAGES = 2;
Copy link

Choose a reason for hiding this comment

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

does this mean that the node will not be able to boot again without manual intervention?

@brianneville
Copy link
Contributor Author

superseded by #301

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.

2 participants