Skip to content

Commit afbc2fe

Browse files
committed
Added new resource limits to backup and object storage section
1 parent 96f614e commit afbc2fe

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed
25.6 KB
Loading
3.61 KB
Loading

source/adminguide/backup_and_recovery.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ icon.
144144

145145
|B&R-createBackup.png|
146146

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

150150
|B&R-BackupSchedule.png|
151151

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

154154
|B&R-BackupScheduleEntry.png|
155155

@@ -178,6 +178,13 @@ Supported APIs:
178178
- **restoreVolumeFromBackupAndAttachToVM**: restore and attach a backed-up volume (of an Instance backup) to a specified Instance.
179179

180180

181+
Configuring resource limits on Backups
182+
--------------------------------------
183+
Administrators can enforce limits on the maximum number of backups that can be taken and
184+
the total backup storage size that can be used at an account, domain and project level.
185+
Administrators can do this by going to the configure limits tab in accounts, domains and projects
186+
similar to when enforcing resource limits on volumes, primary storage usage etc.
187+
181188
.. |B&R-assignOffering.png| image:: /_static/images/B&R-assignOffering.png
182189
:alt: Assigning an SLA/Policy to an Instance.
183190
:width: 400 px

source/adminguide/storage.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,6 +1485,8 @@ To create a new bucket, click create Bucket, provide the following details, and
14851485
14861486
#. Object Store: Select the object store where you want the Bucket to reside
14871487
1488+
#. 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.
1489+
14881490
Based on the selected Object Store, you can specify additional details like quota, encryption, policy.
14891491
14901492
|Createbucket.png|
@@ -1525,6 +1527,15 @@ Deleting objects from a bucket
15251527
15261528
2. Click on the |delete-button.png| button to delete the selected files from the bucket.
15271529
1530+
1531+
Configuring resource limits on buckets and object storage usage
1532+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1533+
Administrators can enforce limits on the maximum number of buckets they can be created and
1534+
the total object storage space that can be allocated at an account, domain and project level.
1535+
Allocated storage is the sum of quota used by all of the buckets.
1536+
Administrators can do this by going to the configure limits tab in accounts, domains and projects
1537+
similar to when enforcing resource limits on volumes, primary storage usage etc.
1538+
15281539
Shared FileSystems
15291540
---------------
15301541

0 commit comments

Comments
 (0)