Updating a File System's Maintenance Schedule

You can change the Lustre file system's weekly maintenance schedule, as needed. For example, instead of the currently selected Friday at 16:00, you might need to switch to Saturday at 04:00.

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 Edit maintenance schedule.
    3. In the Edit maintenance schedule panel, select a new day of the week and start time.
    4. Select Update.
  • Use the oci lfs lustre-file-system update command and required parameters to update a file system's maintenance schedule:

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

    To specify a maintenance schedule when updating the file system, you must first use the command oci lfs available-maintenance-schedule-start-time-collection list-available-maintenance-schedule-start-times --id <file_system_OCID> [OPTIONS] to get the list of the available maintenance days of the week and start times. You then pass the selected value in the --maintenance-window option when you run the command oci lfs lustre-file-system update [OPTIONS].

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

  • Run the UpdateLustreFileSystem operation with required attributes to update a file system's maintenance schedule.

    Note

    To update a file system's maintenance schedule, you must first call ListAvailableMaintenanceScheduleStartTimes to get the list of the available maintenance days of the week and start times. You then pass the selected value in the maintenanceWindow attribute when you run the UpdateLustreFileSystem 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.