| Previous | Next |
| STATUS_VOLSNAP_BOOTFILE_NOT_VALID | STATUS_IO_PREEMPTED |
STATUS_VOLSNAP_ACTIVATION_TIMEOUT
This is persistent-snapshot activation, not snapshot creation freeze time
STATUS_VOLSNAP_ACTIVATION_TIMEOUT is specifically about activating persistent snapshots on a volume. VSS documents persistent contexts and the persistence attribute used for shadow copies that survive beyond a transient requester lifecycle. The timeout therefore needs to be investigated in the activation path for already-persistent snapshot state.
Do not confuse this with the documented VSS writer freeze and provider commit limits during snapshot creation. Microsoft’s VSS overview describes short bounded intervals for freezing application I/O and committing a new snapshot, but this NTSTATUS names activation of persistent snapshots. Applying an application backup timeout setting to that different phase may have no effect.
Correlate VolSnap events with volume arrival, storage-path latency and the persistent snapshot inventory. A slow or unstable underlying path can delay access to snapshot metadata or storage, while inconsistent persistent state can also require platform-specific repair. Preserve the first activation failure before deleting snapshots, because deletion removes evidence about the set that could not activate.
What to inspect
- Persistent shadow-copy IDs, contexts and attributes associated with the affected volume.
- Time spent in volume arrival and snapshot activation, plus storage or multipath events during the same interval.
- Whether activation fails for one volume or follows a shared controller, SAN path, or boot-time storage dependency.
References
- Microsoft: Shadow Copy Context Configurations
- Microsoft: VSS_VOLUME_SNAPSHOT_ATTRIBUTES
- Microsoft: Volume Shadow Copy Service
- Microsoft: Multipath I/O troubleshooting guidance
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.
