This website works better with 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
46
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
checksums
master
test-double-alloc
hier-failure-domains
mon-self-restart
epoch-deletions
rdma-flow-control
csi-use-vitastor-cli
rdma-test
rdma-v2
openssl
etcd-hide-base64
lrc-matrix
rm-left-on-dead
zerocopy-tcp-send
hugo-docs
nfs-proxy-old
non-odp-rdma
test-zctr
separate-data-connections
sec_osd_msgr
test-assert
nbd-vmsplice
allow-etcd-address-option
rdma-zerocopy
rel-0.5
openonload
sync-io-test
trace-sync
trace-sqes
test-submit-and-wait
test-sq-poll
blocking-uring-test
v0.4.0
v0.5.0
v0.5.1
v0.5.10
v0.5.11
v0.5.12
v0.5.13
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.5.6
v0.5.7
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.10
v0.6.11
v0.6.12
v0.6.13
v0.6.14
v0.6.15
v0.6.16
v0.6.17
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.6.7
v0.6.8
v0.6.9
v0.7.0
v0.7.1
v0.8.0
v0.8.1
v0.8.2
v0.8.3
v0.8.4
v0.8.5
v0.8.6
v0.8.7
v0.8.8
v0.8.9
v0.9.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
vitastor
/
CMakeLists.txt
8 lines
103 B
CMake
Raw
Permalink
Normal View
History
Unescape
Escape
Update cmake min version so it does not complain about deprecation
3 months ago
cmake_minimum_required
(
VERSION
2.8.12
)
Use CMake
2 years ago
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)
3 weeks ago
set
(
VERSION
"0.9.0"
)
Add SOVERSION
2 years ago
Move C/C++ sources to src subdirectory
2 years ago
add_subdirectory
(
src
)