Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

264 lines
11 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; snaplog.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Constant definitions for the volume shadow copy log entries.
  12. ;
  13. ;Author:
  14. ;
  15. ; Norbert P. Kusters (norbertk) 22-Jan-1999
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. ;
  21. ;//
  22. ;// Status values are 32 bit values layed out as follows:
  23. ;//
  24. ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  25. ;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  26. ;// +---+-+-------------------------+-------------------------------+
  27. ;// |Sev|C| Facility | Code |
  28. ;// +---+-+-------------------------+-------------------------------+
  29. ;//
  30. ;// where
  31. ;//
  32. ;// Sev - is the severity code
  33. ;//
  34. ;// 00 - Success
  35. ;// 01 - Informational
  36. ;// 10 - Warning
  37. ;// 11 - Error
  38. ;//
  39. ;// C - is the Customer code flag
  40. ;//
  41. ;// Facility - is the facility code
  42. ;//
  43. ;// Code - is the facility's status code
  44. ;//
  45. ;
  46. MessageIdTypedef=NTSTATUS
  47. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  48. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  49. Warning=0x2:STATUS_SEVERITY_WARNING
  50. Error=0x3:STATUS_SEVERITY_ERROR
  51. )
  52. FacilityNames=(System=0x0
  53. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  54. RpcStubs=0x3:FACILITY_RPC_STUBS
  55. Io=0x4:FACILITY_IO_ERROR_CODE
  56. Vs=0x6:FACILITY_VOLUME_SNAPSHOT_ERROR_CODE
  57. )
  58. MessageId=0x0001 Facility=Vs Severity=Error SymbolicName=VS_DIFF_AREA_CREATE_FAILED
  59. Language=English
  60. The shadow copy of volume %2 could not create shadow copy storage on volume %3.
  61. .
  62. MessageId=0x0002 Facility=Vs Severity=Error SymbolicName=VS_NOT_NTFS
  63. Language=English
  64. The shadow copy of volume %2 could not be created because volume %3, which is specified as the location for shadow copy storage, is not an NTFS volume or an error was encountered while trying to determine the file system type of this volume.
  65. .
  66. MessageId=0x0003 Facility=Vs Severity=Error SymbolicName=VS_PIN_DIFF_AREA_FAILED
  67. Language=English
  68. The shadow copy of volume %2 could not lock down the location of the shadow copy storage on volume %3.
  69. .
  70. MessageId=0x0004 Facility=Vs Severity=Error SymbolicName=VS_CREATE_WORKER_THREADS_FAILED
  71. Language=English
  72. The shadow copy of volume %2 could not be created due to insufficient resources for worker threads.
  73. .
  74. MessageId=0x0005 Facility=Vs Severity=Error SymbolicName=VS_CANT_ALLOCATE_BITMAP
  75. Language=English
  76. The shadow copy of volume %2 could not be created due to insufficient non-paged memory pool for a bitmap structure.
  77. .
  78. MessageId=0x0006 Facility=Vs Severity=Error SymbolicName=VS_CANT_CREATE_HEAP
  79. Language=English
  80. The shadow copy of volume %2 could not create a new paged heap. The system may be low on virtual memory.
  81. .
  82. MessageId=0x0007 Facility=Vs Severity=Error SymbolicName=VS_CANT_MAP_DIFF_AREA_FILE
  83. Language=English
  84. The shadow copy of volume %2 failed to query the shadow copy storage mappings on volume %3.
  85. .
  86. MessageId=0x0008 Facility=Vs Severity=Error SymbolicName=VS_FLUSH_AND_HOLD_IRP_TIMEOUT
  87. Language=English
  88. The flush and hold writes operation on volume %2 timed out while waiting for a release writes command.
  89. .
  90. MessageId=0x0009 Facility=Vs Severity=Error SymbolicName=VS_FLUSH_AND_HOLD_FS_TIMEOUT
  91. Language=English
  92. The flush and hold writes operation on volume %2 timed out while waiting for file system cleanup.
  93. .
  94. MessageId=0x000A Facility=Vs Severity=Error SymbolicName=VS_END_COMMIT_TIMEOUT
  95. Language=English
  96. The shadow copy of volume %2 took too long to install.
  97. .
  98. MessageId=0x000C Facility=Vs Severity=Error SymbolicName=VS_GROW_BEFORE_FREE_SPACE
  99. Language=English
  100. The shadow copy of volume %2 became low on shadow copy storage before it was properly installed.
  101. .
  102. MessageId=0x000D Facility=Vs Severity=Error SymbolicName=VS_GROW_DIFF_AREA_FAILED
  103. Language=English
  104. The shadow copy of volume %2 could not grow its shadow copy storage on volume %3.
  105. .
  106. MessageId=0x000E Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_IO_FAILURE
  107. Language=English
  108. The shadow copies of volume %2 were aborted because of an IO failure on volume %3.
  109. .
  110. MessageId=0x000F Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_NO_HEAP
  111. Language=English
  112. The shadow copies of volume %2 were aborted because of insufficient paged heap.
  113. .
  114. MessageId=0x0010 Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_DISMOUNT
  115. Language=English
  116. The shadow copies of volume %2 were aborted because volume %3, which contains shadow copy storage for this shadow copy, was force dismounted.
  117. .
  118. MessageId=0x0011 Facility=Vs Severity=Error SymbolicName=VS_TWO_FLUSH_AND_HOLDS
  119. Language=English
  120. An attempt to flush and hold writes on volume %2 was attempted while another flush and hold was already in progress.
  121. .
  122. MessageId=0x0014 Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_FAILED_FREE_SPACE_DETECTION
  123. Language=English
  124. The shadow copies of volume %2 were aborted because of a failed free space computation.
  125. .
  126. MessageId=0x0015 Facility=Vs Severity=Error SymbolicName=VS_MEMORY_PRESSURE_DURING_LOVELACE
  127. Language=English
  128. The flush and hold operation for volume %2 was aborted because of low available system memory.
  129. .
  130. MessageId=0x0016 Facility=Vs Severity=Error SymbolicName=VS_FAILURE_ADDING_DIFF_AREA
  131. Language=English
  132. The shadow copy storage volume specified for shadow copies on volume %2 could not be added.
  133. .
  134. MessageId=0x0017 Facility=Vs Severity=Error SymbolicName=VS_DIFF_AREA_CREATE_FAILED_LOW_DISK_SPACE
  135. Language=English
  136. There was insufficient disk space on volume %3 to create the shadow copy of volume %2. Shadow copy storage creation failed.
  137. .
  138. MessageId=0x0018 Facility=Vs Severity=Warning SymbolicName=VS_GROW_DIFF_AREA_FAILED_LOW_DISK_SPACE
  139. Language=English
  140. There was insufficient disk space on volume %3 to grow the shadow copy storage for shadow copies of %2. As a result of this failure all shadow copies of volume %2 are at risk of being deleted.
  141. .
  142. MessageId=0x0019 Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_OUT_OF_DIFF_AREA
  143. Language=English
  144. The shadow copies of volume %2 were deleted because the shadow copy storage could not grow in time. Consider reducing the IO load on the system or choose a shadow copy storage volume that is not being shadow copied.
  145. .
  146. MessageId=0x001B Facility=Vs Severity=Error SymbolicName=VS_FAILURE_TO_OPEN_CRITICAL_FILE
  147. Language=English
  148. The shadow copies of volume %2 were aborted during detection because a critical control file could not be opened.
  149. .
  150. MessageId=0x001C Facility=Vs Severity=Error SymbolicName=VS_CANT_LAY_DOWN_ON_DISK
  151. Language=English
  152. The shadow copy of volume %2 could not be created due to a failure in creating the necessary on disk structures.
  153. .
  154. MessageId=0x001D Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_DURING_DETECTION
  155. Language=English
  156. The shadow copies of volume %2 were aborted during detection.
  157. .
  158. MessageId=0x001E Facility=Vs Severity=Warning SymbolicName=VS_PARTIAL_CREATE_REVERTED
  159. Language=English
  160. An unfinished create of a shadow copy of volume %2 was deleted.
  161. .
  162. MessageId=0x001F Facility=Vs Severity=Error SymbolicName=VS_LOSS_OF_CONTROL_ITEM
  163. Language=English
  164. A control item for shadow copies of volume %2 was lost during detection.
  165. .
  166. MessageId=0x0020 Facility=Vs Severity=Error SymbolicName=VS_ABORT_NO_DIFF_AREA_VOLUME
  167. Language=English
  168. The shadow copies of volume %2 were aborted because the shadow copy storage volume was not present.
  169. .
  170. MessageId=0x0021 Facility=Vs Severity=Informational SymbolicName=VS_DELETE_TO_TRIM_SPACE
  171. Language=English
  172. The oldest shadow copy of volume %2 was deleted to keep disk space usage for shadow copies of volume %2 below the user defined limit.
  173. .
  174. MessageId=0x0022 Facility=Vs Severity=Error SymbolicName=VS_ABORT_COPY_ON_WRITE_CRASHDUMP_FILES
  175. Language=English
  176. The shadow copies of volume %2 were aborted because of a failure to ensure crash dump or hibernate consistency.
  177. .
  178. MessageId=0x0023 Facility=Vs Severity=Error SymbolicName=VS_ABORT_NO_DIFF_AREA_SPACE_GROW_FAILED
  179. Language=English
  180. The shadow copies of volume %2 were aborted because the shadow copy storage failed to grow.
  181. .
  182. MessageId=0x0024 Facility=Vs Severity=Error SymbolicName=VS_ABORT_NO_DIFF_AREA_SPACE_USER_IMPOSED
  183. Language=English
  184. The shadow copies of volume %2 were aborted because the shadow copy storage could not grow due to a user imposed limit.
  185. .
  186. MessageId=0x0025 Facility=Vs Severity=Error SymbolicName=VS_ABORT_NON_NTFS_HIBER_VOLUME
  187. Language=English
  188. The shadow copies of volume %2 were aborted in preparation for hibernation because this volume is used for hibernation and is not an NTFS volume.
  189. .
  190. MessageId=0x0026 Facility=Vs Severity=Warning SymbolicName=VS_GROW_DIFF_AREA_FAILED_LOW_DISK_SPACE_USER_IMPOSED
  191. Language=English
  192. There was a user imposed limit that prevented disk space on volume %3 from being used to grow the shadow copy storage for shadow copies of %2. As a result of this failure all shadow copies of volume %2 are at risk of being deleted.
  193. .
  194. MessageId=0x0027 Facility=Vs Severity=Error SymbolicName=VS_INITIAL_DEFRAG_FAILED
  195. Language=English
  196. When preparing a new volume shadow copy for volume %2, the shadow copy storage on volume %3 could not be located in non-critical space. Consider using a shadow copy storage volume that does not have any shadow copies.
  197. .
  198. MessageId=0x0028 Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_DISMOUNT_ORIGINAL
  199. Language=English
  200. The shadow copies of volume %2 were aborted because volume %3 has been dismounted.
  201. .
  202. MessageId=0x0029 Facility=Vs Severity=Error SymbolicName=VS_INITIAL_DEFRAG_FAILED_STRICT_FRAGMENTATION
  203. Language=English
  204. When preparing a new volume shadow copy for volume %2, the shadow copy storage on volume %3 did not have sufficiently large contiguous blocks. Consider deleting unnecessary files on the shadow copy storage volume or use a different shadow copy storage volume.
  205. .
  206. MessageId=0x0030 Facility=Vs Severity=Error SymbolicName=VS_INITIAL_DEFRAG_FAILED_BITMAP_ADJUSTMENT_IN_PROGRESS
  207. Language=English
  208. When preparing a new volume shadow copy for volume %2, the shadow copy storage on volume %3 did not have sufficiently large contiguous blocks. A shadow copy create computation is in progress to find more contiguous blocks.
  209. .
  210. MessageId=0x003A Facility=Vs Severity=Informational SymbolicName=VS_DELETE_TO_MAX_NUMBER
  211. Language=English
  212. The oldest shadow copy of volume %2 was deleted to keep the total number of shadow copies of volume %2 below a limit.
  213. .
  214. MessageId=0x003B Facility=Vs Severity=Error SymbolicName=VS_ABORT_DIRTY_DETECTION
  215. Language=English
  216. The shadow copies of volume %2 were aborted because the shadow copy storage volume was not present in time during a previous session.
  217. .
  218. MessageId=0x003C Facility=Vs Severity=Error SymbolicName=VS_ABORT_SNAPSHOTS_OFFLINE
  219. Language=English
  220. The shadow copies of volume %2 were aborted because volume %3, which contains shadow copy storage for this shadow copy, has been taken offline.
  221. .