Files
tromcho.net/CMakeLists.txt
T
Vitaliy Filippov f882c7dd87 Release 1.4.5
- Fix a write stall caused by incorrect journal trimming introduced in 1.4.4 :)
- Fix PGs sometimes hanging in "starting" state on mass OSD restarts
- Fix a rare crash with "map::at" during OSD pings
- Use new defaults for non-capacitor (desktop) SSDs - improves T1Q256 random write from ~6k iops to ~45k iops
- Make journal_trim_interval configurable
2024-02-16 10:13:33 +03:00

8 lines
103 B
CMake

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