Skip to content

Commit 425438c

Browse files
committed
add changed ocis command
1 parent afc856b commit 425438c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

modules/ROOT/pages/deployment/services/s-list/storage-users.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ ocis storage-users uploads sessions \
206206

207207
==== Remove Stale Uploads
208208

209-
Unlike the xref:sessions-command[Sessions Command] set above, this command deletes all nodes that are in processing state and not referenced by an upload session. Although this is a very rare occurrence, a command has been added to identify and remove these stale uploads, if they exist.
209+
Unlike the xref:sessions-command[Sessions Command] set above, this command deletes (or reverts) all nodes that are in processing state and not referenced by an upload session. Although this is a very rare occurrence, a command has been added to identify and remove these stale uploads, if they exist.
210210

211211
This command can be used to run on a specific Space, on all Spaces, and with a dry-run option to print only stale uploads as they are found.
212212

@@ -220,7 +220,7 @@ ocis storage-users uploads delete-stale-nodes help
220220
[source,plaintext]
221221
----
222222
NAME:
223-
ocis storage-users uploads delete-stale-nodes - Delete all nodes in processing state that are not referenced by any upload session
223+
ocis storage-users uploads delete-stale-nodes - Delete (or revert) all nodes in processing state that are not referenced by any upload session
224224
225225
USAGE:
226226
ocis storage-users uploads delete-stale-nodes [command options]

modules/ROOT/pages/maintenance/commands/changed-cli.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
== Affected CLI Commands
1010

11-
// See the link for a detailed description of the respective CLI command, if available.
11+
// None of the admin-related commands have changed.
1212

13-
None of the admin-related commands have changed.
13+
See the link for a detailed description of the respective CLI command if available.
14+
15+
* xref:maintenance/commands/commands.adoc#manage-expired-or-stale-uploads[Manage Expired or Stale Uploads] +
16+
The `ocis storage-users uploads delete-stale-nodes` command has been updated. Previously, only faulty nodes were deleted, which could cause issues when file versions were present. Now, after deleting faulty nodes, nodes are rolled back to the latest functional version if file versions are present.

0 commit comments

Comments
 (0)