Now in backup init host, if the status of backup is 'deleting', cinder
will delete those backups sequentially. So if the deletion process is
slow, the backup service thread will be blocked.
Similar to volume deletion, the threadpool could be used to
offload all the pending backup delete operations.
Add CONF.backup_service_inithost_offload to specify if using threadpool.