Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the name of the sample storage plugin to sample-storage #2

Closed
Iceber opened this issue Nov 24, 2022 · 1 comment
Closed

Update the name of the sample storage plugin to sample-storage #2

Iceber opened this issue Nov 24, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Iceber
Copy link
Member

Iceber commented Nov 24, 2022

clusterpedia-io/clusterpedia#443 (comment)

@Iceber
Copy link
Member Author

Iceber commented Nov 24, 2022

$ grep sample-storage-layer . -r
./go.mod:module github.com/clusterpedia-io/sample-storage-layer
./clusterpedia/hack/builder.sh:            eg. CLUSTERPEDIA_REPO=/plugins/sample-storage-layer
./Makefile:STORAGE_PLUGIN ?= sample-storage-layer
./storage/register.go:  StorageName = "sample-storage-layer"
./storage/register.go:  defaultLogFileName = "/var/log/clusterpedia/sample-storage-layer.log"
./README.md:$ STORAGE_PLUGINS=./plugins ./bin/apiserver --storage-name=sample-storage-layer --storage-config=./config.yaml <... other flags>
./README.md:$ git clone --recursive https://github.com/clusterpedia-io/sample-storage-layer.git
./README.md:$ cd sample-storage-layer
./README.md:$ file ./plugins/sample-storage-layer.so
./README.md:./plugins/sample-storage-layer.so: Mach-O 64-bit dynamically linked shared library x86_64
./README.md:$ STORAGE_PLUGINS=./plugins ./bin/apiserver --storage-name=sample-storage-layer --storage-config=./config.yaml <... other flags>
./README.md:$ STORAGE_PLUGINS=./plugins ./bin/clustersynchro-manager --storage-name=sample-storage-layer --storage-config=./config.yaml <... other flags>
./main.go:      plugin "github.com/clusterpedia-io/sample-storage-layer/storage"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant