Hi Abhi,
The standard way would be to extract interfaces from concrete
implementations and move them to some third package - in the case of
cloudstack I would suggest Api.
Alex
On Sat, May 5, 2012 at 10:56 PM, Abhinandan Prateek <
abhinandan.prat...@citrix.com> wrote:
> Hi Alex,
> If the circul
Hi Alex,
If the circular dependencies can be removed we have a better manageable code.
If we plan to do that, what actions do you suggest ?
-Abhi
-Original Message-
From: Alex Oscherov [mailto:alex.osche...@sungard.com]
Sent: Sunday, May 06, 2012 11:19 AM
To: cloudstack-dev@incubator.a
Hi Folks,
I have a question - I was just familiarizing myself with cloudstack source
code and noticed that this code has pretty tight circular dependencies
between core, server and vmware-base modules (that's what I saw so far). So
my question is - is it done intentionally - ir yest then what is th
There are two related entries in the host table related to secondary storage.
One is the entry has type as "SecondaryStorageVM" the other one is
"SecondaryStorage".
If SSVM is working fine then entry of type SecondaryStorageVM should be Up. The
other one ie of type SecondaryStorage refers just t
>It typically indicates a problem with the SSVM (Secondary Storage VM). It
>either did not get created, or most likely is unable to connect back to
>the Management once created and running.
>
>Do you see any errors in the management server log? Refer to
>"Troubleshooting the Secondary Storage VM"
It typically indicates a problem with the SSVM (Secondary Storage VM). It
either did not get created, or most likely is unable to connect back to the
Management once created and running.
Do you see any errors in the management server log? Refer to "Troubleshooting
the Secondary Storage VM" sect
I don't see mention of it in the source...
On May 5, 2012, at 4:20 PM, Chandan Purushothama wrote:
> May I know the purpose of /etc/sysconfig/cloud-management file present on the
> Management Server. I am just curious to know what role does it play,
>
> [root@mgmt1rhel2 ~]# cat /etc/sysconfig/c
May I know the purpose of /etc/sysconfig/cloud-management file present on the
Management Server. I am just curious to know what role does it play,
[root@mgmt1rhel2 ~]# cat /etc/sysconfig/cloud-management
# This file is loaded in /etc/init.d/vmopsmanagement
# ATM we only do two things here:
dummy
Hi,
Working on patches and adding features to cloudstack, we used the 3.0.1
tags from github on the development machine.
When we applied the modification in our staging environement that uses the
3.0.1 RHEL 6.2 production tarball.. we realized that it was not the same
version than 3.0.1 Tag from g