Files
tromcho.net/CMakeLists.txt
T
Vitaliy Filippov bdd48e4cf1 Release 0.9.1
- Fix "Client XX command out of sync" messages sometimes happening on OSD reconnections
- Fix a bug where EC reads parallel with writes to the same object failed with -ERANGE error
- Slightly reduce the amount of metadata writes during journal flushing
- Correctly unmap NBD volumes when Proxmox forces map_volume use (with SWTPM and maybe some other cases)
2023-06-10 11:42:49 +03:00

8 lines
103 B
CMake

cmake_minimum_required(VERSION 2.8.12)
project(vitastor)
set(VERSION "0.9.1")
add_subdirectory(src)