stack-orchestrator/playbooks
A. F. Dudley b2342bc539 fix: switch ramdisk from /dev/ram0 to tmpfs, refactor snapshot-download.py
The /dev/ram0 + XFS + format-ramdisk.service approach was unnecessary
complexity from a migration confusion — there was no actual tmpfs bug
with io_uring. tmpfs is simpler (no format-on-boot), resizable on the
fly, and what every other Solana operator uses.

Changes:
- prepare-agave: remove format-ramdisk.service and ramdisk-accounts.service,
  use tmpfs fstab entry with size=1024G (was 600G /dev/ram0, too small)
- recover: remove ramdisk_device var (no longer needed)
- redeploy: wipe accounts by rm -rf instead of umount+mkfs
- snapshot-download.py: extract download_best_snapshot() public API for
  use by the new container entrypoint.py (in agave-stack)
- CLAUDE.md: update ramdisk docs, fix /srv/solana → /srv/kind/solana paths
- health-check: fix ramdisk path references

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 18:43:41 +00:00
..
files fix: DOCKER-USER rules for inbound relay, add UDP test playbooks 2026-03-08 02:43:31 +00:00
ashburn-relay-biscayne.yml fix: DOCKER-USER rules for inbound relay, add UDP test playbooks 2026-03-08 02:43:31 +00:00
ashburn-relay-check.yml fix: inventory layering — playbooks use hosts:all, cross-inventory uses explicit hosts 2026-03-07 22:28:21 +00:00
ashburn-relay-mia-sw01.yml fix: VRF isolation for mia-sw01 relay, TCP dport mangle for ip_echo 2026-03-07 23:31:18 +00:00
ashburn-relay-was-sw01.yml fix: inventory layering — playbooks use hosts:all, cross-inventory uses explicit hosts 2026-03-07 22:28:21 +00:00
biscayne-prepare-agave.yml fix: switch ramdisk from /dev/ram0 to tmpfs, refactor snapshot-download.py 2026-03-08 18:43:41 +00:00
biscayne-recover.yml fix: switch ramdisk from /dev/ram0 to tmpfs, refactor snapshot-download.py 2026-03-08 18:43:41 +00:00
biscayne-redeploy.yml fix: switch ramdisk from /dev/ram0 to tmpfs, refactor snapshot-download.py 2026-03-08 18:43:41 +00:00
biscayne-start.yml fix: switch ramdisk from /dev/ram0 to tmpfs, refactor snapshot-download.py 2026-03-08 18:43:41 +00:00
biscayne-stop.yml fix: ansible-lint production profile compliance for all playbooks 2026-03-07 10:52:40 +00:00
connect-doublezero-multicast.yml fix: inventory layering — playbooks use hosts:all, cross-inventory uses explicit hosts 2026-03-07 22:28:21 +00:00
fix-pv-mounts.yml fix: ansible-lint production profile compliance for all playbooks 2026-03-07 10:52:40 +00:00
health-check.yml fix: switch ramdisk from /dev/ram0 to tmpfs, refactor snapshot-download.py 2026-03-08 18:43:41 +00:00
relay-inbound-udp-test.yml fix: DOCKER-USER rules for inbound relay, add UDP test playbooks 2026-03-08 02:43:31 +00:00
relay-link-test.yml fix: DOCKER-USER rules for inbound relay, add UDP test playbooks 2026-03-08 02:43:31 +00:00