Skip to content
Snippets Groups Projects
  • Sameeh Jubran's avatar
    15296053
    qga-win: Fix Event Viewer errors caused by qemu-ga · 15296053
    Sameeh Jubran authored
    
    When the command "guest-fsfreeze-freeze" is executed it causes
    the VSS service to log the error below in the Event Viewer. This
    error is caused by an issue in the function "CommitSnapshots" in
    provider.cpp:
    
    * When VSS_TIMEOUT_MSEC expires the funtion returns E_ABORT. This causes
    the error #12293.
    
    |event id|                           error                               |
    * 12293  : Volume Shadow Copy Service error: Error calling a routine on a
               Shadow Copy Provider {00000000-0000-0000-0000-000000000000}.
               Routine details CommitSnapshots [hr = 0x80004004, Operation
               aborted.
    
    Signed-off-by: default avatarSameeh Jubran <sameeh@daynix.com>
    Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
    15296053
    History
    qga-win: Fix Event Viewer errors caused by qemu-ga
    Sameeh Jubran authored
    
    When the command "guest-fsfreeze-freeze" is executed it causes
    the VSS service to log the error below in the Event Viewer. This
    error is caused by an issue in the function "CommitSnapshots" in
    provider.cpp:
    
    * When VSS_TIMEOUT_MSEC expires the funtion returns E_ABORT. This causes
    the error #12293.
    
    |event id|                           error                               |
    * 12293  : Volume Shadow Copy Service error: Error calling a routine on a
               Shadow Copy Provider {00000000-0000-0000-0000-000000000000}.
               Routine details CommitSnapshots [hr = 0x80004004, Operation
               aborted.
    
    Signed-off-by: default avatarSameeh Jubran <sameeh@daynix.com>
    Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>