cloudstack/engine
Olivier Lemasle 72f6612971
server: Increase max length for VMInstanceVO.backupVolumes (#4967)
The default length is 255, which caused a truncation of data if
the JSON object representing the backup volumes is too big.
It caused errors when backups were made on VMs with 3 volumes
or more.

`vm_instance.backup_volumes` has the type TEXT, which has a
maximal length of 65535 characters.

Fixes #4965
2021-04-30 11:57:56 +05:30
..
api vmware: fix stopped VM volume migration (#4758) 2021-04-24 18:55:25 +05:30
components-api Merge remote-tracking branch 'origin/4.14' into 4.15 2021-04-09 13:17:39 +05:30
network Updating pom.xml version numbers for release 4.14.2.0-SNAPSHOT 2021-03-02 12:32:27 +05:30
orchestration server: protect against stray snapshot-details without snapshot (#4924) 2021-04-29 20:40:29 +05:30
schema server: Increase max length for VMInstanceVO.backupVolumes (#4967) 2021-04-30 11:57:56 +05:30
service Updating pom.xml version numbers for release 4.14.2.0-SNAPSHOT 2021-03-02 12:32:27 +05:30
storage server: protect against stray snapshot-details without snapshot (#4924) 2021-04-29 20:40:29 +05:30
pom.xml Updating pom.xml version numbers for release 4.14.2.0-SNAPSHOT 2021-03-02 12:32:27 +05:30