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

Link to fio blogpost is broken in op guide and FAQ #916

Open
4 tasks done
michaelkebe opened this issue Nov 18, 2024 · 4 comments
Open
4 tasks done

Link to fio blogpost is broken in op guide and FAQ #916

michaelkebe opened this issue Nov 18, 2024 · 4 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@michaelkebe
Copy link

Bug report criteria

What happened?

https://etcd.io/docs/v3.5/faq/#what-does-the-etcd-warning-failed-to-send-out-heartbeat-on-time-mean
https://etcd.io/docs/v3.5/op-guide/hardware/#disks

The link to the blog post about fio benchmarking for etcd is not working anymore.

What did you expect to happen?

Links should work.

How can we reproduce it (as minimally and precisely as possible)?

Click the link to in the faq (https://etcd.io/docs/v3.5/faq/#what-does-the-etcd-warning-failed-to-send-out-heartbeat-on-time-mean)

Click the link in the op guide (https://etcd.io/docs/v3.5/op-guide/hardware/#disks)

...
... "Read here for an example." ...
...

Anything else we need to know?

Maybe this is temporary, if not the blog post is still available at here https://web.archive.org/web/20240726111518/https://prog.world/is-storage-speed-suitable-for-etcd-ask-fio/

The important fio command is:

fio --rw=write --ioengine=sync --fdatasync=1 --directory=test-data --size=22m --bs=2300 --name=mytest

Etcd version (please run commands below)

$ etcd --version
# paste output here

$ etcdctl version
# paste output here

Etcd configuration (command line flags or environment variables)

paste your configuration here

Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)

$ etcdctl member list -w table
# paste output here

$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here

Relevant log output

No response

@jmhbnz jmhbnz transferred this issue from etcd-io/etcd Nov 18, 2024
@jmhbnz
Copy link
Member

jmhbnz commented Nov 18, 2024

Thanks for reporting this @michaelkebe - I've transferred this issue to our etcd website repository. If you have capacity to help raise a pull request to address it please give it a try 🙏🏻

@jmhbnz jmhbnz added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Nov 18, 2024
@samuelbartels20
Copy link
Contributor

@jmhbnz Please is this still fixed? if not, please assign me to get it done

@jmhbnz
Copy link
Member

jmhbnz commented Nov 20, 2024

/assign @samuelbartels20

@jberkus
Copy link
Contributor

jberkus commented Nov 21, 2024

@samuelbartels20 you can just point the link at the Wayback machine. However, a better fix would be to add a paragraph in https://etcd.io/docs/v3.5/op-guide/hardware/#disks that gives how to run an fio test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants