Difference between revisions of "Bright:Troubleshoot-CaaS"
Jump to navigation
Jump to search
(Created page with "== Can't upload image larger than 32GB == By default the max image size that could be uploaded to glance should be 32GB, so you can update this limit with the following comma...") |
|||
| Line 10: | Line 10: | ||
[shadow-head->openstack*[default*]->settings:quota*]% commit | [shadow-head->openstack*[default*]->settings:quota*]% commit | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| + | |||
| + | |||
| + | == Can't create snapshots == | ||
Revision as of 13:06, 8 December 2015
Can't upload image larger than 32GB
By default the max image size that could be uploaded to glance should be 32GB, so you can update this limit with the following command:
cmsh
[shadow-head]% openstack
[shadow-head->openstack[default]]% settingsquota
[shadow-head->openstack[default]->settings:quota]% set maxsingleimagesize 100GB
[shadow-head->openstack*[default*]->settings:quota*]% commit