diff --git a/data/deployments/production/sesi_rocquencourt.yaml b/data/deployments/production/sesi_rocquencourt.yaml index 9a09a037..17e54fbd 100644 --- a/data/deployments/production/sesi_rocquencourt.yaml +++ b/data/deployments/production/sesi_rocquencourt.yaml @@ -1,45 +1,33 @@ --- tmpfs::size: "%{::memory.swap.total_bytes}" tmpfs::nr_inodes: 200m mountpoints: /srv/storage/space: device: saam:/srv/storage/space fstype: nfs options: - - rw - - soft - - intr - - rsize=8192 - - wsize=8192 - - noauto - - x-systemd.automount - - x-systemd.device-timeout=10 - /srv/softwareheritage/objects: - device: saam:/srv/softwareheritage/objects - fstype: nfs - options: - - rw + - ro - soft - intr - rsize=8192 - wsize=8192 - noauto - x-systemd.automount - x-systemd.device-timeout=10 swap: device: LABEL="swap" fstype: swap options: - sw /tmp: device: tmpfs fstype: tmpfs options: - "size=%{lookup('tmpfs::size')}" - "nr_inodes=%{lookup('tmpfs::nr_inodes')}" - noexec - nosuid - nodev - relatime - rw