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.
3bbc46543d
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 '3bbc46543d'
${ noResults }
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
3 months ago
cmake_minimum_required
(
VERSION
2.8.12
)
Use CMake
2 years ago
project
(
vitastor
)
Release 0.8.6 Important fixes: - Fix possibly incorrect EC parity chunk updates with EC n+k, k > 1 and when the first parity chunk is missing Minor fixes and improvements: - Fix incorrect EC free space statistics in vitastor-cli df output - Speedup vitastor-cli startup in clusters with RDMA - Remove unused PG "peered" state (previously used to update PG epoch) - Use sfdisk with just --json in vitastor-disk (--dump --json isn't needed) - Allow trailing comma in sfdisk output (fixes sfdisk 2.36 compatibility) - Slightly improve RDMA send/receive code - Reduce RDMA memory consumption by default (rdma_max_recv/send = 16/8) - Use vitastor-cli instead of direct etcd interaction in the CSI driver
3 months ago
set
(
VERSION
"0.8.6"
)
Add SOVERSION
2 years ago
Move C/C++ sources to src subdirectory
2 years ago
add_subdirectory
(
src
)