19215: Make recommendations about disk space usage
authorPeter Amstutz <peter.amstutz@curii.com>
Fri, 30 Sep 2022 17:47:15 +0000 (13:47 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Fri, 30 Sep 2022 17:47:15 +0000 (13:47 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

doc/install/salt-multi-host.html.textile.liquid
doc/install/salt-single-host.html.textile.liquid

index f5d359e3ca265c2e26f40e6c0564839cab3aa5d4..d4c33434e2a7d40d33c0f11054f54ccc8ad6c1df 100644 (file)
@@ -88,6 +88,8 @@ The installer will set up the Arvados services on your machines.  Here is the de
 # SHELL node  (optional)
 ## arvados shell       (recommended hostname @shell.${CLUSTER}.${DOMAIN}@)
 
+When using the database installed by Arvados (and not an "external database":#ext-database), the database is stored under @/var/lib/postgresql@.  Arvados logs are also kept in @/var/log@ and @/var/www/arvados-api/shared/log@.  Accordingly, you should ensure that the disk partition containing @/var@ has adequate storage for your planned usage.  We suggest starting with 50GiB of free space on the database host.
+
 h3(#DNS). DNS hostnames for each service
 
 You will need a DNS entry for each service.  In the default configuration these are:
index e62b7baae7f7da6a4dab6f5f7f9104a38742fbb7..7a191c47662058dbff7e9b7297ea013a45b642ab 100644 (file)
@@ -52,10 +52,13 @@ For example, if CLUSTER is "xarv1" and DOMAIN is "example.com", then "controller
 
 h3. Machine specification
 
-You will need a dedicated (virtual) machine for your Arvados server with at least 2 cores and 8 GiB of RAM (4+ cores / 16+ GiB recommended) running a supported Linux distribution:
+You will need a dedicated (virtual) machine for your Arvados server with at least 2 cores and 8 GiB of RAM (4+ cores / 16+ GiB recommended if you are running workflows) running a supported Linux distribution:
 
 {% include 'supportedlinux' %}
 
+The single host install stores user data in a PostgreSQL database (usually found under @/var/lib/postgresql@) and as Keep blocks that are stored as files under @/var/lib/arvados/@.
+Arvados logs are also kept in @/var/log@ and @/var/www/arvados-api/shared/log@.  Accordingly, you should ensure that the disk partition containing @/var@ has adequate storage for your planned usage.  We suggest starting with 50GiB of free space.
+
 h3(#DNS). DNS hostnames for each service
 
 If you are using a single hostname for all services (they will be distingushed by listening port), you can skip this section.