Vitaliy Filippov
04f624f2be
Show encryption keys (only IDs) in the listing
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
8b6d978390
Support storing image encryption keys in Vault
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
08401808e8
Prefer local etcd addresses and correctly cycle over them even when they need resolving
...
Seems slightly overcomplicated...
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
800744b5c3
Support DNS resolving via libc-ares
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
a1ac51da24
Batch handle_immediate_ops more
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
64dd98a4d6
Add vitastor-cli create & modify --enc-key parameter
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
3ccfa25b47
Support reading from snapshots encrypted with different keys
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
798ae7c393
Support decryption with multiple keys
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
c88bf12484
Allow to return chain_info in response to reads
2026-04-22 01:41:29 +03:00
Vitaliy Filippov
e64d8c8c61
Add basic AES-XTS client-side encryption support
2026-04-22 01:41:28 +03:00
Vitaliy Filippov
ced3cc3de9
Rework msgr send/receive to allow encryption support
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
43c00538b3
Move fromhexstr() to str_util
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
4cb718de44
Add openapi description
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
45da16995e
Slightly fix API return and input types
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
54feea5234
Implement vitastor-cli serve command to serve simple HTTP API
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
157191b770
Implement HTTP server support O_o
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
c971a32226
Rename http_response_t to http_message_t
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
14dabf4de5
Extract common HTTP context
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
5776837c58
Support xxhash 32-bit checksums (data_csum_type=xxh3_32)
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
e21a10940f
Detect block checksums using csum_block_size, not data_csum_type
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
ef3c9a0eb4
Add client certificate support
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
55e86dbb29
Do not re-initialize TLS context every connection
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
cd46bee266
Add https support to antietcd
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
a1130598c0
Implement etcd SSL support via OpenSSL
...
Maybe I should remove all of this and use libwebsockets :)
2026-04-22 01:41:10 +03:00
Vitaliy Filippov
008ed5b269
Rollback 25ecca7625 - there was no actual use-after-free :)
2026-04-22 01:35:38 +03:00
Vitaliy Filippov
4fffe0f032
Fix vitastor-nfs trace option
2026-04-20 21:51:47 +03:00
Vitaliy Filippov
a76d5ccc0d
Wakeup callers in rm-data
2026-04-17 13:53:32 +03:00
Vitaliy Filippov
8ed1e180e0
Clear inode_stats in mon
2026-04-14 02:44:46 +03:00
Vitaliy Filippov
8832fc3b14
Fix print to stdout in client
2026-04-14 02:43:50 +03:00
Vitaliy Filippov
0134934c99
Do not skip garbage entries on start (rollback change from 3.0.4)
2026-04-11 12:05:02 +03:00
Vitaliy Filippov
2e36f292bd
Fix buffer alignment during metadata clearing on init
2026-04-10 21:56:12 +03:00
Vitaliy Filippov
bcc6419760
Auto-select the only RDMA device/port if there is only one
2026-04-08 15:46:10 +03:00
Vitaliy Filippov
dd5941b9a4
Release 3.0.9
...
- Fix broken garbage collection in the new store leading to very high memory usage
- Make the new store do full garbage collection on OSD startup by default (can be turned off with a new gc_on_start parameter)
- Make startup logging with the new store more informative, allow to log amount of garbage with log_level > 1
- Fix clients reading from snapshots incorrectly on retries (for example when OSDs were restarted during read)
- Fix a possible "send-after-free" in OSD which could probably also affect snapshot reads
- Fix OSD crashing when handling a read_bitmap operation from a deleted object with the new store
v3.0.9
2026-04-04 18:38:40 +03:00
Vitaliy Filippov
4005b88865
Do not use node_type
2026-04-04 17:37:47 +03:00
Vitaliy Filippov
280b5cd675
Add gc_on_start docs
2026-04-04 17:19:32 +03:00
Vitaliy Filippov
e5c505eaf4
Write 1 entry to blocks to collect garbage
2026-04-03 18:08:12 +00:00
Vitaliy Filippov
c1d244d4f0
Fix init metadata entry loading logging
2026-04-03 18:08:12 +00:00
Vitaliy Filippov
9b264a212f
Do full metadata GC on start (new store)
2026-04-03 18:08:12 +00:00
Vitaliy Filippov
ff7f5cb4f4
Report live & garbage entry count / memory with log_level > 1
2026-04-02 23:45:13 +00:00
Vitaliy Filippov
25ecca7625
Fix use-after-free in OSD ops (ooops)
2026-04-02 13:48:17 +00:00
Vitaliy Filippov
99c4244004
Try to write into blocks with more garbage first
2026-04-02 13:48:17 +00:00
Vitaliy Filippov
9949b9fb4e
Fix incorrect reads from snapshots on retries
2026-03-31 02:06:53 +03:00
Vitaliy Filippov
e6881ad1d5
Fix read_bitmap from deleted objects with the new store
2026-03-31 01:59:53 +03:00
Vitaliy Filippov
b30635b932
Release 3.0.8
...
- Surrogate increment-only peer IDs are now used instead of file descriptor numbers,
and client cleanup sequence is reworked in another attempt to fix a possible PG hang
in 'peering' states. The history of this bug is still unclear and it still hasn't been
reproduced in tests, but several users have reported it since 3.0.4 (only with enabled RDMA).
- Fix a minor bug where an OSD could skip reporting misplaced PG state when moving
an object in non-immediate_commit mode.
- Add Ubuntu 26.04 (Resolute Raccoon) support and patches for qemu 10.2 and libvirt 12.0
v3.0.8
2026-03-30 02:09:02 +03:00
Vitaliy Filippov
0c1154833c
Add Ubuntu 26.04 support
2026-03-30 02:06:10 +03:00
Vitaliy Filippov
c227bb05b6
Fix incorrect patch contents for qemu 10.1, add patch for qemu 10.2
2026-03-30 02:06:10 +03:00
Vitaliy Filippov
dd85315f22
Update CMake supported versions
2026-03-30 02:06:10 +03:00
Vitaliy Filippov
47d2f4e0be
Add patch for libvirt 12.0
2026-03-30 02:06:10 +03:00
Vitaliy Filippov
2a5028d17f
Use robin_hood_map in messenger
2026-03-30 02:06:10 +03:00
Vitaliy Filippov
07915c2881
Use surrogate peer IDs instead of FDs
2026-03-30 02:06:10 +03:00