You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Min Chen <mi...@citrix.com> on 2013/10/10 23:46:45 UTC

Global setting "host" is not set to MS IP anymore on master

Hi there,

Not sure if others experience the same issue. In 4.2, when MS starts, it will discover the IP address of MS and automatically set global setting "host" to that IP address. Now it seems broken on master, MS started but "host" is still set to "localhost", which caused my system vm cannot ping back MS and thus no agent status cannot be found for system vm, thus this message on my console
"INFO  [o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No running ssvm is found, so command will be sent to LocalHostEndPoint".
Anybody has any idea on this?

Thanks
-min

Re: Global setting "host" is not set to MS IP anymore on master

Posted by Prasanna Santhanam <ts...@apache.org>.
After deploying using marvin's config file I have to perform a
restart of mgmt server for the globals to take effect. The problem
also appears quite annoyingly in KVM hosts where the agent recieves
localhost in the mgmt server info and tries to connect back to itself.

The spring-modularization branch I believe already fixes this problem. 

On Fri, Oct 11, 2013 at 07:33:36PM +0000, Soheil Eizadi wrote:
> Since I synced my code with 4.3 Master, the Host and Management
> Network is getting properly for me. The storage network is empty.
> -Soheil
> ________________________________________
> From: Mike Tutkowski [mike.tutkowski@solidfire.com]
> Sent: Friday, October 11, 2013 11:23 AM
> To: dev@cloudstack.apache.org
> Cc: Prasanna Santhanam
> Subject: Re: Global setting "host" is not set to MS IP anymore on master
> 
> Yeah, I tend to set up my CS environment manually.
> 
> The first thing I do when I log in via the GUI is change the host,
> secstorage, and cidr Global Settings and then re-start the management
> server.
> 
> It would be great if this were not required, of course.
> 
> 
> On Fri, Oct 11, 2013 at 11:14 AM, Min Chen <mi...@citrix.com> wrote:
> 
> > I am also using marvin to deploy my local environment. Do you need to
> > restart MS after adding this globalConfig section in our .cfg file? If so,
> > developer may be able to workaround this. But this issue still needs to be
> > addressed for people not using marvin framework to setup environment, then
> > they have to always remember a manual update host step before starting any
> > ssvm.
> >
> > Thanks
> > -min
> >
> > On 10/10/13 9:31 PM, "Prasanna Santhanam" <ts...@apache.org> wrote:
> >
> > >So, why does setting the 'host' to your IP not work? I do that for the
> > >test environment on master as part of deployment via marvin. It's only
> > >a small change in the marvin-config.
> > >
> > >On https://github.com/vogxn/cloud-autodeploy.git
> > >
> > >commit 8fe580e82fe4ab6dd8e124bf226c5941e72a4204
> > >Author: Prasanna Santhanam <ts...@apache.org>
> > >Date:   Fri Oct 4 13:53:55 2013 +0530
> > >
> > >    host value in global config defaults to localhost
> > >    Signed-off-by: Prasanna Santhanam <ts...@apache.org>
> > >
> > >diff --git a/kvm.cfg b/kvm.cfg
> > >index 43b45de..0e23db0 100644
> > >--- a/kvm.cfg
> > >+++ b/kvm.cfg
> > >@@ -152,6 +152,10 @@
> > >     ],
> > >     "globalConfig": [
> > >         {
> > >+            "name": "host",
> > >+            "value": "cloudstack-centos63"
> > >+        },
> > >+        {
> > >             "name": "network.gc.wait",
> > >             "value": "60"
> > >         },
> > >
> > >
> > >On Thu, Oct 10, 2013 at 11:25:15PM +0000, Prachi Damle wrote:
> > >> I see it on Windows too.
> > >>
> > >> -----Original Message-----
> > >> From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com]
> > >> Sent: Thursday, October 10, 2013 4:20 PM
> > >> To: dev@cloudstack.apache.org; Min Chen
> > >> Subject: Re: Global setting "host" is not set to MS IP anymore on master
> > >> Importance: High
> > >>
> > >> I'm facing the same problem on master (OS X v10.8.4 if the platform
> > >> matters)
> > >>
> > >> On 10/10/13 3:22 PM, "Min Chen" <mi...@citrix.com> wrote:
> > >>
> > >> >Hmm? I think that it may be related to new ConfigDepot framework to
> > >> >support dynamic config value without restarting MS.
> > >> >
> > >> >-min
> > >> >
> > >> >
> > >> >
> > >> >On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:
> > >> >
> > >> >>If my memory serves me right this was fixed in 4.2. Maybe the fixer
> > >> >>forgot to port it to master ?
> > >> >>
> > >> >>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
> > >> >>
> > >> >>>Hi there,
> > >> >>>
> > >> >>>Not sure if others experience the same issue. In 4.2, when MS
> > >>starts,
> > >> >>>it will discover the IP address of MS and automatically set global
> > >> >>>setting "host" to that IP address. Now it seems broken on master, MS
> > >> >>>started but "host" is still set to "localhost", which caused my
> > >> >>>system vm cannot ping back MS and thus no agent status cannot be
> > >> >>>found for system vm, thus this message on my console "INFO
> > >> >>>[o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No
> > >> >>>running ssvm is found, so command will be sent to LocalHostEndPoint".
> > >> >>>Anybody has any idea on this?
> > >> >>>
> > >> >>>Thanks
> > >> >>>-min
> > >> >>
> > >> >
> > >> >
> > >>
> > >
> > >--
> > >Prasanna.,
> > >
> > >------------------------
> > >Powered by BigRock.com
> > >
> >
> >
> 
> 
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *?*

-- 
Prasanna.,

------------------------
Powered by BigRock.com


RE: Global setting "host" is not set to MS IP anymore on master

Posted by Soheil Eizadi <se...@infoblox.com>.
Since I synced my code with 4.3 Master, the Host and Management Network is getting properly for me. The storage network is empty.
-Soheil
________________________________________
From: Mike Tutkowski [mike.tutkowski@solidfire.com]
Sent: Friday, October 11, 2013 11:23 AM
To: dev@cloudstack.apache.org
Cc: Prasanna Santhanam
Subject: Re: Global setting "host" is not set to MS IP anymore on master

Yeah, I tend to set up my CS environment manually.

The first thing I do when I log in via the GUI is change the host,
secstorage, and cidr Global Settings and then re-start the management
server.

It would be great if this were not required, of course.


On Fri, Oct 11, 2013 at 11:14 AM, Min Chen <mi...@citrix.com> wrote:

> I am also using marvin to deploy my local environment. Do you need to
> restart MS after adding this globalConfig section in our .cfg file? If so,
> developer may be able to workaround this. But this issue still needs to be
> addressed for people not using marvin framework to setup environment, then
> they have to always remember a manual update host step before starting any
> ssvm.
>
> Thanks
> -min
>
> On 10/10/13 9:31 PM, "Prasanna Santhanam" <ts...@apache.org> wrote:
>
> >So, why does setting the 'host' to your IP not work? I do that for the
> >test environment on master as part of deployment via marvin. It's only
> >a small change in the marvin-config.
> >
> >On https://github.com/vogxn/cloud-autodeploy.git
> >
> >commit 8fe580e82fe4ab6dd8e124bf226c5941e72a4204
> >Author: Prasanna Santhanam <ts...@apache.org>
> >Date:   Fri Oct 4 13:53:55 2013 +0530
> >
> >    host value in global config defaults to localhost
> >    Signed-off-by: Prasanna Santhanam <ts...@apache.org>
> >
> >diff --git a/kvm.cfg b/kvm.cfg
> >index 43b45de..0e23db0 100644
> >--- a/kvm.cfg
> >+++ b/kvm.cfg
> >@@ -152,6 +152,10 @@
> >     ],
> >     "globalConfig": [
> >         {
> >+            "name": "host",
> >+            "value": "cloudstack-centos63"
> >+        },
> >+        {
> >             "name": "network.gc.wait",
> >             "value": "60"
> >         },
> >
> >
> >On Thu, Oct 10, 2013 at 11:25:15PM +0000, Prachi Damle wrote:
> >> I see it on Windows too.
> >>
> >> -----Original Message-----
> >> From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com]
> >> Sent: Thursday, October 10, 2013 4:20 PM
> >> To: dev@cloudstack.apache.org; Min Chen
> >> Subject: Re: Global setting "host" is not set to MS IP anymore on master
> >> Importance: High
> >>
> >> I'm facing the same problem on master (OS X v10.8.4 if the platform
> >> matters)
> >>
> >> On 10/10/13 3:22 PM, "Min Chen" <mi...@citrix.com> wrote:
> >>
> >> >Hmm? I think that it may be related to new ConfigDepot framework to
> >> >support dynamic config value without restarting MS.
> >> >
> >> >-min
> >> >
> >> >
> >> >
> >> >On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:
> >> >
> >> >>If my memory serves me right this was fixed in 4.2. Maybe the fixer
> >> >>forgot to port it to master ?
> >> >>
> >> >>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
> >> >>
> >> >>>Hi there,
> >> >>>
> >> >>>Not sure if others experience the same issue. In 4.2, when MS
> >>starts,
> >> >>>it will discover the IP address of MS and automatically set global
> >> >>>setting "host" to that IP address. Now it seems broken on master, MS
> >> >>>started but "host" is still set to "localhost", which caused my
> >> >>>system vm cannot ping back MS and thus no agent status cannot be
> >> >>>found for system vm, thus this message on my console "INFO
> >> >>>[o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No
> >> >>>running ssvm is found, so command will be sent to LocalHostEndPoint".
> >> >>>Anybody has any idea on this?
> >> >>>
> >> >>>Thanks
> >> >>>-min
> >> >>
> >> >
> >> >
> >>
> >
> >--
> >Prasanna.,
> >
> >------------------------
> >Powered by BigRock.com
> >
>
>


--
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: Global setting "host" is not set to MS IP anymore on master

Posted by Mike Tutkowski <mi...@solidfire.com>.
Yeah, I tend to set up my CS environment manually.

The first thing I do when I log in via the GUI is change the host,
secstorage, and cidr Global Settings and then re-start the management
server.

It would be great if this were not required, of course.


On Fri, Oct 11, 2013 at 11:14 AM, Min Chen <mi...@citrix.com> wrote:

> I am also using marvin to deploy my local environment. Do you need to
> restart MS after adding this globalConfig section in our .cfg file? If so,
> developer may be able to workaround this. But this issue still needs to be
> addressed for people not using marvin framework to setup environment, then
> they have to always remember a manual update host step before starting any
> ssvm.
>
> Thanks
> -min
>
> On 10/10/13 9:31 PM, "Prasanna Santhanam" <ts...@apache.org> wrote:
>
> >So, why does setting the 'host' to your IP not work? I do that for the
> >test environment on master as part of deployment via marvin. It's only
> >a small change in the marvin-config.
> >
> >On https://github.com/vogxn/cloud-autodeploy.git
> >
> >commit 8fe580e82fe4ab6dd8e124bf226c5941e72a4204
> >Author: Prasanna Santhanam <ts...@apache.org>
> >Date:   Fri Oct 4 13:53:55 2013 +0530
> >
> >    host value in global config defaults to localhost
> >    Signed-off-by: Prasanna Santhanam <ts...@apache.org>
> >
> >diff --git a/kvm.cfg b/kvm.cfg
> >index 43b45de..0e23db0 100644
> >--- a/kvm.cfg
> >+++ b/kvm.cfg
> >@@ -152,6 +152,10 @@
> >     ],
> >     "globalConfig": [
> >         {
> >+            "name": "host",
> >+            "value": "cloudstack-centos63"
> >+        },
> >+        {
> >             "name": "network.gc.wait",
> >             "value": "60"
> >         },
> >
> >
> >On Thu, Oct 10, 2013 at 11:25:15PM +0000, Prachi Damle wrote:
> >> I see it on Windows too.
> >>
> >> -----Original Message-----
> >> From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com]
> >> Sent: Thursday, October 10, 2013 4:20 PM
> >> To: dev@cloudstack.apache.org; Min Chen
> >> Subject: Re: Global setting "host" is not set to MS IP anymore on master
> >> Importance: High
> >>
> >> I'm facing the same problem on master (OS X v10.8.4 if the platform
> >> matters)
> >>
> >> On 10/10/13 3:22 PM, "Min Chen" <mi...@citrix.com> wrote:
> >>
> >> >Hmm? I think that it may be related to new ConfigDepot framework to
> >> >support dynamic config value without restarting MS.
> >> >
> >> >-min
> >> >
> >> >
> >> >
> >> >On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:
> >> >
> >> >>If my memory serves me right this was fixed in 4.2. Maybe the fixer
> >> >>forgot to port it to master ?
> >> >>
> >> >>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
> >> >>
> >> >>>Hi there,
> >> >>>
> >> >>>Not sure if others experience the same issue. In 4.2, when MS
> >>starts,
> >> >>>it will discover the IP address of MS and automatically set global
> >> >>>setting "host" to that IP address. Now it seems broken on master, MS
> >> >>>started but "host" is still set to "localhost", which caused my
> >> >>>system vm cannot ping back MS and thus no agent status cannot be
> >> >>>found for system vm, thus this message on my console "INFO
> >> >>>[o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No
> >> >>>running ssvm is found, so command will be sent to LocalHostEndPoint".
> >> >>>Anybody has any idea on this?
> >> >>>
> >> >>>Thanks
> >> >>>-min
> >> >>
> >> >
> >> >
> >>
> >
> >--
> >Prasanna.,
> >
> >------------------------
> >Powered by BigRock.com
> >
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: Global setting "host" is not set to MS IP anymore on master

Posted by Min Chen <mi...@citrix.com>.
I am also using marvin to deploy my local environment. Do you need to
restart MS after adding this globalConfig section in our .cfg file? If so,
developer may be able to workaround this. But this issue still needs to be
addressed for people not using marvin framework to setup environment, then
they have to always remember a manual update host step before starting any
ssvm.

Thanks
-min

On 10/10/13 9:31 PM, "Prasanna Santhanam" <ts...@apache.org> wrote:

>So, why does setting the 'host' to your IP not work? I do that for the
>test environment on master as part of deployment via marvin. It's only
>a small change in the marvin-config.
>
>On https://github.com/vogxn/cloud-autodeploy.git
>
>commit 8fe580e82fe4ab6dd8e124bf226c5941e72a4204
>Author: Prasanna Santhanam <ts...@apache.org>
>Date:   Fri Oct 4 13:53:55 2013 +0530
>
>    host value in global config defaults to localhost
>    Signed-off-by: Prasanna Santhanam <ts...@apache.org>
>
>diff --git a/kvm.cfg b/kvm.cfg
>index 43b45de..0e23db0 100644
>--- a/kvm.cfg
>+++ b/kvm.cfg
>@@ -152,6 +152,10 @@
>     ], 
>     "globalConfig": [
>         {
>+            "name": "host",
>+            "value": "cloudstack-centos63"
>+        }, 
>+        {
>             "name": "network.gc.wait",
>             "value": "60"
>         }, 
>
>
>On Thu, Oct 10, 2013 at 11:25:15PM +0000, Prachi Damle wrote:
>> I see it on Windows too.
>> 
>> -----Original Message-----
>> From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com]
>> Sent: Thursday, October 10, 2013 4:20 PM
>> To: dev@cloudstack.apache.org; Min Chen
>> Subject: Re: Global setting "host" is not set to MS IP anymore on master
>> Importance: High
>> 
>> I'm facing the same problem on master (OS X v10.8.4 if the platform
>> matters)
>> 
>> On 10/10/13 3:22 PM, "Min Chen" <mi...@citrix.com> wrote:
>> 
>> >Hmm? I think that it may be related to new ConfigDepot framework to
>> >support dynamic config value without restarting MS.
>> >
>> >-min
>> >
>> >
>> >
>> >On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:
>> >
>> >>If my memory serves me right this was fixed in 4.2. Maybe the fixer
>> >>forgot to port it to master ?
>> >>
>> >>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
>> >>
>> >>>Hi there,
>> >>>
>> >>>Not sure if others experience the same issue. In 4.2, when MS
>>starts, 
>> >>>it will discover the IP address of MS and automatically set global
>> >>>setting "host" to that IP address. Now it seems broken on master, MS
>> >>>started but "host" is still set to "localhost", which caused my
>> >>>system vm cannot ping back MS and thus no agent status cannot be
>> >>>found for system vm, thus this message on my console "INFO
>> >>>[o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No
>> >>>running ssvm is found, so command will be sent to LocalHostEndPoint".
>> >>>Anybody has any idea on this?
>> >>>
>> >>>Thanks
>> >>>-min
>> >>
>> >
>> >
>> 
>
>-- 
>Prasanna.,
>
>------------------------
>Powered by BigRock.com
>


Re: Global setting "host" is not set to MS IP anymore on master

Posted by Prasanna Santhanam <ts...@apache.org>.
So, why does setting the 'host' to your IP not work? I do that for the
test environment on master as part of deployment via marvin. It's only
a small change in the marvin-config.

On https://github.com/vogxn/cloud-autodeploy.git

commit 8fe580e82fe4ab6dd8e124bf226c5941e72a4204
Author: Prasanna Santhanam <ts...@apache.org>
Date:   Fri Oct 4 13:53:55 2013 +0530

    host value in global config defaults to localhost
    Signed-off-by: Prasanna Santhanam <ts...@apache.org>

diff --git a/kvm.cfg b/kvm.cfg
index 43b45de..0e23db0 100644
--- a/kvm.cfg
+++ b/kvm.cfg
@@ -152,6 +152,10 @@
     ], 
     "globalConfig": [
         {
+            "name": "host", 
+            "value": "cloudstack-centos63"
+        }, 
+        {
             "name": "network.gc.wait", 
             "value": "60"
         }, 


On Thu, Oct 10, 2013 at 11:25:15PM +0000, Prachi Damle wrote:
> I see it on Windows too.
> 
> -----Original Message-----
> From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com] 
> Sent: Thursday, October 10, 2013 4:20 PM
> To: dev@cloudstack.apache.org; Min Chen
> Subject: Re: Global setting "host" is not set to MS IP anymore on master
> Importance: High
> 
> I'm facing the same problem on master (OS X v10.8.4 if the platform
> matters)
> 
> On 10/10/13 3:22 PM, "Min Chen" <mi...@citrix.com> wrote:
> 
> >Hmm? I think that it may be related to new ConfigDepot framework to 
> >support dynamic config value without restarting MS.
> >
> >-min
> >
> >
> >
> >On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:
> >
> >>If my memory serves me right this was fixed in 4.2. Maybe the fixer 
> >>forgot to port it to master ?
> >>
> >>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
> >>
> >>>Hi there,
> >>>
> >>>Not sure if others experience the same issue. In 4.2, when MS starts, 
> >>>it will discover the IP address of MS and automatically set global 
> >>>setting "host" to that IP address. Now it seems broken on master, MS 
> >>>started but "host" is still set to "localhost", which caused my 
> >>>system vm cannot ping back MS and thus no agent status cannot be 
> >>>found for system vm, thus this message on my console "INFO  
> >>>[o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No 
> >>>running ssvm is found, so command will be sent to LocalHostEndPoint".
> >>>Anybody has any idea on this?
> >>>
> >>>Thanks
> >>>-min
> >>
> >
> >
> 

-- 
Prasanna.,

------------------------
Powered by BigRock.com


RE: Global setting "host" is not set to MS IP anymore on master

Posted by Prachi Damle <Pr...@citrix.com>.
I see it on Windows too.

-----Original Message-----
From: Alena Prokharchyk [mailto:Alena.Prokharchyk@citrix.com] 
Sent: Thursday, October 10, 2013 4:20 PM
To: dev@cloudstack.apache.org; Min Chen
Subject: Re: Global setting "host" is not set to MS IP anymore on master
Importance: High

I'm facing the same problem on master (OS X v10.8.4 if the platform
matters)

