Skip to content

archive-staging: configure the nodes to mount /tmp as a tmpfs

Vincent Sellier requested to merge archive_staging_tmpfs into production

Related to infra/sysadm-environment#4676

(the size are computed from the local facts and aren't relevant)

/cc @teams/sysadmin

octocatalogdiffs:

  • rancher-node-production-worker01.internal.softwareheritage.org
*** Running octocatalog-diff on host rancher-node-production-worker01.internal.softwareheritage.org
I, [2022-11-23T19:01:22.361626 #467825]  INFO -- : Catalogs compiled for rancher-node-production-worker01.internal.softwareheritage.org
I, [2022-11-23T19:01:22.647571 #467825]  INFO -- : Diffs computed for rancher-node-production-worker01.internal.softwareheritage.org
I, [2022-11-23T19:01:22.647606 #467825]  INFO -- : No differences
*** End octocatalog-diff on rancher-node-production-worker01.internal.softwareheritage.org
  • rancher-node-admin-node01.internal.admin.swh.network
*** Running octocatalog-diff on host rancher-node-admin-node01.internal.admin.swh.network
I, [2022-11-23T18:59:26.804302 #464034]  INFO -- : Catalogs compiled for rancher-node-admin-node01.internal.admin.swh.network
I, [2022-11-23T18:59:27.076292 #464034]  INFO -- : Diffs computed for rancher-node-admin-node01.internal.admin.swh.network
I, [2022-11-23T18:59:27.076330 #464034]  INFO -- : No differences
*** End octocatalog-diff on rancher-node-admin-node01.internal.admin.swh.network
  • rancher-node-staging-worker1.internal.staging.swh.network
*** Running octocatalog-diff on host rancher-node-staging-worker1.internal.staging.swh.network
I, [2022-11-23T18:55:51.442639 #459341]  INFO -- : Catalogs compiled for rancher-node-staging-worker1.internal.staging.swh.network
I, [2022-11-23T18:55:51.726166 #459341]  INFO -- : Diffs computed for rancher-node-staging-worker1.internal.staging.swh.network
diff origin/production/rancher-node-staging-worker1.internal.staging.swh.network current/rancher-node-staging-worker1.internal.staging.swh.network
*******************************************
+ Exec[create /tmp] =>
   parameters =>
     "command": "mkdir -p /tmp",
     "creates": "/tmp",
     "path": [
       "/bin",
       "/usr/bin",
       "/sbin",
       "/usr/sbin"
     ]
*******************************************
+ File[/tmp]
*******************************************
+ Mount[/tmp] =>
   parameters =>
     "device": "tmpfs",
     "dump": 0,
     "ensure": "present",
     "fstype": "tmpfs",
     "options": "size=,nr_inodes=200m,noexec,nosuid,nodev,relatime,rw",
     "pass": 0
*******************************************
+ Mount[swap] =>
   parameters =>
     "device": "LABEL=\"swap\"",
     "dump": 0,
     "ensure": "present",
     "fstype": "swap",
     "options": "sw",
     "pass": 0
*******************************************
*** End octocatalog-diff on rancher-node-staging-worker1.internal.staging.swh.network

Merge request reports