This website requires JavaScript.
Explore
Help
Sign In
vitalif
/
vitastor
Watch
5
Star
4
Fork
You've already forked vitastor
7
Code
Issues
1
Pull Requests
2
Actions
Releases
53
Wiki
Activity
af8c3411cd
vitastor
/
CMakeLists.txt
8 lines
103 B
CMake
Raw
Normal View
History
Unescape
Escape
Update cmake min version so it does not complain about deprecation
2023-03-15 01:07:41 +03:00
cmake_minimum_required
(
VERSION
2.8.12
)
Use CMake
2021-02-18 02:07:34 +03:00
project
(
vitastor
)
Release 0.9.0 New features: - Scrubbing! Check documentation: [auto_scrub](src/branch/master/docs/config/osd.en.md#auto_scrub) - Document online-updatable configuration parameters Bug fixes: - Fix NaN during PG optimisation if there are nonexisting OSDs in node_placement - Fix monitor crash on pool deletion - Clear journal_device and meta_device before initialising the next OSD in automatic mode - Sync unsynced deletes before overwriting them with a lower version (reproducted mostly/only after scrubbing)
2023-05-21 12:58:24 +03:00
set
(
VERSION
"0.9.0"
)
Add SOVERSION
2021-04-20 01:01:32 +03:00
Move C/C++ sources to src subdirectory
2021-02-18 02:14:09 +03:00
add_subdirectory
(
src
)