Skip to content

Commit

Permalink
udm storage backend (#318)
Browse files Browse the repository at this point in the history
* udm storage backend

* update proto

update proto (#328)

remove trim (#329)

add read super lock api (#333)

Signed-off-by: lou <alex1988@outlook.com>

transparent recall (#341)

* transparent recall switch

Signed-off-by: lou <alex1988@outlook.com>

* trivial

Signed-off-by: lou <alex1988@outlook.com>

* update after review

Signed-off-by: lou <alex1988@outlook.com>

---------

Signed-off-by: lou <alex1988@outlook.com>
  • Loading branch information
27149chen committed Aug 29, 2024
1 parent 336f15e commit cec33a9
Show file tree
Hide file tree
Showing 11 changed files with 1,405 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/master-udm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
[storage.backend]
[storage.backend.udm.tape]
enabled = true
grpc_server = "localhost:50051"
grpc_server = "localhost:50051"
read_disabled = "false"
10 changes: 10 additions & 0 deletions weed/storage/backend/udm/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
API_PROTO_FILES=$(shell find api -name *.proto)

.PHONY: api
# generate api proto
api:
protoc --proto_path=./api \
--proto_path=./third_party \
--go_out=./api --go_opt=paths=source_relative \
--go-grpc_out=./api --go-grpc_opt=paths=source_relative \
$(API_PROTO_FILES)
Loading

0 comments on commit cec33a9

Please sign in to comment.