Commit Graph

63 Commits

Author SHA1 Message Date
jojomanar
3ca080a205 fix targetId parse in set-preferred-target-order
The actual type of targetId is uint64_t. In set-preferred-target-order cmd it is parsed as uint32_t. An error will be reported when using set-preferred-target-order cmd.
2025-04-03 02:28:41 +00:00
SF-Zhou
dfadd59868 Update engine.rs to fix #206 (#222)
Some checks failed
Build / build (push) Has been cancelled
2025-03-30 14:14:03 +08:00
James
12aeb12ac2 Add OpenCloudOS 9 and TencentOS 4 docker image to build 3FS (#217)
Some checks failed
Build / build (push) Has been cancelled
2025-03-27 11:25:01 +08:00
zeyouliu
be5e5bad91 Add opencloudos-9 compile dockerfile (#215)
Some checks are pending
Build / build (push) Waiting to run
2025-03-27 00:07:46 +08:00
Sheng Jiang
cb5a86db2a add build-essential to dependencies for fresh dev env (#211)
Some checks are pending
Build / build (push) Waiting to run
2025-03-26 08:34:21 +08:00
Ian Zhang
b68df2817b Fix naming typo getRecorderWithTag (#210) 2025-03-26 08:33:28 +08:00
Hansyangxingxiang
0caca67ee1 fix_dockerfile build failed (#208)
Some checks are pending
Build / build (push) Waiting to run
Co-authored-by: yangxingxiang <hansyang@yunify.com>
2025-03-25 17:47:59 +08:00
izxl007
be574628c8 fix minor format issue (#196)
Some checks failed
Build / build (push) Has been cancelled
* fix minor format issue

Signed-off-by: izxl007 <zengzheng007@163.com>

* delete dead code

Signed-off-by: izxl007 <zengzheng007@163.com>

---------

Signed-off-by: izxl007 <zengzheng007@163.com>
2025-03-20 23:38:20 +08:00
hw
0eb495ef3a Update README.md (#191) 2025-03-20 17:00:31 +08:00
Yiyuan Liu
f9a4291e69 fix stripe size in run.sh (#188)
Some checks failed
Build / build (push) Has been cancelled
2025-03-18 08:51:58 +08:00
Yiyuan Liu
0a4929718c reduce memory usage for single node test config (#180)
Some checks are pending
Build / build (push) Waiting to run
2025-03-17 15:59:11 +08:00
linshier
34aa69cd46 support listening on xgbe (#185) 2025-03-17 15:58:29 +08:00
Yiyuan Liu
3c100b90ce fix run.sh, support set a test filesystem with single node (#161)
Some checks failed
Build / build (push) Has been cancelled
2025-03-13 11:49:43 +08:00
SF-Zhou
a188ed39ec Fix compilation of rust bindings (#166) 2025-03-13 11:32:15 +08:00
Zhang "Echaozh" Yichao
6c856acb4b Rust binding with an easier to use API (#163)
Co-authored-by: Zhang "Echaozh" Yichao <does-not-exist@deepseek.com>
2025-03-13 10:28:47 +08:00
bugwz
b22f7153cc Add centos-9-stream compile dockerfile (#153)
Some checks are pending
Build / build (push) Waiting to run
* Add centos-9-stream compile  dockerfile

* Add the link dir for fuse dep

* Update dev.centos9.dockerfile

* Update dev.centos9.dockerfile

* Update dev.centos9.dockerfile

* Update dev.centos9.dockerfile
2025-03-12 13:49:54 +08:00
SF-Zhou
b71ffc5560 Modify the direct io align size to 4K (#158)
Co-authored-by: dev <noreply@deepseek.com>
2025-03-12 13:49:07 +08:00
Symious
3a30c53bf2 Remove FIO_SYNCIO flag (#138)
Some checks failed
Build / build (push) Has been cancelled
2025-03-11 10:41:13 +08:00
Symious
3b273a6de2 Deprecate usage of some functions in boost (#130)
Some checks failed
Build / build (push) Has been cancelled
* Deprecate usage of boost::filesystem::load_string_file and save_string_file

* some other deperated functions

* remove complete()

* normal, save, load
2025-03-08 21:03:15 +08:00
rvalue
923bdd7c66 follow-up of #75: fix log of bonding NIC (#125)
Co-authored-by: Shiqi Zhang <shiqi.zhang@metabit-trading.com>
2025-03-07 15:58:18 +08:00
Nessaj
7e463ae6bb Fix wrong storage_main.toml config in deploy/README.md (#126)
Signed-off-by: fourierrr <fourierrr@gmail.com>
2025-03-07 15:57:31 +08:00
SF-Zhou
ea33fd90af Fix third_party/scnlib commit (#124) 2025-03-07 14:02:33 +08:00
Lawliet828
b8b69eaa6b feat(build): add aarch64 support (#114)
* dockerfile

* fuse cmake support aarch64
2025-03-07 11:40:24 +08:00
kaimary
bc4827f4c9 add x86/aarch64 condition for fuse (#118) 2025-03-06 23:43:15 +08:00
Haomai Wang
6f8e6e1367 feat(build): add arm64 support for openEuler OS (#107)
- Enable compilation on arm64 (aarch64) architecture by conditionally adjusting compiler flags.
- Ensure proper linkage with compiler-rt and libgcc on ARM to resolve missing symbol issues.
- Update README.md with installation instructions for openEuler 2403sp1.

Signed-off-by: Haomai Wang <haomai@xsky.com>
2025-03-06 10:40:50 +08:00
胡玮文
49e0ad50ae fix mountinfo parsing (#104)
Some segments like shared:nn may not present.

Use makedev for combining major and minor to support system with a lot of devices.
2025-03-05 22:20:12 +08:00
Yuheng Zou
a3f0380a30 Update UsrbIo.md (#94) 2025-03-05 14:56:13 +08:00
Zhuo Zhang
8307bce16e Fix typo (#89)
* Fix typo in README.md

* Fix typo in .clang-tidy
2025-03-05 08:32:59 +08:00
SF-Zhou
33da06420f Add rocksdb patch to solve symbol conflict issues (#88) 2025-03-04 21:10:07 +08:00
Yuheng Zou
8c9883c27f Update usrbio fio README.md (#85) 2025-03-04 16:32:49 +08:00
demons
4b91bbb5c6 Add development Docker image (#67) 2025-03-04 16:24:37 +08:00
SF-Zhou
fc90de1110 Fix build parallel for arrow (#70)
Co-authored-by: dev <noreply@deepseek.com>
2025-03-04 13:28:01 +08:00
RangerCD
80233499f9 feat: support listening on bonding NIC (#75) 2025-03-04 13:26:46 +08:00
SF-Zhou
c3a16b5cd8 Speed up compilation of arrow (#69) 2025-03-03 21:09:20 +08:00
SF-Zhou
77b9f83235 Optimize arrow compilation commands (#68) 2025-03-03 20:59:24 +08:00
A-transformer
93ab57be86 fix type (#66)
fix typo deprecated
2025-03-03 20:28:20 +08:00
Yuheng Zou
799b9a5d2f usrbio engine for fio (#62)
* usrbio engine for fio

* Update README.md
2025-03-03 17:37:28 +08:00
Nugine
ab5aa89262 document MSRV (#59) 2025-03-03 16:28:13 +08:00
SF-Zhou
85d3212e2f Update README.md (#58) 2025-03-03 16:20:27 +08:00
mwish
fcb915b050 Minor optimize copying of shared_ptr in IBSocket and StorageTargets (#56) 2025-03-03 16:16:17 +08:00
Lancer
f05d2bf8a7 typo fix (#57)
Co-authored-by: Lancer <maruixiang6688@gmail.com>
2025-03-03 16:11:10 +08:00
demons
c69d46e791 replace magic number 10 with sizeof(kv::Versionstamp) (#47) 2025-03-03 10:33:17 +08:00
胡玮文
9fd2567cb8 Remove unused dependency libprocps (#45)
This package is not included in Ubuntu 24.04. And we are not actually using it. So just don't link it.
2025-03-03 08:44:55 +08:00
胡玮文
34612f3b4f explicit down cast (#46)
Newer clang does not allow down cast with brace initialization. Replace them with C-style cast.
2025-03-03 08:44:22 +08:00
胡玮文
c9f9511594 robin hood: resolve warning on new clang (#44)
Clang has this weird behavior of setting __GNUC__ to 4, hence clang will always take the if branch. This is suboptimal because std::is_trivially_copyable has almost always been in clang.

starting with clang 15 a warning is raised for the current implementation:
warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]

Since we are using -Werror, we should fix this.
2025-03-03 08:15:34 +08:00
胡玮文
165f09a7b4 add fmt:: namespace to distinguish from std::format_to (#43)
When compiled with new toolchain that implements std::format_to, it become
ambiguous on which one should be called. Due to argument-dependent lookup, even
if we are not `using namespace std;` the std version is still considered. So
let's add fmt:: to avoid ambiguous compilation error.
2025-03-03 08:07:52 +08:00
胡玮文
309a258ac2 add missing headers for new toolchain (#41)
These are necessary for compiling with Ubuntu 24.04 default toolchain/boost.
2025-03-03 07:57:02 +08:00
SF-Zhou
cd564a239a fix potential UB in chunk engine (#38) 2025-03-02 15:47:25 +08:00
SF-Zhou
d79b7dbea4 chore: fix architectures and endianness check (#37) 2025-03-02 14:57:09 +08:00
SF-Zhou
69c1aea220 Fix Status.h (#36) 2025-03-02 13:25:31 +08:00