Review memcached SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-07 12:18:18 +02:00
parent 7d0b205093
commit 378fc171e5
2 changed files with 10 additions and 12 deletions

View file

@ -68,7 +68,7 @@
** xref:massupgrade.adoc[Mass Upgrade Infrastructure - SOP] ** xref:massupgrade.adoc[Mass Upgrade Infrastructure - SOP]
** xref:mastermirror.adoc[Master Mirror Infrastructure - SOP] ** xref:mastermirror.adoc[Master Mirror Infrastructure - SOP]
** xref:mbs.adoc[Module Build Service Infra - SOP] ** xref:mbs.adoc[Module Build Service Infra - SOP]
** xref:memcached.adoc[memcached - SOP in review ] ** xref:memcached.adoc[Memcached Infrastructure - SOP]
** xref:message-tagging-service.adoc[message-tagging-service - SOP in review ] ** xref:message-tagging-service.adoc[message-tagging-service - SOP in review ]
** xref:mirrorhiding.adoc[mirrorhiding - SOP in review ] ** xref:mirrorhiding.adoc[mirrorhiding - SOP in review ]
** xref:mirrormanager.adoc[mirrormanager - SOP in review ] ** xref:mirrormanager.adoc[mirrormanager - SOP in review ]

View file

@ -6,12 +6,11 @@ Memcached is a non-blocking solution for our session storage.
== Contents == Contents
[arabic] * <<_contact_information>>
. Contact Information * <<_checking_status>>
. Checking Status * <<_flushing_memcached>>
. Flushing Memcached * <<_restarting_memcached>>
. Restarting Memcached * <<_configuring_memcached>>
. Configuring Memcached
== Contact Information == Contact Information
@ -19,8 +18,6 @@ Owner::
Fedora Infrastructure Team Fedora Infrastructure Team
Contact:: Contact::
#fedora-admin, sysadmin-main, sysadmin-web groups #fedora-admin, sysadmin-main, sysadmin-web groups
Location::
PHX
Servers:: Servers::
memcached03, memcached04 memcached03, memcached04
Purpose:: Purpose::
@ -63,9 +60,10 @@ sudo /etc/init.d/memcached restart
== Configuring Memcached == Configuring Memcached
Memcached is currently setup as a role in the ansible git repo. The main Memcached is currently setup as a
two tunables are the MAXCONN (the maximum number of concurrent https://pagure.io/fedora-infra/ansible/blob/main/f/roles/memcached[role in the ansible git repo].
The main two tunables are the MAXCONN (the maximum number of concurrent
connections) and CACHESIZE (the amount memory to use for storage). These connections) and CACHESIZE (the amount memory to use for storage). These
variables can be set through $memcached_maxconn and $memcached_cachesize variables can be set through $memcached_maxconn and $memcached_cachesize
in ansible. Additionally, other options (as described in the memcached in ansible. Additionally, other options (as described in the memcached
manpage) can be set via $memcached_options. manpage) can be set via `$memcached_options`.