noobaa / noobaa-core

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
https://www.noobaa.io
Apache License 2.0
273 stars 80 forks source link

NC | NSFS | Add Events #8547

Open shirady opened 5 days ago

shirady commented 5 days ago

Environment info

This is the place for creating a list where we find events that can be added.

  1. A noobaa crash event as a result of a panic call was found as a part of issue #8471 I didn't add the noobaa event (const NoobaaEvent = require('../manage_nsfs/manage_nsfs_events_utils').NoobaaEvent; and new NoobaaEvent(NoobaaEvent.ENDPOINT_CRASHED).create_event(undefined, undefined, err); in panic.js under function panic directly to avoid module dependency.