You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/01/05 01:11:35 UTC

[GitHub] [cloudstack] div8cn commented on pull request #4568: kvm: Fix double-escape issue while creating rbd disk options

div8cn commented on pull request #4568:
URL: https://github.com/apache/cloudstack/pull/4568#issuecomment-754321932


   thanks @rhtyd @GabrielBrascher @weizhouapache 
   
   This patch has fixed the double-escape .
   Now copy template to primary storage is running
   
   `2021-01-05 01:07:56,411 DEBUG [kvm.storage.LibvirtStorageAdaptor] (agentRequest-Handler-2:null) (logid:a8028c86) copyPhysicalDisk: disk size:(356.96 MB) 374304768, virtualsize:(2.44 GB) 2621440000 format:qcow2
   2021-01-05 01:07:56,412 DEBUG [kvm.storage.LibvirtStorageAdaptor] (agentRequest-Handler-2:null) (logid:a8028c86) The source image is not RBD, but the destination is. We will convert into RBD format 2
   2021-01-05 01:07:56,413 DEBUG [kvm.storage.LibvirtStorageAdaptor] (agentRequest-Handler-2:null) (logid:a8028c86) Starting copy from source image /mnt/466f03d4-9dfe-3af4-a042-33a00dae0e97/40165b83-896c-4693-abe7-9fd96b40ce9a.qcow2 to RBD image rbd/40165b83-896c-4693-abe7-9fd96b40ce9a
   2021-01-05 01:07:56,413 DEBUG [utils.script.Script] (agentRequest-Handler-2:null) (logid:a8028c86) Executing: qemu-img convert -O raw /mnt/466f03d4-9dfe-3af4-a042-33a00dae0e97/40165b83-896c-4693-abe7-9fd96b40ce9a.qcow2 rbd:rbd/40165b83-896c-4693-abe7-9fd96b40ce9a:mon_host=10.100.250.14\:6789:auth_supported=cephx:id=hyperx:key=AQAywfFf8jCiIxAAbnDBjX1QQAO9Sj22kUBh7g==:rbd_default_format=2:client_mount_timeout=30 
   2021-01-05 01:07:56,414 DEBUG [utils.script.Script] (agentRequest-Handler-2:null) (logid:a8028c86) Executing while with timeout : 10800000
   2021-01-05 01:08:16,919 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:null) (logid:248c7e0b) Processing command: com.cloud.agent.api.GetStorageStatsCommand`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org