Re: Primary Storage algorithm - when having more primary storages

2015-04-21 Thread Andrija Panic
n choose the algorithm using vm.allocation.algorithm as Abhi > mentioned. > > -Prachi > > -Original Message- > From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com] > Sent: Monday, April 20, 2015 8:37 AM > To: dev@cloudstack.apache.org > Subject: Re: Prima

RE: Primary Storage algorithm - when having more primary storages

2015-04-20 Thread Prachi Damle
Message- From: Abhinandan Prateek [mailto:abhinandan.prat...@shapeblue.com] Sent: Monday, April 20, 2015 8:37 AM To: dev@cloudstack.apache.org Subject: Re: Primary Storage algorithm - when having more primary storages Following algorithms are used to select storage pool: random

Re: Primary Storage algorithm - when having more primary storages

2015-04-20 Thread Abhinandan Prateek
Following algorithms are used to select storage pool: random, userconcentratedpod_random: RANDOM userdispersing: Select on basis of least no of volumes firstfitleastconsumed: Select on basis of remaining capacity These values can be set for “vm.allocation.algorithm” global config variable. -abhi

Re: Primary Storage algorithm - when having more primary storages

2015-04-20 Thread Andrija Panic
Sorry for my ignorance - meaing completely random (except the scope ?) On 20 April 2015 at 16:01, Wei ZHOU wrote: > /etc/cloudstack/management/componentContext.xml > >class="com.cloud.utils.component.AdapterList"> > > > > > > > > >

Re: Primary Storage algorithm - when having more primary storages

2015-04-20 Thread Wei ZHOU
/etc/cloudstack/management/componentContext.xml 2015-04-20 15:44 GMT+02:00 Andrija Panic : > Hi people, > > just wondering - if I have 3 primary storages (3 x NFS boxes) - what is the > volume alocation algoritm - is it compelte ran