Re: [Dev] [Stratos] java.io.IOException: No space left on device in Docker containers

2015-07-14 Thread Lakmal Warusawithana
In your local setup go with non autoscaling mode, which is equal min and max. On Wed, Jul 15, 2015 at 9:30 AM, Punnadi Gunarathna wrote: > Hi Imesh, > > I had a chat with Reka and found out due to high loadAverage, more > containers are spawned by AS. This causes the "No space left on device". >

Re: [Dev] [Stratos] java.io.IOException: No space left on device in Docker containers

2015-07-14 Thread Punnadi Gunarathna
Hi Imesh, I had a chat with Reka and found out due to high loadAverage, more containers are spawned by AS. This causes the "No space left on device". Since I am working with 1 minion, at first there is 3 applications for dev,test and prod and when they started to scale the VM left with no space.

Re: [Dev] [Stratos] java.io.IOException: No space left on device in Docker containers

2015-07-14 Thread Imesh Gunaratne
May be you need more disk space on each minion host. On Tue, Jul 14, 2015 at 12:00 PM, Punnadi Gunarathna wrote: > Hi Manisha, > > No it can't be done with puppet scripts at the moment. I was referring to > kubernets minion which had space issue. But sure I will have to figure out > a way to sol

Re: [Dev] [Stratos] java.io.IOException: No space left on device in Docker containers

2015-07-13 Thread Punnadi Gunarathna
Hi Manisha, No it can't be done with puppet scripts at the moment. I was referring to kubernets minion which had space issue. But sure I will have to figure out a way to solve this. On Tue, Jul 14, 2015 at 7:26 AM, Manisha Gayathri wrote: > If we are doing a new setup, we need to clean the old

Re: [Dev] [Stratos] java.io.IOException: No space left on device in Docker containers

2015-07-13 Thread Manisha Gayathri
If we are doing a new setup, we need to clean the old existing instances, don't we? Hope we can automate this step via puppet scripts. Thanks Manisha On Mon, Jul 13, 2015 at 7:22 PM, Punnadi Gunarathna wrote: > Hi All, > > Despite cleaning pods via kubernetes client, I noticed there are number

Re: [Dev] [Stratos] java.io.IOException: No space left on device in Docker containers

2015-07-13 Thread Punnadi Gunarathna
Hi All, Despite cleaning pods via kubernetes client, I noticed there are number of old docker containers running on node-01 with below command: docker ps -a So I deleted them with below command: docker ps -a | grep '' | awk '{print $1}' | xargs --no-run-if-empty docker rm -f e.g: docker ps -

[Dev] [Stratos] java.io.IOException: No space left on device in Docker containers

2015-07-13 Thread Punnadi Gunarathna
hi All, I got below error in all the docker containers for the setup i just did and haven't seen it before. In WSO2AS: TID: [2015-07-13 13:09:38,746] INFO {org.wso2.carbon.server.extensions.PatchInstaller} - Patch changes detected {org.wso2.carbon.server.extensions.PatchInstaller} TID: [2015-