アプリを openshift にデプロイする際に問題が発生しています。以前は動作していましたが、いくつかの更新をプッシュすると、Mysql が突然不安定になりました。以下は、エラーのスクリーンショットです。
R
emote: Preparing build for deployment
remote: Deployment id is 27960fb5
remote: Activating deployment
remote: Starting MySQL 5.5 cartridge
remote: MySQL server failed to start:
remote: 151109 05:19:51 mysqld_safe Logging to '/var/lib/openshift/563c24947628e1f167000124/mysql//stdout.err'.
remote: 151109 05:19:51 mysqld_safe Starting mysqld daemon with databases from /var/lib/openshift/563c24947628e1f167000124/mysql/data/
remote: 151109 05:19:51 mysqld_safe Starting mysqld daemon with databases from /var/lib/openshift/563c24947628e1f167000124/mysql/data/
remote: 151109 5:19:51 [Note] /opt/rh/mysql55/root/usr/libexec/mysqld (mysqld 5.5.45) starting as process 105921 ...
remote: 151109 5:19:51 [Note] Plugin 'FEDERATED' is disabled.
remote: 151109 5:19:51 InnoDB: The InnoDB memory heap is disabled
remote: 151109 5:19:51 InnoDB: Mutexes and rw_locks use GCC atomic builtins
remote: 151109 5:19:51 InnoDB: Compressed tables use zlib 1.2.3
remote: 151109 5:19:51 InnoDB: Using Linux native AIO
remote: 151109 5:19:51 InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
remote: InnoDB: Warning: io_setup() attempt 1 failed.
remote: InnoDB: Warning: io_setup() attempt 2 failed.
remote: InnoDB: Warning: io_setup() attempt 3 failed.
remote: InnoDB: Warning: io_setup() attempt 4 failed.
remote: InnoDB: Warning: io_setup() attempt 5 failed.
remote: 151109 5:19:54 InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
remote: InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
remote: 151109 5:19:54 InnoDB: Fatal error: cannot initialize AIO sub-system
remote: 151109 5:19:54 [ERROR] Plugin 'InnoDB' init function returned error.
remote: 151109 5:19:54 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
remote: 151109 5:19:54 [ERROR] Unknown/unsupported storage engine: InnoDB
remote: 151109 5:19:54 [ERROR] Aborting
remote: 151109 5:19:54 [Note] /opt/rh/mysql55/root/usr/libexec/mysqld: Shutdown complete
remote: chown: changing ownership of `/var/lib/openshift/563c24947628e1f167000124/mysql//stdout.err': Operation not permitted
remote: 151109 05:19:54 mysqld_safe mysqld from pid file /var/lib/openshift/563c24947628e1f167000124/mysql/pid/mysql.pid ended
remote: 151109 05:19:54 mysqld_safe mysqld from pid file /var/lib/openshift/563c24947628e1f167000124/mysql/pid/mysql.pid ended