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> iaascontroller:iaas> volumecontroller:volume> quota_showSelect domain:1: DefaultEnter index: 1Select tenant:1: admin2: bigstackEnter 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_setSelect domain:1: DefaultEnter index: 1Select tenant:1: admin2: bigstackEnter index: 2Select type:1: volumes2: snapshots3: gigabytes4: backups5: backup-gigabytes6: volume-type7: per-volume-gigabytesEnter index: 4Input 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_setSelect domain:1: DefaultEnter index: 1Select tenant:1: admin2: bigstackEnter index: 2Select type:1: volumes2: snapshots3: gigabytes4: backups5: backup-gigabytes6: volume-type7: per-volume-gigabytesEnter index: 5Input quota value: 8000+----------------------+-------+| Property             | Value |+----------------------+-------+| backup_gigabytes     | 8000  || backups              | 4000  || gigabytes            | 1000  || groups               | 10    || per_volume_gigabytes | -1    || snapshots            | 100   || volumes              | 30    |+----------------------+-------+controller:volume>
Last updated on by Roy Tan