Database Error Messages

ADVM-07066

extent[number] is not in use but it contains non-zero values:
_FileOffset: string
_Length: string
_PhysicalDiskOffset: string
_SnapIncarnationNumber: number
for file:
string

Cause

One of the extents of the indicated file was not in use, but it contained non-zero values. There are two possible causes:

  1. The extent values were not reset to zero when the extent was freed.
  2. The _NextFreeExtent property of the file was incorrect.

Action

If fsck with the -a switch is currently running, then no further action is needed. fsck will resolve the problem. If fsck is running without the -a switch, then run fsck with the -a switch to resolve the problem.