- Daemonize before forking in NFS proxy to fix OSD RDMA support (#107) - Fix possible PG_INCOMPLETE on node outage when allow_net_split is false - Fix build under Ubuntu 25.10 - Fix journal_no_same_sector_overwrites mode after optimizing WA (#109)
8 lines
112 B
CMake
8 lines
112 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
|
|
project(vitastor)
|
|
|
|
set(VITASTOR_VERSION "2.4.3")
|
|
|
|
add_subdirectory(src)
|