??????????????????????????java??????????????????
------------------ ???????? ------------------ ??????: "wwilck";<[email protected]>; ????????: 2014??5??12??(??????) ????2:57 ??????: "[email protected]"<[email protected]>; ????: RE: ?????? CS?????????????? ??????????????????server/src/com/cloud/storage/StorageManagerImpl.java ??????????if???????????????????? long totalOverProvCapacity; 1735 if (pool.getPoolType() == StoragePoolType.NetworkFilesystem || pool.getPoolType() == StoragePoolType.VMFS) { 1736 totalOverProvCapacity = getStorageOverProvisioningFactor(pool.getDataCenterId()).multiply(new BigDecimal(pool.getCapacityBytes())) 1737 .longValue(); 1738 } else { 1739 totalOverProvCapacity = pool.getCapacityBytes(); 1740 }?????????????????????????????????????????????? > From: [email protected] > To: [email protected] > Subject: ?????? CS?????????????? > Date: Mon, 12 May 2014 12:49:26 +0800 > > ?????????????????????????????????????? > > > > > ------------------ ???????? ------------------ > ??????: "ma y";<[email protected]>; > ????????: 2014??5??12??(??????) ????9:46 > ??????: "users-cn"<[email protected]>; > > ????: Re: CS?????????????? > > > > ?????????????????????? > > ????????????????????????????????????????????????????cs?????? > > > ?? 2014??5??8?? ????1:39?????????? <[email protected]>?????? > > > > > ????sharemountpoint????????????????????????????storage.overprovisioning.factor??????5??????????????,????????manager??
