Project

General

Profile

POE » History » Revision 8

Revision 7 (David Galloway, 08/23/2016 10:47 PM) → Revision 8/9 (David Galloway, 09/21/2016 01:18 AM)

h1. POE (Page Of Errors) 


 # Make sure you are subscribed to ("watching") this page by clicking the star at the top right 
 # If adding a known problem use the following format at the top of the current list: 
 <pre> 
 * (Month-day) Issue Text (name) 
 </pre> 
 # If adding a workaround, append it to the bullet: 
 <pre> 
 * (Month-day) Issue Text (name) 
   Workaround: Workaround Text (name) 
 </pre> 
 # If the problem is fixed, strike it (but don't remove it): 
 <pre> 
 *(Month-day) -Issue Text- (name) 
 </pre> 

 h3. Current Problems 

 * (Sep-20) <code>Stale jobs detected, aborting.</code> - Caused by teuthology commit "ffd14be3bd79baec5d9cafd8972d592085e0e099":https://github.com/ceph/teuthology/pull/954/commits/ffd14be3bd79baec5d9cafd8972d592085e0e099.     nuke calls add_remotes(), which now doesn't do anything if roles is not in the config (which it won't be for nuke) - dmick (logged by dgalloway) 
 * (Aug-23) <code>libvirt: XML-RPC error : End of file while reading data</code> - Fixed.    ubuntu user got removed from libvirtd group (dgalloway) 
 * (Aug-17) <code>cannot import name clear_firewall</code>.    Fixed. (David Galloway .. Noticed by DavidZ) 
 * (Aug-16) -ceph-cm-ansible was causing every job to fail due to a bad default. You can ignore failures like: <code>{'msg': 'with_dict expects a dict','failed': True}</code>- (Josh Durgin) 
 * (Aug-3) -ERROR! the file_name 
 '/var/lib/teuthworker/src/ceph-cm-ansible_master/paddles.yml' does not 
 exist- (Alfredo Deza) 
 Should be fixed and only affected jobs in a pretty small time window. (Zack Cerza)