Skip to content

Commit fa9d772

Browse files
stardom3645dhslove
authored andcommitted
함수 주석 변경
1 parent 2d1569b commit fa9d772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ public KVMStoragePool getStoragePool(String uuid, boolean refreshInfo) {
739739
* Ceph 풀의 저장량과 총 논리 용량을 계산하여 반환합니다.
740740
* Returns the logical used and total capacity for a given Ceph pool.
741741
* - 사용량은 stored 값을 기반으로 하며 (복제 미포함)
742-
* - 총 용량은 stored + (max_avail / replicationFactor) 방식으로 계산합니다.
742+
* - 총 용량은 stored + max_avail 방식으로 계산합니다.
743743
*
744744
* @param poolName Ceph 풀 이름 / Name of the Ceph pool (e.g., "rbd")
745745
* @return (총 용량, 사용량) / (total capacity, used capacity) in bytes

0 commit comments

Comments
 (0)