No, once attach volume is called for uploaded volumes they are moved into
primary storage and then on they should be counted for primary storage
only, and not for sec. storage.
If that¹s not happening I would think that¹s a bug. Please do let us know.
On 11/10/13 6:31 PM, "sx chen" wrote:
>Thank
Thanks,Nitin
For Upload volume It's OK.
Then I have another question;
If I destroy a vm,the root disk will be romoved too,but data disk is still
on the primary storage,
and state is not "Allocated",So these volumes will be counted as
secondarystorage and they
are actually in the primary storage?
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 AM, "sx chen" wrote:
>Hi,all:
>In 4.2,We can limit the secondary
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