Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/_static/images/B&R-BackupScheduleEntry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/_static/images/add-bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions source/adminguide/backup_and_recovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ icon.

|B&R-createBackup.png|

To setup a recurring backup schedule, navigate to the Instance and click on the 'Backup Schedule'
To setup a recurring backup schedule, navigate to the Instance and click on the 'Configure Backup Schedule'
icon.

|B&R-BackupSchedule.png|

Then set the time and frequency of the backups, click 'Configure' and then 'Close'
Then set the Interval type, timezone, time of taking the backup and maximum numbers of backups to retain.

|B&R-BackupScheduleEntry.png|

Expand Down Expand Up @@ -178,6 +178,21 @@ Supported APIs:
- **restoreVolumeFromBackupAndAttachToVM**: restore and attach a backed-up volume (of an Instance backup) to a specified Instance.


Configuring resource limits on Backups
--------------------------------------
Administrators can enforce limits on the maximum number of backups that can be taken and
the total backup storage size that can be used at an account, domain and project level.
Administrators can do this by going to the configure limits tab in accounts, domains and projects
similar to when enforcing resource limits on volumes, primary storage usage etc.

Unlike other resources like volumes, backup limits take into account the physical used size
and not the allocated size of the backup. This is because the backup once taken can never
grow into the allocated size. At the time of backup creation, Cloudstack doesn't know the
size of the backup that will be taken, so it uses the physical size of the volumes to be
backed up from Volume Stats to calculate the backup size for checking resource limits.
If Volume Stats are not present, then the virtual size of the volumes is used to calculate
the backup size, although the actual backup size may be less than the size use to do resource limit check.

.. |B&R-assignOffering.png| image:: /_static/images/B&R-assignOffering.png
:alt: Assigning an SLA/Policy to an Instance.
:width: 400 px
Expand Down
11 changes: 11 additions & 0 deletions source/adminguide/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,8 @@ To create a new bucket, click create Bucket, provide the following details, and

#. Object Store: Select the object store where you want the Bucket to reside

#. Quota in GiB: Enforce a quota on the bucket. This is a mandatory field since 4.21 as it is used to enforce resource limit on object store usage.

Based on the selected Object Store, you can specify additional details like quota, encryption, policy.

|Createbucket.png|
Expand Down Expand Up @@ -1545,6 +1547,15 @@ Deleting objects from a bucket

2. Click on the |delete-button.png| button to delete the selected files from the bucket.


Configuring resource limits on buckets and object storage usage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Administrators can enforce limits on the maximum number of buckets they can be created and
the total object storage space that can be allocated at an account, domain and project level.
Allocated storage is the sum of quota used by all of the buckets.
Administrators can do this by going to the configure limits tab in accounts, domains and projects
similar to when enforcing resource limits on volumes, primary storage usage etc.

Shared FileSystems
------------------

Expand Down
Loading