mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Update fsck & import_slave db versions
This commit is contained in:
parent
42ce8f2ebd
commit
690f930464
@ -30,7 +30,7 @@ require 'set'
|
||||
require 'nokogiri'
|
||||
|
||||
module OneDBFsck
|
||||
VERSION = "4.90.0"
|
||||
VERSION = "5.2.0"
|
||||
LOCAL_VERSION = "4.90.0"
|
||||
|
||||
def check_db_version()
|
||||
|
@ -28,7 +28,7 @@ require 'opennebula'
|
||||
include OpenNebula
|
||||
|
||||
module OneDBImportSlave
|
||||
VERSION = "4.90.0"
|
||||
VERSION = "5.2.0"
|
||||
LOCAL_VERSION = "4.90.0"
|
||||
|
||||
def check_db_version(master_db_version, slave_db_version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user