File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/main/java/com/cloud/server Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 206206import org .apache .cloudstack .api .command .admin .storage .ListStorageTagsCmd ;
207207import org .apache .cloudstack .api .command .admin .storage .MigrateSecondaryStorageDataCmd ;
208208import org .apache .cloudstack .api .command .admin .storage .PreparePrimaryStorageForMaintenanceCmd ;
209+ import org .apache .cloudstack .api .command .admin .storage .SyncStoragePoolCmd ;
209210import org .apache .cloudstack .api .command .admin .storage .UpdateCloudToUseObjectStoreCmd ;
210211import org .apache .cloudstack .api .command .admin .storage .UpdateImageStoreCmd ;
211212import org .apache .cloudstack .api .command .admin .storage .UpdateStorageCapabilitiesCmd ;
@@ -3044,6 +3045,7 @@ public List<Class<?>> getCommands() {
30443045 cmdList .add (FindStoragePoolsForMigrationCmd .class );
30453046 cmdList .add (PreparePrimaryStorageForMaintenanceCmd .class );
30463047 cmdList .add (UpdateStoragePoolCmd .class );
3048+ cmdList .add (SyncStoragePoolCmd .class );
30473049 cmdList .add (UpdateStorageCapabilitiesCmd .class );
30483050 cmdList .add (UpdateImageStoreCmd .class );
30493051 cmdList .add (DestroySystemVmCmd .class );
You can’t perform that action at this time.
0 commit comments