VirtualBox

Changeset 31118 in vbox


Ignore:
Timestamp:
Jul 26, 2010 3:02:07 PM (14 years ago)
Author:
vboxsync
Message:

Main: only perform the ext4/fat check during VM creation, not later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r30976 r31118  
    25782578        hrc = pMediumAtt->COMGETTER(Medium)(pMedium.asOutParam());                          H();
    25792579
    2580         if (lType == DeviceType_HardDisk)
     2580        /*
     2581         * 1. Only check this for hard disk images.
     2582         * 2. Only check during VM creation and not later, especially not during
     2583         *    taking an online snapshot!
     2584         */
     2585        if (   lType == DeviceType_HardDisk
     2586            && aMachineState == MachineState_Starting)
    25812587        {
    25822588            /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette