Overriding a File System's Next Planned Maintenance

If needed, you can change the next planned maintenance of your File Storage with Lustre file system. For example, if your next planned maintenance schedule starts 2026-03-03 at 16:00, you can override that date and time to 2026-03-10 at 04:00.

Note

Overriding a file system's planned maintenance impacts only the next planned maintenance and does not impact the overall recurring maintenance schedule.

Note that you can't override the next planned maintenance under these conditions:

  • During an ongoing update operation of the file system
  • During an ongoing maintenance operation of the file system
  • If the start of the next planned maintenance is within two hours
  • If you're trying to change the next planned maintenance to an earlier date or time

    (When you do an override, you can only delay the start of the next planned maintenance.)

See also Understanding Maintenance Schedules.

    1. On the Lustre file systems list page, select the file system that you want to work with. If you need help finding the list page, see Listing File Systems.
    2. On the file system's details page, from the Actions menu, select Override next planned maintenance.
    3. In the Override next planned maintenance panel, select a new override date and start time.
    4. Select Override.
  • Use the oci lfs lustre-file-system override-maintenance command and required parameters to override a file system's maintenance schedule:

    oci lfs lustre-file-system override-maintenance --lustre-file-system-id <file_system_OCID> [OPTIONS]
    Note

    To override the next planned maintenance, you must first use the command oci lfs available-override-maintenance-start-time-collection list-available-override-maintenance-start-times --id <file_system_OCID> [OPTIONS] to get the list of the available maintenance dates and start times. You then pass the selected value in the --date-time-details option when you run the command oci lfs lustre-file-system override-maintenance --lustre-file-system-id <file_system_OCID> --date-time-details <Date_And_Time> [OPTIONS].

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the OverrideMaintenance operation with required attributes to override a file system's next planned maintenance.

    Note

    To override a file system's next planned maintenance, you must first call ListAvailableOverrideMaintenanceStartTimes to get the list of the available maintenance dates and start times. You then pass the selected value in the dateTimeDetails attribute when you run the OverrideMaintenance operation.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.