File Storage with Lustre Events

Enable and manage rules for File Storage with Lustre events.

You can define rules that trigger a specific action when an event occurs. For more information, see Overview of Events and Get Started with Events. For information about managing rules for events, see Managing Rules for Events.

File Storage with Lustre emits an event during one of the following:

  • A file system is created
  • A file system is updated
  • A file system is moved
  • A file system is deleted

Event Types for File Systems

When you create, update, or delete a file system, File Storage with Lustre emits events when the operation begins and ends. For example, you can set up the Oracle Cloud Infrastructure Events service to send you an email when a file system is created.

Friendly Name Description Event Type
Lustre File System - Create Begin

When File Storage with Lustre starts creating a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.createlustrefilesystem.begin
Lustre File System - Create End

When File Storage with Lustre finishes creating a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.createlustrefilesystem.end
Lustre File System - Update Begin

When File Storage with Lustre starts updating a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.updatelustrefilesystem.begin
Lustre File System - Update End

When File Storage with Lustre finishes updating a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.updatelustrefilesystem.end
Lustre File System - Change Compartment Begin

When File Storage with Lustre starts moving a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.changelustrefilesystemcompartment.begin
Lustre File System - Change Compartment End

When File Storage with Lustre finishes moving a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.changelustrefilesystemcompartment.end
Lustre File System - Delete Begin

When File Storage with Lustre starts deleting a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.deletelustrefilesystem.begin
Lustre File System - Delete End

When File Storage with Lustre finishes deleting a file system, it emits an event that has information about the system.

com.oraclecloud.lustrefilestorage.deletelustrefilesystem.end

Lustre File System System Event Example

Here is a reference event for a create file system event that successfully begins:

  "exampleEvent": {
    "eventType": "com.oraclecloud.lustrefilestorage.createlustrefilesystem.begin",
    "cloudEventsVersion": "0.1",
    "eventTypeVersion": "2.0",
    "source": "lustrefilestorage",
    "eventID": "exampleunique_ID",
    "eventTime": "2025-03-05T00:12:03.897Z",
    "contentType": "application/json",
    "data": {
      "compartmentId": "ocid1.compartment.oc1..exampleunique_ID",
      "compartmentName": "example_compartment_name",
      "resourceName": "example_resource_name",
      "resourceId": "ocid1.lustrefilesystem.oc1.iad.exampleunique_ID",
      "availabilityDomain": "availability_domain",
      "freeFormTags": {
        "example_tag": "example_tag_content"
      },
      "definedTags": {
        "example_tag_header": {
          "example_tag": "example_tag_content"
        }
      },
      "additionalDetails": {
        "X-Real-Port": "12345"
      }
    }
  }