Re: Why Secondarystroage resourcelimit contains volumes

2013-10-12 Thread Nitin Mehta
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

Re: Why Secondarystroage resourcelimit contains volumes

2013-10-11 Thread sx chen
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?

Re: Why Secondarystroage resourcelimit contains volumes

2013-10-11 Thread 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 AM, "sx chen" wrote: >Hi,all: >In 4.2,We can limit the secondary

Why Secondarystroage resourcelimit contains volumes

2013-10-11 Thread sx chen
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