1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5260: fix fsck for marketplace and apps

This commit is contained in:
Javi Fontan 2017-07-28 18:34:57 +02:00
parent 2cea97b73f
commit 8359d6ba34
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ module OneDBFsck
@db[:marketplace_pool].where(:oid => id).update(:body => body)
end
end
elsif !markets_fix.empty?
elsif !@fixes_marketplace.empty?
log_msg("^ Marketplace errors need to be fixed in the master OpenNebula")
end
end

View File

@ -78,7 +78,7 @@ module OneDBFsck
@db[:marketplaceapp_pool].where(:oid => id).update(:body => body)
end
end
elsif !apps_fix.empty?
elsif !@fixes_marketplaceapp.empty?
log_msg("^ Marketplace App errors need to be fixed in the master OpenNebula")
end
end