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 a840b2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If not noted otherwise, `commands with the `restart` option can also use the `re
* `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
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ If not noted otherwise, `the `restart` option can also be replaced the `resume`
* `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 a840b2c

Please sign in to comment.