primary storage?
2013/10/12 Nitin Mehta
> One of the use case where volume is on secondary storage is for the
> uploaded volumes.
> Until they are attached to the vm they reside on secondary storage and
> hence should be counted for secondary storage usage.
>
> On 11/10/13 1:15
Hi,all:
In 4.2,We can limit the secondarystorage usage for a user or a domain.
But when I refer to source code ,I find
public long calculateSecondaryStorageForAccount(long accountId) {
long totalVolumesSize =
_volumeDao.secondaryStorageUsedForAccount(accountId);
long totalS
-- Forwarded message --
From: Livio Lv
Date: 2013/6/4
Subject: Non-OSS Package: Could not find corresponding resource manager for
VMware
To: us...@cloudstack.apache.org
Hi all:
1.Does Cloudstack can manange RHEV KVM?
2.Why Cloudstack 4.02 can not manage VMWare hosts which been in
hello,I want to seperate the user portal and admin portal,So admin and user
will login to different server and seperate from each other. Can you give
me some suggestion.
another mgr server for user only and disable some functions,Is it possible?
ist
> parameter presence. So you have to define both parameters, and the first
> network from the networkIds list will be used as a default.
>
> -Alena.
>
> On 4/15/13 7:44 AM, "sx chen" wrote:
>
> >Hi,
> > as far as I know, I can specify the default netw
Hi,
as far as I know, I can specify the default network by put it at the
first when use "*networkids*" paramenter when deploy a vm.
but if I use "iptonetworklist" parameter specify the IP address,I find I
can't specify the default network.I've test put it at the first and put it
at the last.