ImportJobPropertiesStatus interface
The status of the import
Properties
| blobs |
A recent and frequently updated rate of total files, directories, and symlinks imported per second. |
| blobs |
A recent and frequently updated rate of blobs walked per second. |
| imported |
New or modified directories that have been imported into the filesystem. |
| imported |
New or modified files that have been imported into the filesystem. |
| imported |
Newly added symbolic links into the filesystem. |
| last |
The time (in UTC) of the last completed import job. |
| last |
The time (in UTC) the latest import job started. |
| preexisting |
Directories that already exist in the filesystem and have not been modified. |
| preexisting |
Files that already exist in the filesystem and have not been modified. |
| preexisting |
Symbolic links that already exist in the filesystem and have not been modified. |
| state | The operational state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error. |
| status |
The status message of the import job. |
| total |
The total blobs that have been imported since import began. |
| total |
The total blob objects walked. |
| total |
Number of conflicts in the import job. |
| total |
Number of errors in the import job. |
Property Details
blobsImportedPerSecond
A recent and frequently updated rate of total files, directories, and symlinks imported per second.
blobsImportedPerSecond?: number
Property Value
number
blobsWalkedPerSecond
A recent and frequently updated rate of blobs walked per second.
blobsWalkedPerSecond?: number
Property Value
number
importedDirectories
New or modified directories that have been imported into the filesystem.
importedDirectories?: number
Property Value
number
importedFiles
New or modified files that have been imported into the filesystem.
importedFiles?: number
Property Value
number
importedSymlinks
Newly added symbolic links into the filesystem.
importedSymlinks?: number
Property Value
number
lastCompletionTime
The time (in UTC) of the last completed import job.
lastCompletionTime?: Date
Property Value
Date
lastStartedTime
The time (in UTC) the latest import job started.
lastStartedTime?: Date
Property Value
Date
preexistingDirectories
Directories that already exist in the filesystem and have not been modified.
preexistingDirectories?: number
Property Value
number
preexistingFiles
Files that already exist in the filesystem and have not been modified.
preexistingFiles?: number
Property Value
number
preexistingSymlinks
Symbolic links that already exist in the filesystem and have not been modified.
preexistingSymlinks?: number
Property Value
number
state
The operational state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.
state?: string
Property Value
string
statusMessage
The status message of the import job.
statusMessage?: string
Property Value
string
totalBlobsImported
The total blobs that have been imported since import began.
totalBlobsImported?: number
Property Value
number
totalBlobsWalked
The total blob objects walked.
totalBlobsWalked?: number
Property Value
number
totalConflicts
Number of conflicts in the import job.
totalConflicts?: number
Property Value
number
totalErrors
Number of errors in the import job.
totalErrors?: number
Property Value
number