On 10/10/13 3:22 PM, "Min Chen" <mi...@citrix.com> wrote:

>HmmŠ I think that it may be related to new ConfigDepot framework to 
>support dynamic config value without restarting MS.
>
>-min
>
>
>
>On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:
>
>>If my memory serves me right this was fixed in 4.2. Maybe the fixer 
>>forgot to port it to master ?
>>
>>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
>>
>>>Hi there,
>>>
>>>Not sure if others experience the same issue. In 4.2, when MS starts, 
>>>it will discover the IP address of MS and automatically set global 
>>>setting "host" to that IP address. Now it seems broken on master, MS 
>>>started but "host" is still set to "localhost", which caused my 
>>>system vm cannot ping back MS and thus no agent status cannot be 
>>>found for system vm, thus this message on my console "INFO  
>>>[o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No 
>>>running ssvm is found, so command will be sent to LocalHostEndPoint".
>>>Anybody has any idea on this?
>>>
>>>Thanks
>>>-min
>>
>
>



Re: Global setting "host" is not set to MS IP anymore on master

Posted by Alena Prokharchyk <Al...@citrix.com>.
I'm facing the same problem on master (OS X v10.8.4 if the platform
matters)

On 10/10/13 3:22 PM, "Min Chen" <mi...@citrix.com> wrote:

