Skip to main content
Version: 2.0

Increase backup quota

Connect to console

$ ssh [email protected]
Warning: Permanently added '192.168.1.x' (ECDSA) to the list of known hosts.
Password:

Check the quota

controller> iaas
controller:iaas> volume
controller:volume> quota_show
Select domain:
1: Default
Enter index: 1
Select tenant:
1: admin
2: bigstack
Enter index: 2
+----------------------+-------+
| Property | Value |
+----------------------+-------+
| backup_gigabytes | 1000 |
| backups | 10 |
| gigabytes | 1000 |
| groups | 10 |
| per_volume_gigabytes | -1 |
| snapshots | 100 |
| volumes | 30 |
+----------------------+-------+

Increase the MAX counts of backups

controller:volume> quota_set
Select domain:
1: Default
Enter index: 1
Select tenant:
1: admin
2: bigstack
Enter index: 2
Select type:
1: volumes
2: snapshots
3: gigabytes
4: backups
5: backup-gigabytes
6: volume-type
7: per-volume-gigabytes
Enter index: 4
Input quota value: 4000
+----------------------+-------+
| Property | Value |
+----------------------+-------+
| backup_gigabytes | 1000 |
| backups | 4000 |
| gigabytes | 1000 |
| groups | 10 |
| per_volume_gigabytes | -1 |
| snapshots | 100 |
| volumes | 30 |
+----------------------+-------+

Increase the MAX size of backup_gigabytes

controller:volume> quota_set
Select domain:
1: Default
Enter index: 1
Select tenant:
1: admin
2: bigstack
Enter index: 2
Select type:
1: volumes
2: snapshots
3: gigabytes
4: backups
5: backup-gigabytes
6: volume-type
7: per-volume-gigabytes
Enter index: 5
Input quota value: 8000
+----------------------+-------+
| Property | Value |
+----------------------+-------+
| backup_gigabytes | 8000 |
| backups | 4000 |
| gigabytes | 1000 |
| groups | 10 |
| per_volume_gigabytes | -1 |
| snapshots | 100 |
| volumes | 30 |
+----------------------+-------+
controller:volume>