andy007
andy007

Reputation: 917

Openshift, disk quota exceeded

After restarting application I get:

Starting MySQL 5.5 cartridge MySQL server failed to start:

Error writing to temporary file cat: /var/lib/openshift/.../app-root/logs//mysql.log: No such file or directory

  • Warning: Gear ... is using 100.0% of disk quota
  • Failed to execute: 'control restart' for /var/lib/openshift/.../mysql

  • Also I was trying to stop and start app from rhc commands. The app is not so big to realy fill all of the disk quota. Any advice how to resolve this?

    App is working but https://app-name.rhcloud.com/phpmyadmin/ results in

    Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    Upvotes: 1

    Views: 3325

    Answers (2)

    Pesheen Mstafa
    Pesheen Mstafa

    Reputation: 1

    also for me deleting the content of the app-log folder worked like charm.

    Upvotes: 0

    Saif
    Saif

    Reputation: 7042

    You can check my answer here

    This usually happen when you app take almost all the space of the quota.

    Check all log and temp folder and make the empty if not necessary.

    To check how much you are using use quota -s after ssh to the app directory

    Upvotes: 2

    Related Questions