このページは機械翻訳したものです。

Lustreイベントを使用したファイル・ストレージ

Lustreイベントを使用したファイル・ストレージのルールを有効化および管理します。

イベントが発生したときに特定のアクションをトリガーするルールを定義できます。詳細は、イベントの概要およびイベントの開始を参照してください。イベントのルールの管理の詳細は、イベントのルールの管理を参照してください。

Lustreを含むFile Storageは、次のいずれかの間にイベントを発行します。

  • ファイル・システムが作成されます。
  • ファイル・システムは更新されます。
  • ファイル・システムは移動されます。
  • ファイル・システムは削除されます。

ファイル・システムのイベント・タイプ

ファイル・システムを作成、更新または削除すると、Lustreを含むFile Storageは、操作の開始時と終了時にイベントを発行します。たとえば、ファイル・システムの作成時に電子メールを送信するようにOracle Cloud Infrastructure Eventsサービスを設定できます。

フレンドリ名 内容 イベント・タイプ
Lustre File System - 作成の開始

File Storage with Lustreは、ファイル・システムの作成を開始すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.createlustrefilesystem.begin
Lustre File System - 作成の終了

File Storage with Lustreは、ファイル・システムの作成が終了すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.createlustrefilesystem.end
Lustre File System - 更新の開始

File Storage with Lustreは、ファイル・システムの更新を開始すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.updatelustrefilesystem.begin
Lustre File System - 更新の終了

File Storage with Lustreは、ファイル・システムの更新が終了すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.updatelustrefilesystem.end
Lustre File System - コンパートメントの変更の開始

File Storage with Lustreは、ファイル・システムの移動を開始すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.changelustrefilesystemcompartment.begin
Lustre File System - コンパートメントの変更の終了

File Storage with Lustreは、ファイル・システムの移動を終了すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.changelustrefilesystemcompartment.end
Lustre File System - 削除の開始

File Storage with Lustreは、ファイル・システムの削除を開始すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.deletelustrefilesystem.begin
Lustre File System - 削除の終了

File Storage with Lustreは、ファイル・システムの削除を終了すると、システムに関する情報を含むイベントを発行します。

com.oraclecloud.lustrefilestorage.deletelustrefilesystem.end

Lustre File Systemのシステム・イベントの例

正常に開始されたファイル・システム作成イベントのリファレンス・イベントを次に示します:

  "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"
      }
    }
  }