Ansible: الإحصائيات معلقة على الملفات الكبيرة

تم إنشاؤها على ١٧ فبراير ٢٠١٦  ·  3تعليقات  ·  مصدر: ansible/ansible

Issue Type: Bug Report نوع المشكلة: تقرير الشوائب
Ansible Version: 2.0.0.2 الإصدار أنسبل: 2.0.0.2
Ansible Configuration: تكوين أنسبل:
cat ansible.cfg
[defaults]
host_key_checking = False
Environment: بيئة:

Amazon Linux, both server and remote host Amazon Linux ، كل من الخادم والمضيف البعيد

Summary: ملخص:

Ansible hangs on stat. أنسبل معلقة على الإحصائيات.

- name: Check if file was already downloaded from s3
  stat: path=/db-restore/{{ filename_gz }}
  register: s3_target_file
Steps To Reproduce: خطوات الاستنساخ:

Create a file 10-100G and check its stat قم بإنشاء ملف 10-100G وتحقق من إحصائياته

Expected Results: نتائج متوقعة:

Step should pass without delay يجب أن تمر الخطوة دون تأخير

Actual Results: النتائج الفعلية:

Step hangs forever الخطوة معلقة إلى الأبد

en

التعليق الأكثر فائدة

The default for the stat module is to calculate the sha1 and md5 of the file. الافتراضي للوحدة stat هو حساب sha1 و md5 للملف. You should supply get_md5=false get_checksum=false to prevent this from happening. يجب توفير get_md5=false get_checksum=false لمنع حدوث ذلك. Otherwise it will take time to calculate those hashes. وإلا فسيستغرق حساب هذه التجزئة بعض الوقت.

List Information معلومات القائمة

Hi! أهلاً!

Thanks very much for your interest in Ansible. شكرا جزيلا لاهتمامك في أنسيبل. It sincerely means a lot to us. إنه يعني بصدق الكثير بالنسبة لنا.

This appears to be a user question, and we'd like to direct these kinds of things to either the mailing list or the IRC channel. يبدو أن هذا سؤال مستخدم ، ونود توجيه هذه الأنواع من الأشياء إما إلى القائمة البريدية أو قناة IRC.

If you can stop by there, we'd appreciate it. إذا كان بإمكانك التوقف عند هذا الحد ، فنحن نقدر ذلك. This allows us to keep the issue tracker for bugs, pull requests, RFEs and the like. يتيح لنا ذلك الاحتفاظ بمتعقب المشكلات بحثًا عن الأخطاء وطلبات السحب و RFEs وما شابه ذلك.

Thank you once again and we look forward to seeing you on the list or IRC. شكرًا لك مرة أخرى ونتطلع إلى رؤيتك في القائمة أو IRC. Thanks! شكرًا!

en

ال 3 كومينتر

The default for the stat module is to calculate the sha1 and md5 of the file. الافتراضي للوحدة stat هو حساب sha1 و md5 للملف. You should supply get_md5=false get_checksum=false to prevent this from happening. يجب توفير get_md5=false get_checksum=false لمنع حدوث ذلك. Otherwise it will take time to calculate those hashes. وإلا فسيستغرق حساب هذه التجزئة بعض الوقت.

List Information معلومات القائمة

Hi! أهلاً!

Thanks very much for your interest in Ansible. شكرا جزيلا لاهتمامك في أنسيبل. It sincerely means a lot to us. إنه يعني بصدق الكثير بالنسبة لنا.

This appears to be a user question, and we'd like to direct these kinds of things to either the mailing list or the IRC channel. يبدو أن هذا سؤال مستخدم ، ونود توجيه هذه الأنواع من الأشياء إما إلى القائمة البريدية أو قناة IRC.

If you can stop by there, we'd appreciate it. إذا كان بإمكانك التوقف عند هذا الحد ، فنحن نقدر ذلك. This allows us to keep the issue tracker for bugs, pull requests, RFEs and the like. يتيح لنا ذلك الاحتفاظ بمتعقب المشكلات بحثًا عن الأخطاء وطلبات السحب و RFEs وما شابه ذلك.

Thank you once again and we look forward to seeing you on the list or IRC. شكرًا لك مرة أخرى ونتطلع إلى رؤيتك في القائمة أو IRC. Thanks! شكرًا!

en

شكرًا!

en

شكرا سيفيل :)

en
هل كانت هذه الصفحة مفيدة؟
0 / 5 - 0 التقييمات