- Fix IPv6 address parsing - Fix "cannot read bytes of undefined" in the monitor on a fresh DB - Fix possible hangs of read requests on OSD restarts without immediate_commit=all mode - Fix OSDs skipping misplaced recovery in some cases - Fix OSDs possibly dying with "map::at" errors when other OSDs are stopped - Fix division by zero in ls if all pool OSDs are down
8 lines
101 B
CMake
8 lines
101 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(vitastor)
|
|
|
|
set(VERSION "0.6.14")
|
|
|
|
add_subdirectory(src)
|