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.
098e369a3b
checksums
master
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 '098e369a3b'
${ noResults }
vitastor
/
CMakeLists.txt
8 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
Use CMake
2 years ago
cmake_minimum_required
(
VERSION
2.8
)
project
(
vitastor
)
Release 0.6.11 - Slightly reduce journaling write amplification (requires no_same_sector_overwrites=false) - Fix listen_backlog (it was 0) because it could more than halve OSD socket send speed - Support IPv6 OSD addresses - Do not try to initialize client in simple-offsets - Fix OSDs sometimes marking PGs incomplete instead of trying to connect with peers - Allow to configure OSD placement in node_placement - Allow to run with 4k sector size block devices. Natural, but it was forbidden
1 year ago
set
(
VERSION
"0.6.11"
)
Add SOVERSION
2 years ago
Move C/C++ sources to src subdirectory
2 years ago
add_subdirectory
(
src
)