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 quotacontroller> 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 backupscontroller: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_gigabytescontroller: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>