>HmmŠ I think that it may be related to new ConfigDepot framework to
>support dynamic config value without restarting MS.
>
>-min
>
>
>
>On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:
>
>>If my memory serves me right this was fixed in 4.2. Maybe the fixer
>>forgot
>>to port it to master ?
>>
>>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
>>
>>>Hi there,
>>>
>>>Not sure if others experience the same issue. In 4.2, when MS starts, it
>>>will discover the IP address of MS and automatically set global setting
>>>"host" to that IP address. Now it seems broken on master, MS started but
>>>"host" is still set to "localhost", which caused my system vm cannot
>>>ping
>>>back MS and thus no agent status cannot be found for system vm, thus
>>>this
>>>message on my console
>>>"INFO  [o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No
>>>running ssvm is found, so command will be sent to LocalHostEndPoint".
>>>Anybody has any idea on this?
>>>
>>>Thanks
>>>-min
>>
>
>



Re: Global setting "host" is not set to MS IP anymore on master

Posted by Min Chen <mi...@citrix.com>.
HmmŠ I think that it may be related to new ConfigDepot framework to
support dynamic config value without restarting MS.

-min



On 10/10/13 3:00 PM, "Nitin Mehta" <Ni...@citrix.com> wrote:

>If my memory serves me right this was fixed in 4.2. Maybe the fixer forgot
>to port it to master ?
>
>On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:
>
>>Hi there,
>>
>>Not sure if others experience the same issue. In 4.2, when MS starts, it
>>will discover the IP address of MS and automatically set global setting
>>"host" to that IP address. Now it seems broken on master, MS started but
>>"host" is still set to "localhost", which caused my system vm cannot ping
>>back MS and thus no agent status cannot be found for system vm, thus this
>>message on my console
>>"INFO  [o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No
>>running ssvm is found, so command will be sent to LocalHostEndPoint".
>>Anybody has any idea on this?
>>
>>Thanks
>>-min
>


Re: Global setting "host" is not set to MS IP anymore on master

Posted by Nitin Mehta <Ni...@citrix.com>.
If my memory serves me right this was fixed in 4.2. Maybe the fixer forgot
to port it to master ?

On 10/10/13 2:46 PM, "Min Chen" <mi...@citrix.com> wrote:

>Hi there,
>
>Not sure if others experience the same issue. In 4.2, when MS starts, it
>will discover the IP address of MS and automatically set global setting
>"host" to that IP address. Now it seems broken on master, MS started but
>"host" is still set to "localhost", which caused my system vm cannot ping
>back MS and thus no agent status cannot be found for system vm, thus this
>message on my console
>"INFO  [o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No
>running ssvm is found, so command will be sent to LocalHostEndPoint".
>Anybody has any idea on this?
>
>Thanks
>-min