Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
web
Commits
cfef9fdd
Commit
cfef9fdd
authored
3 years ago
by
Fulvio Galeazzi
Browse files
Options
Downloads
Patches
Plain Diff
2022-04-28: FG; Fixed reference to rclone page, add section for rclone about command.
parent
f07a9d98
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/support/kb/objstore/rclone_quick_tutorial.rst
+13
-0
13 additions, 0 deletions
web/support/kb/objstore/rclone_quick_tutorial.rst
web/support/kb/objstore/s3_quick_tutorial.rst
+1
-1
1 addition, 1 deletion
web/support/kb/objstore/s3_quick_tutorial.rst
with
14 additions
and
1 deletion
web/support/kb/objstore/rclone_quick_tutorial.rst
+
13
−
0
View file @
cfef9fdd
...
@@ -83,6 +83,19 @@ Now you can verify your configuration with::
...
@@ -83,6 +83,19 @@ Now you can verify your configuration with::
The command above will most probably return no output, but the exit code should be 'zero'.
The command above will most probably return no output, but the exit code should be 'zero'.
Check total used space
^^^^^^^^^^^^^^^^^^^^^^
Unfortunately, at time of writing `rclone` capability of interfacing
with the Ceph storage system is rather limited, and the command does
not provide information on quota limits. However, it does provide
information on the total used space::
$ rclone about garr-cloud:
Used: 190.364M
Objects: 19
Copy files and directories to cloud
Copy files and directories to cloud
-----------------------------------
-----------------------------------
...
...
This diff is collapsed.
Click to expand it.
web/support/kb/objstore/s3_quick_tutorial.rst
+
1
−
1
View file @
cfef9fdd
S3 interface to object storage
S3 interface to object storage
==============================
==============================
Instead of `Rclone <https://cloud.garr.it/support/kb/o
penstack
/rclone_quick_tutorial/>`_,
Instead of `Rclone <https://cloud.garr.it/support/kb/o
bjstore
/rclone_quick_tutorial/>`_,
we can use s3 APIs to connect to object storage.
we can use s3 APIs to connect to object storage.
You may use:
You may use:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment