Hi,
I couldn't find any screenshots in the string of messages.
Looking at the logs it almost seems as like the VPC is stopping
unexpectedly.
Looking at my VPC, the first interface is a Link Local for Control type
traffic, which is running on KVM.
I will CC this into the dev mailinglist in search
Hello everybody,
when will the CS 4.2 version be released?
Thanks in advance,
Gaspare
Hi Everyone,
This is a reminder that the call for paper for the CloudStack collaboration
conference is still open:
http://www.cloudstackcollab.org/call-for-papers
Submit a talk about your experiences with CloudStack and let's have a good time
in Amsterdam
Cheers,
-Sebastien
On Sep 3, 2013, at 6:03 AM, Gaspare A Silvestri wrote:
> Hello everybody,
>
> when will the CS 4.2 version be released?
>
> Thanks in advance,
>
> Gaspare
Hi, there should be a new VOTE on the dev@ mailing list starting today or
tomorrow.
The vote is open to everyone registered on dev@ and
Hi Gaspare,
You can find the release schedule and design documents here :-
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Cloudstack+4.2+Release
On Tue, Sep 3, 2013 at 6:03 PM, Gaspare A Silvestri wrote:
> Hello everybody,
>
> when will the CS 4.2 version be released?
>
> Thanks in ad
On Wed, Aug 28, 2013 at 04:59:11PM -0700, Kirk Kosinski wrote:
> Hi, the default template links are on S3, so if it is slow for some
> reason, try canceling and restarting/resuming the download. This should
> normally get your download on a different and hopefully faster server.
> If it's still sl
I found the problem.
Look the code here:
http://fossies.org/dox/apache-cloudstack-4.1.1-src
/XcpOssResource_8java_source.html
line 86, if the CS cannot find a local SR it throws that error.
So, I created a local SR on the machine and everything ran smoothly.
I just do not know why the CS needs
Hi all,
Is there any way when starting a VM to override/pass kernel parameters,
such as single? (for single-user mode)
I guess this presumes Linux VMs.
We're looking for a way to pass a 'purpose' to a VM (other than its
name). One way would appear to be the 'userdata' field in the
deploy
Hello,
Is there anyone who knows how to make changes to vncterm in XenServer 6.0 for
CloudStack 4.x? Currently I have the "connection refused" error in VMs'
console. I figured it would be because vnc listens only on localhost and not
all host. Therefore, I want to make the change but do not kn
Hi,
Logs and screenshots attached in a tar file.
In my case, the type of the first interface is "Control", as you can see in the
screenshots.
@developers, if you need more info let me know.
Thanks to everyone,
Regards.
>> Date: Tue, 3 Sep 2013 08:05:10 +0100
>> Subject: Re: VPC virtua
Hi,
I don't know why but don't achive to insert the tar file ...
You can download it in this link: http://we.tl/kHJtO3BK3f
Regards.
> From: enrique...@hotmail.com
> To: users@cloudstack.apache.org
> CC: d...@cloudstack.apache.org
> Subject: RE: VPC virt
So tempting :(
> -Original Message-
> From: Sebastien Goasguen [mailto:run...@gmail.com]
> Sent: Tuesday, September 03, 2013 6:08 AM
> To: users@cloudstack.apache.org
> Subject: [EVENT] CloudStack Conference Amsterdam Nov. 20-22
>
> Hi Everyone,
>
> This is a reminder that the call for p
I am trying to launch a vm with the following parameters 16 core X 2GHZ, 16GB
memory. From dashboard I can see there is enough capacity in host 10. But still
unable to launch it. In the management log I see the following entries.
Management server correctly determined that host 10 has the capac
It actually says "cpuFreqGood: false"
The logic:
host.getSpeed().intValue() >= offering.getSpeed()
It could be that the hosts have core clocks slightly less than 2 Ghz
On 9/3/13 4:36 PM, "Mir Islam" wrote:
>I am trying to launch a vm with the following parameters 16 core X 2GHZ,
>16GB memory
Hi all,
The cloudstack UI dashboard shows only the total available/used
resources(Not meaning the virtual resources, Talking about cpu count, cpu
speed, ram and disk size).
Is there a way to check the per account usage? By API anymeans? or anyway
to check the resources allocated to a Vm(using a
Hi,
Found this call listcapacity(). So it gives values for clusterid,
podid, zoneid. Anyway of getting the same for accountid or domainid ?
Regards,
Cloudlover
On Wed, Sep 4, 2013 at 7:27 AM, cloud knight
wrote:
> Hi all,
>
>The cloudstack UI dashboard shows only the total available/u
Have you tried Cloud usage?
I think that will provide/store usage details of accounts, resources
-Original Message-
From: cloud knight [mailto:cloudloverunleas...@gmail.com]
Sent: Wednesday, September 4, 2013 7:50 AM
To: users@cloudstack.apache.org
Subject: Re: Tracking resources utilize
host 10 is not chosen because its CPU frequency does not match the service
offering requirement:
2013-09-03 16:17:49,412 DEBUG [allocator.impl.FirstFitAllocator]
(Job-Executor-27:job-97 FirstFitRoutingAllocator) Not using host 10;
numCpusGood: true; cpuFreqGood: false, host has capacity?true
-
Hello everyone
I have noticed that all system / proxy vms along with virtual routers have
same login password.
Since each vms picks a public IP address, makes the possibility for any
cracker to try and use default password to login to any system vm and
probably launch attacks on connected vms.
I
Hi Rajesh,
Please could you be more specific on the cloud usage. I'm not aware of
it.
Regards,
Cloudlover
On Wed, Sep 4, 2013 at 8:26 AM, Rajesh Battala wrote:
> Have you tried Cloud usage?
> I think that will provide/store usage details of accounts, resources
>
> -Original Message-
Rajesh,
I hope you are talking about the usage list usagerecords() call, but
that doesnt provide the information i asked for. (i.e) No of cpu cores,
ram, disk space utilized by a account/domain.
Regards,
Cloudlover
On Wed, Sep 4, 2013 at 9:28 AM, cloud knight
wrote:
> Hi Rajesh,
>
>Ple
You can get more info
http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Admin_Guide/configure-usage-server.html
http://cloudstack.apache.org/docs/api/apidocs-4.0.0/root_admin/listUsageRecords.html
https://cwiki.apache.org/CLOUDSTACK/usage-and-usage-events.html
http://24x7x
Thanks, that was it. Once I lowered it to 1900, it worked.
On Sep 3, 2013, at 5:12 PM, Chiradeep Vittal wrote:
> It actually says "cpuFreqGood: false"
>
> The logic:
> host.getSpeed().intValue() >= offering.getSpeed()
>
> It could be that the hosts have core clocks slightly less than 2 Ghz
>
>
There is a global setting called "system.vm.random.password". See if that
helps.
On 04/09/13 8:34 AM, "Dean Kamali" wrote:
>Hello everyone
>
>I have noticed that all system / proxy vms along with virtual routers have
>same login password.
>
>Since each vms picks a public IP address, makes the po
hey,
i get these errors on cloudstack 4.1.1 while trying to add the XCP 1.6 ubuntu
host.
i might have made a mistake on the network setup. but where do i start?
more information and error log below.
have a nice day & thanks for reading
lisa
#zone
# name: cloudstack1
# externer dns: 192.168.2.1
You can use the listAccounts API with "id" parameter to get all the account
details for that account which also gives the count for available and used
resources.
--Sanjay
> -Original Message-
> From: cloud knight [mailto:cloudloverunleas...@gmail.com]
> Sent: Wednesday, September 04, 20
Hi,
The listaccounts call provides these values,
ipavailable = Unlimited
iplimit = Unlimited
iptotal = 0
networkavailable = Unlimited
networklimit = Unlimited
networktotal = 0
projectavailable = Unlimited
projectlimit = Unlimited
projecttotal = 0
receivedbytes = 0
sentbytes = 99268
snapshotava
Ok, my mistake, the new resource types (CPU, RAM, primarystorage space,
secondary storage space) are introduced in 4.2 release.
For previous releases, you can get the usage data by setting up the usage
server as suggested by Rajesh.
--Sanjay
> -Original Message-
> From: cloud knight [m
28 matches
Mail list logo