...
Following will be the changes in their behavior post introduction of Object Store plugin framework:
snapshot commands
...
Gliffy Diagram |
---|
size | L |
---|
name | take snapshot sequence |
---|
align | left |
---|
version | 1 |
---|
|
Gliffy Diagram |
---|
size | L |
---|
name | backup snapshot sequence |
---|
align | left |
---|
version | 2 |
---|
|
template/iso commands
- No changes: createTemplate, updateTemplate, listTemplates, updateTemplatePermissions, listTemplatePermissions, prepareTemplate
- To be changed:
registerTemplate - Would register the URI. Download work would be done by S3 now.
deleteTemplate - Would just unregister the template, physically deleting it from OS should happen through S3 api.
extractTemplate - would just give the S3 url
copyTemplate - would return success since the template would be available region wide.
...