You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Swift: Difference between revisions
Jump to navigation
Jump to search
imported>Krinkle No edit summary |
imported>Filippo Giunchedi No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Navigation Wikimedia infrastructure|expand=media}} | {{Navigation Wikimedia infrastructure|expand=media}} | ||
Overview of Swift, as implemented at Wikimedia. | Overview of [http://docs.openstack.org/developer/swift/ Swift], as implemented at Wikimedia. | ||
== Quick Notes == | == Quick Notes == | ||
* [ | * Swift cluster resource utilization: [https://grafana.wikimedia.org/d/000000607/cluster-overview?orgId=1&var-site=eqiad&var-cluster=swift&var-instance=All&var-datasource=thanos eqiad] [https://grafana.wikimedia.org/d/000000607/cluster-overview?orgId=1&var-site=codfw&var-cluster=swift&var-instance=All&var-datasource=thanos codfw] | ||
* [https:// | * Swift service dashboard: [https://grafana.wikimedia.org/d/OPgmB1Eiz/swift?orgId=1 eqiad] [https://grafana.wikimedia.org/d/OPgmB1Eiz/swift?orgId=1&var-DC=codfw&var-prometheus=codfw%20prometheus%2Fops codfw] | ||
* Swift "four golden signal" dashboard: [https://grafana.wikimedia.org/d/000000584/swift-4gs?orgId=1&var-DC=eqiad&var-prometheus=thanos eqiad] [https://grafana.wikimedia.org/d/000000584/swift-4gs?orgId=1&var-DC=codfw&var-prometheus=thanos codfw] | |||
* [[Swift/How_To|How to do stuff]] to the cluster (add or remove nodes, etc.) | * [[Swift/How_To|How to do stuff]] to the cluster (add or remove nodes, etc.) | ||
* [[Swift/Other Processes|Extra Related Processes]] - descriptions of the other processes running that interact with or affect swift | * [[Swift/Other Processes|Extra Related Processes]] - descriptions of the other processes running that interact with or affect swift | ||
* [ | * [https://phabricator.wikimedia.org/project/view/76/ Phabricator project "media-storage"] | ||
* [[Swift/Logging_and_Metrics|Logging and metrics]] - general overview related to logging and metrics | * [[Swift/Logging_and_Metrics|Logging and metrics]] - general overview related to logging and metrics | ||
Line 24: | Line 25: | ||
== Other documentation == | == Other documentation == | ||
* [[Media storage]] is the documentation for the media storage infrastructure in general, including all other layers | * [[Media storage]] is the documentation for the media storage infrastructure in general, including all other layers | ||
== External links == | |||
* [http://docs.openstack.org/developer/swift/ Swift developer documentation at OpenStack] | |||
[[Category:Swift]] | [[Category:Swift]] |
Latest revision as of 09:42, 10 August 2021
Overview of Swift, as implemented at Wikimedia.
Quick Notes
- Swift cluster resource utilization: eqiad codfw
- Swift service dashboard: eqiad codfw
- Swift "four golden signal" dashboard: eqiad codfw
- How to do stuff to the cluster (add or remove nodes, etc.)
- Extra Related Processes - descriptions of the other processes running that interact with or affect swift
- Phabricator project "media-storage"
- Logging and metrics - general overview related to logging and metrics
If you need a different document, most of the stuff written about swift in wikitech is part of the Swift Category.
What is Swift
Openstack Swift is a scalable fault tolerant clustered object storage system.
Caching
See also Varnish.
Other documentation
- Media storage is the documentation for the media storage infrastructure in general, including all other layers