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:mastermirror.adoc[Master Mirror Infrastructure - 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:mirrorhiding.adoc[mirrorhiding - 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
[arabic]
. Contact Information
. Checking Status
. Flushing Memcached
. Restarting Memcached
. Configuring Memcached
* <<_contact_information>>
* <<_checking_status>>
* <<_flushing_memcached>>
* <<_restarting_memcached>>
* <<_configuring_memcached>>
== Contact Information
@ -19,8 +18,6 @@ Owner::
Fedora Infrastructure Team
Contact::
#fedora-admin, sysadmin-main, sysadmin-web groups
Location::
PHX
Servers::
memcached03, memcached04
Purpose::
@ -63,9 +60,10 @@ sudo /etc/init.d/memcached restart
== Configuring Memcached
Memcached is currently setup as a role in the ansible git repo. The main
two tunables are the MAXCONN (the maximum number of concurrent
Memcached is currently setup as a
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
variables can be set through $memcached_maxconn and $memcached_cachesize
in ansible. Additionally, other options (as described in the memcached
manpage) can be set via $memcached_options.
manpage) can be set via `$memcached_options`.