Checking the Status of an Import or Export Job

Check the status of an export from a File Storage with Lustre file system or import from Object Storage

Beginning an import or export creates a job that you can use to check how many objects have been imported, how many files have been exported, and so on. The job also includes other details including whether data was skipped or overwritten when a conflict occurs.

Using the Console

  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 details page, under Resources, select Object Storage links.
    All Object Storage links in the file system are displayed in a table.
  3. Select the link that's being used to import or export data.
  4. The link's details page has information including the Current job ID and Last job ID:
    • For more detailed information about the current or last job, select its job ID.
    • For information on previous jobs, select the Jobs tab. From the list of jobs, select the operation for which you want to get more details.

Using the CLI

To check the status of a specific import or export job, use the oci lfs object-storage-link get-sync-job command:

oci lfs object-storage-link get-sync-job --object-storage-link-id <object_storage_link_ocid> --sync-job-id <sync_job_ocid> [OPTIONS]

To list all import or export jobs, use the oci lfs object-storage-link list-sync-jobs command:

oci lfs object-storage-link list-sync-jobs --object-storage-link-id <object_storage_link_ocid> [OPTIONS]

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