From 5d65a94b1168799675523ec57cc0d7e9e8b11c11 Mon Sep 17 00:00:00 2001 From: Brian Lin <blin@cs.wisc.edu> Date: Fri, 13 Dec 2024 15:29:37 -0600 Subject: [PATCH 1/2] Remove extra layer of bullets; move logging rec to a bullet item The formatting made it somewhat unclear that the logging partition size was part of "Service requirements" --- docs/data/osdf/install-origin-rpm.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/data/osdf/install-origin-rpm.md b/docs/data/osdf/install-origin-rpm.md index d31a2db13..09e2423a0 100644 --- a/docs/data/osdf/install-origin-rpm.md +++ b/docs/data/osdf/install-origin-rpm.md @@ -23,13 +23,12 @@ Before starting the installation process, consider the following requirements: * Inbound TCP port 8443 for file access via the HTTP(S) and XRoot protocols. * (Optional) Inbound TCP port 8444 for access to the web interface for monitoring and configuration; if enabled, access to this port should be restricted to the LAN. -* __Service requirements:__ - * An origin in the OSDF should have at least: - * 1 core - * 1 Gbps connectivity - * 12 GB of RAM - We suggest that several gigabytes of local disk space be available for log files, - although some logging verbosity can be reduced. +* __Service requirements:__ An origin in the OSDF should have at least: + * 1 core + * 1 Gbps connectivity + * 12 GB of RAM + * Several GB of local disk space be available for log files, + although some logging verbosity can be reduced. As with all OSG software installations, there are some one-time steps to prepare in advance: From 891ddf7cd76b4fddc0cc53738243179c251e66b2 Mon Sep 17 00:00:00 2001 From: Brian Lin <blin@cs.wisc.edu> Date: Fri, 13 Dec 2024 15:31:57 -0600 Subject: [PATCH 2/2] Fix indentation of network port details --- docs/data/osdf/install-origin-rpm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data/osdf/install-origin-rpm.md b/docs/data/osdf/install-origin-rpm.md index 09e2423a0..3a6fe6c5d 100644 --- a/docs/data/osdf/install-origin-rpm.md +++ b/docs/data/osdf/install-origin-rpm.md @@ -20,9 +20,9 @@ Before starting the installation process, consider the following requirements: * __User IDs:__ If it does not exist already, the installation will create the Linux user named `xrootd` for running daemons. * __Host certificate:__ Required for authentication. See note below. * __Network ports:__ The origin service requires the following ports open: - * Inbound TCP port 8443 for file access via the HTTP(S) and XRoot protocols. - * (Optional) Inbound TCP port 8444 for access to the web interface for monitoring and configuration; - if enabled, access to this port should be restricted to the LAN. + * Inbound TCP port 8443 for file access via the HTTP(S) and XRoot protocols. + * (Optional) Inbound TCP port 8444 for access to the web interface for monitoring and configuration; + if enabled, access to this port should be restricted to the LAN. * __Service requirements:__ An origin in the OSDF should have at least: * 1 core * 1 Gbps connectivity