File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
engine/schema/src/main/java/org/apache/cloudstack/backup/dao Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ protected void init() {
8686 CountBackupsByAccount .done ();
8787
8888 CalculateBackupStorageByAccount = createSearchBuilder (SumCount .class );
89- CalculateBackupStorageByAccount .select ("sum" , SearchCriteria .Func .SUM , CalculateBackupStorageByAccount .entity ().getProtectedSize ());
89+ CalculateBackupStorageByAccount .select ("sum" , SearchCriteria .Func .SUM , CalculateBackupStorageByAccount .entity ().getSize ());
9090 CalculateBackupStorageByAccount .and ("account" , CalculateBackupStorageByAccount .entity ().getAccountId (), SearchCriteria .Op .EQ );
9191 CalculateBackupStorageByAccount .and ("status" , CalculateBackupStorageByAccount .entity ().getStatus (), SearchCriteria .Op .NIN );
9292 CalculateBackupStorageByAccount .and ("removed" , CalculateBackupStorageByAccount .entity ().getRemoved (), SearchCriteria .Op .NULL );
You can’t perform that action at this time.
0 commit comments