Files
tromcho.net/CMakeLists.txt
T
Vitaliy Filippov 117d6f0612 Release 0.6.14
- 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
2022-02-17 14:43:44 +03:00

8 lines
101 B
CMake

cmake_minimum_required(VERSION 2.8)
project(vitastor)
set(VERSION "0.6.14")
add_subdirectory(src)