log_message('beginning full copy from "'+execute_on_remote_command+ceph_rbd_object_to_path(source)+'" to '+ceph_rbd_object_to_path(destination),LOGLEVEL_INFO)
image_size=exec_parse_json(execute_on_remote_command+'rbd info '+ceph_rbd_object_to_path(source)+' --format json')['size']
log_message('beginning incremental copy from "'+execute_on_remote_command+ceph_rbd_object_to_path(source)+'@'+snapshot_old+'" to '+ceph_rbd_object_to_path(destination),LOGLEVEL_INFO)