Thanks for the information, We have RBD as primary, so vm snapshot won't be possible I guess, can you confirm that please?
On 29/04/22, 7:24 AM, "Slavka Peleva" <slav...@storpool.com.INVALID> wrote: Hi Ricardo, I would not recommend you to update the DB manually. The format is set depending on which primary storage you are using. You can double-check what is the image format with `virsh dumpxml --domain vm-id`. Currently, libvirt doesn't support internal snapshots with disks in raw format. Best regards, Slavka On Fri, Apr 29, 2022 at 1:14 AM Ricardo Pertuz <ricardo.per...@kuasar.co> wrote: > Hi Wei, > > It's RAW, what should be done, can I change it manually? The vms are > deployed without any "RAW" parameter > > +--------------------------------------+----------------------------+ > | uuid | format > | > +--------------------------------------+----------------------------+ > | a73edffd-xxxx-4fbc-b5a4-bf72ad72ee44 | RAW | > +--------------------------------------+----------------------------+ > > > > On 28/04/22, 2:53 PM, "Wei ZHOU" <ustcweiz...@gmail.com> wrote: > > Hi Ricardo, > > hypervisor looks good. > > You can get the volume format by db query. > select format from volumes where id=xxx; > > -Wei > > On Thu, 28 Apr 2022 at 21:24, Ricardo Pertuz <ricardo.per...@kuasar.co > > > wrote: > > > Thanks Wei > > > > VM > > ---- > > hypervisor:"KVM" > > > > Volume > > --------- > > hypervisor:"KVM" > > > > Where can I find the volume format? > > > > > > > > On 28/04/22, 11:59 AM, "Wei ZHOU" <ustcweiz...@gmail.com> wrote: > > > > Hi Ricardo, > > > > The template looks good. Could you please check the hypervisor > type of > > the > > vm and the format of the volume ? > > > > -Wei > > > > > > On Thu, 28 Apr 2022 at 18:33, Ricardo Pertuz < > ricardo.per...@kuasar.co > > > > > wrote: > > > > > Hi, > > > > > > I am not able to create vmsnapshot on ACS 4.15.2, not sure > what I’m > > > missing, even though the error is very clear > > > > > > "HTTP: 530, error code: 4250, error message: We only support > create > > vm > > > snapshots from vm with QCOW2 image" > > > > > > However the underlying image is QCOW2, not sure if there is > global > > setting > > > I have to permit > > > > > > "template": [ > > > { > > > "account": "admin", > > > "bits": 0, > > > "checksum": > > > > > > "5c30c580180e55b277b7b9b0449c7f524a40d3abd424a5ae986cf2e2274c5acd4f1491d050139c50e039168f3e112d186bd368fd9faeb4f1998ddae1391ebfac", > > > "created": "2022-04-25T17:58:20-0500", > > > "crossZones": true, > > > "deployasis": false, > > > "details": {}, > > > "directdownload": false, > > > "displaytext": "xxxxxxxxxxxx", > > > "domain": "ROOT", > > > "domainid": "3d529151-0f38-11ec-8796-02005d71003e", > > > "downloaddetails": [ > > > { > > > "datastore": "xxxxxxxxx", > > > "downloadPercent": "100", > > > "downloadState": "DOWNLOADED" > > > } > > > ], > > > "format": "QCOW2", > > > "hypervisor": "KVM", > > > "id": "37994ffb-4ea5-4411-bf69-ebf39bd04a9a", > > > "isdynamicallyscalable": false, > > > "isextractable": false, > > > "isfeatured": true, > > > "ispublic": true, > > > "isready": true, > > > "name": "xxxxxx", > > > "ostypeid": "xxxxxxxxxx", > > > "ostypename": "Debian GNU/Linux 10 (64-bit)", > > > "passwordenabled": false, > > > "physicalsize": 2604466176, > > > "requireshvm": true, > > > "size": 16000000000, > > > "sshkeyenabled": true, > > > "status": "Download Complete", > > > "tags": [], > > > "templatetype": "USER", > > > "url": "xxxxxxxxxx > > > "zoneid": "xxxxxxxxx", > > > "zonename": "xxxxxxxx" > > > } > > > > > > > > >