Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0bea7aab
Commit
0bea7aab
authored
Oct 14, 2020
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
Oct 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that artifact folders are also deleted by orphan_job_artifact_files Rake
parent
2c630afa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/raketasks/cleanup.md
doc/raketasks/cleanup.md
+2
-2
No files found.
doc/raketasks/cleanup.md
View file @
0bea7aab
...
...
@@ -146,7 +146,7 @@ NOTE: **Note:**
These commands will not work for artifacts stored on
[
object storage
](
../administration/object_storage.md
)
.
When you notice there are more job artifacts files on disk than there
When you notice there are more job artifacts files
and/or directories
on disk than there
should be, you can run:
```
shell
...
...
@@ -157,7 +157,7 @@ This command:
-
Scans through the entire artifacts folder.
-
Checks which files still have a record in the database.
-
If no database record is found, the file is deleted from disk.
-
If no database record is found, the file
and directory
is deleted from disk.
By default, this task does not delete anything but shows what it can
delete. Run the command with
`DRY_RUN=false`
if you actually want to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment