Project

General

Profile

Bug #16485

Updated by Marek Hulán over 8 years ago

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1363806  
  Description of problem: 

 when upgrading to satellite 6.2 from 6.1.9 we received openscap error in the satellite.log  

 Version-Release number of selected component (if applicable): 


 How reproducible: have not reproduced. pre health check script passed before upgrade. 


 Steps to Reproduce: 
 1.  
 2. 
 3. 

 Actual results:  

 <pre> 
 db:migrate 
 18195 (See full trace by running task with --trace) 
 18196 == 20150612135546 CreateHostStatus: migrating ================================= 
 18197 -- create_table(:host_status) 
 18198      -> 0.0412s 
 18199 -- add_index(:host_status, :host_id) 
 18200      -> 0.0051s 
 18201 -- add_foreign_key("host_status", "hosts", {:name=>"host_status_hosts_host_id_fk", :column=>"host_id"}) 
 18202      -> 0.0044s 
 18203 -- add_column(:hosts, :global_status, :integer, {:default=>0, :null=>false}) 
 </pre> 

 Expected results: a completed satellite upgrade or the health check for hosts to fail before upgrade. 

 We did delete the host out of the webui, and it did not get us passed this error. 

 Additional info: adding full satellite.log

Back