File tree Expand file tree Collapse file tree
resources/META-INF/cloudstack/core
resources/META-INF/cloudstack/storage
src/org/apache/cloudstack/storage/vmsnapshot
src/org/apache/cloudstack/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <bean id =" BAREMETAL" class =" org.apache.cloudstack.storage.image.format.BAREMETAL" />
3838
3939 <bean id =" hypervisorHelperImpl" class =" org.apache.cloudstack.storage.helper.HypervisorHelperImpl" />
40- <bean id =" vmSnapshotHelper" class =" org.apache.cloudstack.storage.vmsnapshot.VMSnapshotHelperImpl" />
40+
41+ <bean id =" VMSnapshotHelperImpl"
42+ class =" org.apache.cloudstack.storage.helper.VMSnapshotHelperImpl" />
4143
4244 <bean id =" objectInDataStoreManagerImpl"
4345 class =" org.apache.cloudstack.storage.datastore.ObjectInDataStoreManagerImpl" />
Original file line number Diff line number Diff line change 3333 <bean id =" DefaultVMSnapshotStrategy"
3434 class =" org.apache.cloudstack.storage.vmsnapshot.DefaultVMSnapshotStrategy" />
3535
36- <bean id =" VMSnapshotHelperImpl"
37- class =" org.apache.cloudstack.storage.vmsnapshot.VMSnapshotHelperImpl" />
3836</beans >
Original file line number Diff line number Diff line change 2727import org .apache .cloudstack .engine .subsystem .api .storage .StrategyPriority ;
2828import org .apache .cloudstack .engine .subsystem .api .storage .VMSnapshotStrategy ;
2929import org .apache .cloudstack .framework .config .dao .ConfigurationDao ;
30- import org .apache .cloudstack .storage .snapshot .VMSnapshotHelper ;
3130import org .apache .cloudstack .storage .to .VolumeObjectTO ;
3231import org .apache .log4j .Logger ;
3332
Original file line number Diff line number Diff line change 2929import org .apache .cloudstack .framework .config .dao .ConfigurationDao ;
3030import org .apache .cloudstack .storage .to .VolumeObjectTO ;
3131import org .apache .cloudstack .storage .vmsnapshot .DefaultVMSnapshotStrategy ;
32- import org .apache .cloudstack .storage .snapshot .VMSnapshotHelper ;
32+ import org .apache .cloudstack .storage .vmsnapshot .VMSnapshotHelper ;
3333import org .apache .cloudstack .test .utils .SpringUtils ;
3434import org .junit .Before ;
3535import org .junit .Test ;
Original file line number Diff line number Diff line change 3030import org .apache .cloudstack .storage .command .ForgetObjectCmd ;
3131import org .apache .cloudstack .storage .command .IntroduceObjectAnswer ;
3232import org .apache .cloudstack .storage .command .IntroduceObjectCmd ;
33- import org .apache .cloudstack .storage .snapshot .VMSnapshotHelper ;
33+ import org .apache .cloudstack .storage .vmsnapshot .VMSnapshotHelper ;
3434import org .apache .cloudstack .storage .to .VolumeObjectTO ;
3535import org .apache .log4j .Logger ;
3636
Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19- package org .apache .cloudstack .storage .vmsnapshot ;
19+ package org .apache .cloudstack .storage .helper ;
2020
2121import java .util .ArrayList ;
2222import java .util .HashMap ;
2929import org .apache .cloudstack .engine .subsystem .api .storage .VolumeInfo ;
3030import org .apache .cloudstack .storage .datastore .db .PrimaryDataStoreDao ;
3131import org .apache .cloudstack .storage .datastore .db .StoragePoolVO ;
32- import org .apache .cloudstack .storage .snapshot .VMSnapshotHelper ;
3332import org .apache .cloudstack .storage .to .VolumeObjectTO ;
33+ import org .apache .cloudstack .storage .vmsnapshot .VMSnapshotHelper ;
3434
3535import com .cloud .agent .api .VMSnapshotTO ;
3636import com .cloud .exception .InvalidParameterValueException ;
Original file line number Diff line number Diff line change 1616 * specific language governing permissions and limitations
1717 * under the License.
1818 */
19- package org .apache .cloudstack .storage .snapshot ;
19+ package org .apache .cloudstack .storage .vmsnapshot ;
2020
2121import java .util .List ;
2222
You can’t perform that action at this time.
0 commit comments