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:
parent
2cea97b73f
commit
8359d6ba34
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user