Skip to main content
ONTAP EMS reference

bucket.snapshot events

Suggest changes

bucket.snapshot EMS events occur when ONTAP encounters issues associated with object server snapshot restore operations for S3 buckets.

bucket.snapshot.restore.complete

Severity

NOTICE

Description

This message occurs when the object server completes a snapshot restore operation.

Corrective Action

(None).

Syslog Message

Bucket snapshot restore completed [jobid %s]. S3 bucket "%s" in SVM "%s" has been restored to snapshot "%s".

Parameters

jobId (STRING): Job ID.
bucketName (STRING): Bucket name.
vserverName (STRING): Vserver name.
snapshotName (STRING): Snapshot name.

bucket.snapshot.restore.fail

Severity

ALERT

Description

This message occurs when the object server fails a snapshot restore operation. The bucket may remain paused. When a bucket is paused, I/O operations from clients will fail.

Corrective Action

Contact NetApp technical support.

Syslog Message

Bucket snapshot restore failed [jobid %s]. S3 bucket "%s" in SVM "%s" could not be restored to snapshot "%s". Reason: %s.

Parameters

jobId (STRING): Job ID.
bucketName (STRING): Bucket name.
vserverName (STRING): Vserver name.
snapshotName (STRING): Snapshot name.
error (STRING): Error message.

bucket.snapshot.restore.newer.del

Severity

NOTICE

Description

This message occurs when the object server deletes a snapshot because it is newer than the snapshot being restored.

Corrective Action

(None).

Syslog Message

Deleted newer snapshot [jobid %s]: S3 bucket "%s" in SVM "%s" deleted snapshot "%s" because it is newer than restore snapshot "%s".

Parameters

jobId (STRING): Job ID.
bucketName (STRING): Bucket name.
vserverName (STRING): Storage virtual machine (SVM) name.
deletedSnapshotName (STRING): Name of the snapshot that was deleted.
restoreSnapshotName (STRING): Name of the snapshot being restored.

bucket.snapshot.restore.start

Severity

NOTICE

Description

This message occurs when the object server starts a snapshot restore operation.

Corrective Action

(None).

Syslog Message

Bucket snapshot restore started [jobid %s]. S3 bucket "%s" in SVM "%s" will be restored to snapshot "%s".

Parameters

jobId (STRING): Job ID.
bucketName (STRING): Bucket name.
vserverName (STRING): Vserver name.
snapshotName (STRING): Snapshot name.