Hi CS developers,
I find brand of 4.5 scripts/storage/qcow2/managesnapshot.sh as bellow: 32 qemu_img="cloud-qemu-img" 33 which $qemu_img >& /dev/null 34 if [ $? -gt 0 ] 35 then 36 which ccp-qemu-img >& /dev/null 37 if [ $? -eq 0 ] 38 then 39 qemu_img="ccp-qemu-img" 40 else Is ccp-qemu-img a product of Citrix ? What does it fix about qemu-img ( more than qemu-img in centos 6.6 ) ? Best Regards, Star Guo