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.
- 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.
- On the file system's details page, from the Actions menu, select Edit maintenance schedule.
- In the Edit maintenance schedule panel, select a new day of the week and start time.
- Select Update.
Use the
oci lfs lustre-file-system updatecommand 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 commandoci 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-windowoption when you run the commandoci 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 themaintenanceWindowattribute 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.