Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed Nov 4, 2024
1 parent aff6af6 commit 2a0d61c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ The backoff behavior as mentioned in the `retry` outcome can be configured using

[NOTE]
====
If not noted otherwise, `commands with the `restart` option can also use the `resume` option. This changes behaviour slightly.
If not noted otherwise, commands with the `restart` option can also use the `resume` option. This changes behaviour slightly.
* `restart` +
When restarting an upload, all steps for open items will be restarted, except if otherwise defined.
* `resume` +
When resuming an upload, processing will continue for unfinished items from their last completed step.
When resuming an upload, processing will continue unfinished items from their last completed step.
====

If post-processing fails in one step due to an unforeseen error, current uploads will not be resumed automatically. A system administrator can instead run CLI commands to resume the failed upload manually which is at minimum a two step process.
Expand Down Expand Up @@ -107,7 +107,7 @@ Use the `postprocessing` command to resume defined failed uploads. For postproce
** *Defined by ID*
+
--
If you want to resume only a specific upload, use the postprocessing restart command with the ID selected:
If you want to resume only a specific upload, use the postprocessing resume command with the ID selected:

[source,bash]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ NOTE: There can never be a clear identification of a failed upload session due t

[NOTE]
====
If not noted otherwise, `the `restart` option can also be replaced the `resume` option. This changes behaviour slightly.
If not noted otherwise, the `restart` option can also be replaced the `resume` option. This changes behaviour slightly.
* `restart` +
When restarting an upload, all steps for open items will be restarted, except if otherwise defined.
* `resume` +
When resuming an upload, processing will continue for unfinished items from their last completed step.
When resuming an upload, processing will continue unfinished items from their last completed step.
====

[source,bash]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/maintenance/commands/changed-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ See the link for a detailed description of the respective CLI command if availab

* xref:maintenance/commands/commands.adoc#manage-expired-uploads[Manage Expired Uploads] +
The `ocis storage-users uploads sessions --restart` command got an alternative `--resume` option. +
Resume can be used in the same way as `restart` with a slighly different behavior change.
Resume can be used in the same way as restart with a slighly different behavior change.

* xref:maintenance/commands/commands.adoc#purge-expired-space-trash-bin-items[Purge Expired Space Trash-Bin Items] +
The `ocis storage-users uploads` got restructured. +
The deprecated `list` option is now removed, the `clean` option is now part of the `sessions command`.

* xref:maintenance/commands/commands.adoc#resume-post-processing[Resume Post-Processing] +
The `ocis postprocessing restart` command got an alternative `resume` option. +
Resume can be used in the same way as `restart` with a slighly different behavior change.
Resume can be used in the same way as restart with a slighly different behavior change.

* xref:maintenance/commands/commands.adoc#reset-password-for-idm-users[Reset Password for IDM Users] +
The `ocis idm resetpassword` can now specify the user name via the `--user-name` (`-u`) flag.
Expand Down

0 comments on commit 2a0d61c

Please sign in to comment.