From cfef9fddd9ad997300078f62b0952e262eab57e0 Mon Sep 17 00:00:00 2001 From: Fulvio Galeazzi <fulvio.galeazzi@garr.it> Date: Thu, 28 Apr 2022 10:52:25 +0200 Subject: [PATCH] 2022-04-28: FG; Fixed reference to rclone page, add section for rclone about command. --- web/support/kb/objstore/rclone_quick_tutorial.rst | 13 +++++++++++++ web/support/kb/objstore/s3_quick_tutorial.rst | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/web/support/kb/objstore/rclone_quick_tutorial.rst b/web/support/kb/objstore/rclone_quick_tutorial.rst index 7b4aade6..19c88c13 100644 --- a/web/support/kb/objstore/rclone_quick_tutorial.rst +++ b/web/support/kb/objstore/rclone_quick_tutorial.rst @@ -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'. +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 ----------------------------------- diff --git a/web/support/kb/objstore/s3_quick_tutorial.rst b/web/support/kb/objstore/s3_quick_tutorial.rst index c80310b5..f70efb4b 100644 --- a/web/support/kb/objstore/s3_quick_tutorial.rst +++ b/web/support/kb/objstore/s3_quick_tutorial.rst @@ -1,7 +1,7 @@ S3 interface to object storage ============================== -Instead of `Rclone <https://cloud.garr.it/support/kb/openstack/rclone_quick_tutorial/>`_, +Instead of `Rclone <https://cloud.garr.it/support/kb/objstore/rclone_quick_tutorial/>`_, we can use s3 APIs to connect to object storage. You may use: -- GitLab