nixelsolutions / rancher-wordpress-ha

11 stars 15 forks source link

This container and service launching causes errors #1

Open syedalamabbas opened 8 years ago

syedalamabbas commented 8 years ago

Hello Manel, I am trying to follow two of your articles posted on rancher blog:

  1. [http://rancher.com/setting-up-a-scalable-and-highly-available-wordpress-environment-with-rancher-and-docker/]
  2. [http://rancher.com/building-microservices-with-docker-on-the-new-rancher-beta/]

               I am simply launching hosts using Rancher OS + VMWare Player on my local network for my test. I can follow both the articles, each and every setting up until I launch the wordpress containers. I tried both types of setup that is the first and the second blog, but this container service always causes problems even when I follow all the instructions. 
    
              After that those set of containers just keep on launching and restarting endlessly. Please Advice. 

Following is the log file output I get from using wordpress container :

/13/2016 7:46:09 PM=> Checking if I can reach GlusterFS node 10.42.27.160 ... 4/13/2016 7:46:18 PM=> GlusterFS node 10.42.27.160 is alive 4/13/2016 7:46:18 PM=> Mounting GlusterFS volume ranchervol from GlusterFS node 10.42.27.160 ... 4/13/2016 7:46:18 PMMount failed. Please check the log file for more details. 4/13/2016 7:47:06 PM=> Checking if I can reach GlusterFS node 10.42.27.160 ... 4/13/2016 7:47:15 PM=> GlusterFS node 10.42.27.160 is alive 4/13/2016 7:47:15 PM=> Mounting GlusterFS volume ranchervol from GlusterFS node 10.42.27.160 ... 4/13/2016 7:47:15 PMMount failed. Please check the log file for more details. 4/13/2016 7:47:48 PM=> Checking if I can reach GlusterFS node 10.42.83.221 ... 4/13/2016 7:47:57 PM=> GlusterFS node 10.42.83.221 is alive 4/13/2016 7:47:57 PM=> Mounting GlusterFS volume ranchervol from GlusterFS node 10.42.83.221 ... 4/13/2016 7:47:57 PMMount failed. Please check the log file for more details. 4/13/2016 7:48:31 PM=> Checking if I can reach GlusterFS node 10.42.83.221 ... 4/13/2016 7:48:40 PM=> GlusterFS node 10.42.83.221 is alive 4/13/2016 7:48:40 PM=> Mounting GlusterFS volume ranchervol from GlusterFS node 10.42.83.221 ... 4/13/2016 7:48:40 PMMount failed. Please check the log file for more details. 4/13/2016 7:49:09 PM=> Checking if I can reach GlusterFS node 10.42.83.221 ... 4/13/2016 7:49:18 PM=> GlusterFS node 10.42.83.221 is alive 4/13/2016 7:49:18 PM=> Mounting GlusterFS volume ranchervol from GlusterFS node 10.42.83.221 ... 4/13/2016 7:49:18 PMMount failed. Please check the log file for more details. 4/13/2016 7:50:03 PM=> Checking if I can reach GlusterFS node 10.42.27.160 ... 4/13/2016 7:50:12 PM=> GlusterFS node 10.42.27.160 is alive 4/13/2016 7:50:12 PM=> Mounting GlusterFS volume ranchervol from GlusterFS node 10.42.27.160 ... 4/13/2016 7:50:12 PMMount failed. Please check the log file for more details.

nixelsolutions commented 8 years ago

Hey @syedalamabbas ! this version of Wordpress running Gluster is really outdated. I don't maintain it anymore cause last GlusterFS versions perform really bad with small files.

But anyway you need to make sure of this:

If that doesn't work you can keep a look on /var/log/gluster* logs

gustavocp commented 8 years ago

@nixelsolutions what do you recommend unstead wordpress+gluster? Im following these two tutoriais too as study