Changeset 67885 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Jul 10, 2017 4:45:06 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r67884 r67885 2805 2805 // base image. Important e.g. for medium formats which do not have 2806 2806 // a file representation such as iSCSI. 2807 2808 // not going to merge a big source into a small target 2809 if (pSource->i_getLogicalSize() > pTarget->i_getLogicalSize()) 2810 { 2811 rc = setError(E_FAIL, 2812 tr("Unable to merge storage '%s', because it is smaller than the source image. If you resize it to have a capacity of at least %lld bytes you can retry"), 2813 pTarget->i_getLocationFull().c_str(), pSource->i_getLogicalSize()); 2814 throw rc; 2815 } 2807 2816 2808 2817 // a couple paranoia checks for backward merges
Note:
See TracChangeset
for help on using the changeset viewer.