Module fetch -- checksum error

1,042 views
Skip to first unread message

Jacek

unread,
Apr 30, 2015, 1:35:44 AM4/30/15
to ansible...@googlegroups.com
  Hi,

I've been using the fetch module to collect some files from the remote site and most of the time it works fine except when trying to fetch a little larger file (740MB). The error report is as follows:

-----------------------
failed: [...] => {"checksum": null, "dest": "/home/.../dump-20150430-055608/eSC-blobStore.tgz", "failed": true, "file": "/tmp/eSC-store-9Ri0.tgz", "md5sum": null, "remote_checksum": "3ebdc4a07e9cf3b531526ff288b4d5dcfe9ba13f", "remote_md5sum": null}
msg: checksum mismatch

FATAL: all hosts have already failed -- aborting
-----------------------

Which looks to me that for some reason the checksum for the local file has not been calculated at all. And this is the task I run to fetch it:

-----------------------
- name: Fetch the storage blob
  fetch: src={{ dump_file.stdout }} dest={{ dump_directory }}/eSC-blobStore.tgz flat=yes
-----------------------

I'm using version: ansible-playbook 1.9.0 (stable-1.9 22b10a8f6e)

  Any help appreciated,
  Jacek

Jacek

unread,
Apr 30, 2015, 2:34:13 AM4/30/15
to ansible...@googlegroups.com
Just to give a little more insight. I cut the size of my 'eSC-store-XXXX.tgz' file down to 396MB and exactly the same code works fine. It must be something with the size, then.

  Best,
  Jacek



Markus Huber

unread,
Feb 14, 2017, 1:20:29 PM2/14/17
to Ansible Project
Jacek, could you figure this issue out? Seems I experience the same problem with a large file.

Jacek Cała

unread,
Feb 15, 2017, 4:59:57 AM2/15/17
to ansible...@googlegroups.com
Hi Markus,

No, sorry. I haven't tried to sort it out as I was able to reduce the size of the files I transfer. I guess, it's something the ansible team should take care of.

  Cheers,
  Jacek


--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/aFsiNzfkT_0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/540691c3-4e24-41a3-8f50-dbc8393444f3%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages