Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprovisioning PVC in kubespray engine #330

Merged
merged 4 commits into from
Jul 4, 2018

Conversation

redixin
Copy link
Contributor

@redixin redixin commented Jun 29, 2018

Volumes created by k8s cluster should be deleted along with cluster itself

self.ks.delete()
except Exception as e:
logger.warn("Unable to cleanup cluster data: %s" % e)
self.cluster.state = config.CLUSTER_ERROR_STATE
Copy link
Contributor

Choose a reason for hiding this comment

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

afaik we need to use logger exception here^^^

@naumvd95
Copy link
Contributor

naumvd95 commented Jul 2, 2018

@redixin take a look on comment and rebase manually before merge , coz branch outdated

svnovikov
svnovikov previously approved these changes Jul 3, 2018
Copy link
Contributor

@svnovikov svnovikov left a comment

Choose a reason for hiding this comment

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

verified and works for me

naumvd95
naumvd95 previously approved these changes Jul 4, 2018
Copy link
Contributor

@naumvd95 naumvd95 left a comment

Choose a reason for hiding this comment

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

rebase it manually and ill merge it

@naumvd95 naumvd95 merged commit 46de64f into Mirantis:master Jul 4, 2018
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.

4 participants