1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Fix for onefsck

This commit is contained in:
Tino Vazquez 2017-07-19 10:58:17 +02:00 committed by Ruben S. Montero
parent 333c7cd796
commit fd170f2179

View File

@ -86,7 +86,7 @@ class OneDBBacKEnd
# Discard versions greater than the one we are searching for
versions = VERSION_SCHEMA.keys.reject do |v|
Gem::Version.new(v) > gver
Gem::Version.new(v.dup) > gver
end
# Order versions in decreasing order