The Wayback Machine - https://web.archive.org/web/20201113114508/https://github.com/minishift/minishift/issues/1739
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

Diskspace errors out when OpenShift is stopped #1739

Open
gbraad opened this issue Nov 23, 2017 · 7 comments
Open

Diskspace errors out when OpenShift is stopped #1739

gbraad opened this issue Nov 23, 2017 · 7 comments

Comments

@gbraad
Copy link
Member

@gbraad gbraad commented Nov 23, 2017

$ minishift status
Minishift:  Running
Profile:    minishift
OpenShift:  Stopped
DiskUsage:  ERR of

perhaps this is related to the error state from the OpenShift isRunning check

@gbraad
Copy link
Member Author

@gbraad gbraad commented Nov 23, 2017

Likely an easyfix

@LalatenduMohanty
Copy link
Member

@LalatenduMohanty LalatenduMohanty commented Nov 23, 2017

A different issue, if the instance does not exist we report "Does Not Exist" but we do nor show the profile name. Which I think should be shown as we have the information. @praveenkumar WDYT?

$ minishift status
Does Not Exist
@stale
Copy link

@stale stale bot commented Jan 22, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/stale label Jan 22, 2018
@gbraad
Copy link
Member Author

@gbraad gbraad commented Jan 22, 2018

@stale stale bot removed the status/stale label Jan 22, 2018
@Lasamar
Copy link

@Lasamar Lasamar commented Feb 21, 2018

I got the same error on minishift v1.13.1+75352e5 ...
Any way to fix it? Any idea of what cause it?

@praveenkumar
Copy link
Contributor

@praveenkumar praveenkumar commented Feb 21, 2018

@Lasamar It might be you restart a stoped instance and mount didn't happen correctly or you put your system in sleep while minishift was running.

Can you do following:

$ minishift delete --force
$ minishift start <whatever_options_you_want_to_provide>
@Lasamar
Copy link

@Lasamar Lasamar commented Feb 21, 2018

The delete command destroy the minishift vm... I would like a less drastic solution if it's possible...
After a couple of stop and start I was able to start it and scale down all the pods... Now it's working just fine but with a single pod running I'm with DiskUsage: 78% of 17.9G... I would say that my problem was an out of bunds of disk usage with all the pods running... But I would have expected some sort of warning from Openshift before it stopped....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.