add missing class

This commit is contained in:
Fabricio Duarte 2025-10-09 15:29:50 -03:00
parent 7b8069bde5
commit 188be602ea
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ import org.apache.cloudstack.framework.config.dao.ConfigurationDao;
import org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl;
import org.apache.cloudstack.management.ManagementServerHost;
import org.apache.cloudstack.storage.DiskControllerMappingVO;
import org.apache.cloudstack.storage.command.CheckDataStoreStoragePolicyComplianceCommand;
import org.apache.cloudstack.storage.dao.DiskControllerMappingDao;
import org.apache.cloudstack.storage.datastore.db.PrimaryDataStoreDao;
import org.apache.cloudstack.storage.datastore.db.StoragePoolVO;