Commit Graph

95 Commits

Author SHA1 Message Date
weisd 8439b375ed todo put_object_metadata 2024-11-20 14:12:33 +08:00
weisd e302ac8059 fix errors/delete_object 2024-11-19 17:16:42 +08:00
weisd 2ea2fd4308 fix errors/delete_object 2024-11-19 16:59:51 +08:00
weisd b400860538 test accountinfo 2024-11-12 17:38:36 +08:00
weisd 47ade0f135 Merge remote-tracking branch 'origin/main' into bool-api 2024-11-12 16:18:11 +08:00
weisd ff3f8f5cc7 init AssumeRoleHandle 2024-11-12 15:53:47 +08:00
weisd 3edaefe168 Merge branch 'main' into bool-api 2024-11-09 03:00:52 +08:00
weisd bce600ba10 fix list_objects 2024-11-09 02:52:05 +08:00
weisd 91c2592213 change pool idx to i32 2024-11-07 17:15:23 +08:00
weisd 476d93d076 init storage info api 2024-11-06 17:24:52 +08:00
weisd e922c70c99 ec use AsyncRead 2024-11-04 17:43:05 +08:00
weisd 69e19fe8ab cargo clippy 2024-11-04 09:08:21 +08:00
weisd 2aba454318 fix cargo clippy err 2024-11-03 10:25:17 +08:00
weisd 09ea11c13d merge versioning, fix bug todo 2024-11-02 00:21:10 +08:00
junxiang Mu 76fb6775d1 heal object
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-11-01 17:40:14 +08:00
junxiang Mu 3f2772c74c healing tracker
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-11-01 17:40:14 +08:00
junxiang Mu e4f5ca7ea8 tmp 2024-11-01 17:40:09 +08:00
weisd 12114dce16 fix:#38 implement the basic storage functions of bucketmeta config use s3s struct define 2024-10-14 14:58:32 +08:00
junxiang Mu a0e37098bb fix clippy
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-10-12 14:09:52 +08:00
weisd 46f7c010ca add env RUSTFS_ERASURE_SET_DRIVE_COUNT 2024-10-05 12:33:39 +08:00
weisd 10c63effd4 Fix: #38
Squashed commit of the following:

commit ff72105e1ec81b5679401b021fb44e8135444de8
Author: weisd <weishidavip@163.com>
Date:   Sat Oct 5 09:55:09 2024 +0800

    base bucketmetadata_sys done

commit 69d0c7725ae1065d25755c71aa54e42c4f3cdb50
Author: weisd <weishidavip@163.com>
Date:   Sat Oct 5 01:41:19 2024 +0800

    update bucket tagging op use bucketmetadata_sys

commit 39902c73d6f7a817041245af84a23d14115c70dc
Author: weisd <weishidavip@163.com>
Date:   Fri Oct 4 23:32:07 2024 +0800

    test bucketmetadata_sys

commit 15f1dfc765dc383ab26d71aca7c64dd0917b83f3
Author: weisd <weishidavip@163.com>
Date:   Fri Oct 4 23:21:58 2024 +0800

    init bucketmetadata_sys

commit 8c3c5e0f7385fa881b1dc4811d92afe8b86e9a6f
Author: weisd <weishidavip@163.com>
Date:   Tue Oct 1 23:06:09 2024 +0800

    init bucketmetadata_sys

commit e2746d154aa68be9dcf8add0241b38c72ef89b9c
Author: weisd <weishidavip@163.com>
Date:   Tue Oct 1 04:35:25 2024 +0800

    stash
2024-10-05 10:04:59 +08:00
weisd 80248981dd Merge remote-tracking branch 'origin/main' into bucketmeta 2024-09-30 21:25:31 +08:00
weisd cbaea166c4 init bucketmeta struct 2024-09-27 22:00:45 +08:00
weisd 91e65867bb merge main 2024-09-27 20:12:54 +08:00
junxiang Mu bd02676dbc refact error
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-09-27 16:51:54 +08:00
junxiang Mu a65b074e9f put_object func add lock
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-09-27 10:31:16 +08:00
junxiang Mu ca3dac9a25 support distribute lock
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-09-26 11:30:56 +08:00
weisd f46c53b77e done read/write quorum, need test 2024-09-25 16:21:21 +08:00
weisd 43c94c7be2 putobject reduce_read_quorum_errs 2024-09-24 23:36:26 +08:00
weisd 84b1ebd2c8 fix: #23 need test reduce_read_quorum_errs 2024-09-24 16:21:02 +08:00
loverustfs 76d8be8818 Merge pull request #58 from rustfs/jimchen/perf-delete_objects
优化并发删除对象
2024-09-24 11:03:51 +08:00
weisd c95cca5efc merge getdiskid 2024-09-23 17:27:10 +08:00
weisd e1071574e6 merge main 2024-09-23 17:20:28 +08:00
JimChenWYU 20ba112bd8 make clippy happy 2024-09-23 16:27:33 +08:00
JimChenWYU 48d2285d36 chore: 添加删除并发限制 2024-09-23 15:32:48 +08:00
weisd 91dd4703e2 clone_err 2024-09-23 15:26:57 +08:00
bestgopher 3e34718bfe feat: object tagging
Closes: #54
Signed-off-by: bestgopher <84328409@qq.com>
2024-09-20 13:30:59 +08:00
weisd bc9868f926 add: monitor_and_connect_endpoints 2024-09-19 18:06:44 +08:00
weisd 210d7a4d59 fix:delete_bucket skip when volume not empty 2024-09-13 14:15:09 +08:00
weisd 2dd46203ee merge main 2024-09-13 13:33:23 +08:00
weisd 7f35685b35 add delete_bucket opts 2024-09-13 13:30:10 +08:00
junxiang Mu ff053c36e5 support multi node
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-09-13 10:12:57 +08:00
weisd 2339bdcbdf update fn name 2024-09-11 16:27:39 +08:00
weisd a2b7c4b245 update fn name 2024-09-11 16:27:04 +08:00
weisd 7e108f167d 更新全局disk 2024-09-11 14:25:53 +08:00
weisd c494bd56ed init global_local_disks 2024-09-10 18:06:15 +08:00
weisd 8d1447e08c merge global_disks 2024-09-10 17:59:23 +08:00
weisd c930fb45f1 test 2024-09-10 17:23:47 +08:00
weisd f7e7f6e257 重写stores初始化 2024-09-10 16:27:35 +08:00
weisd 2935945585 fix:reduce_write_quorum_errs 2024-09-03 13:34:03 +08:00