k8s/roles/gpu_model_storage/defaults/main.yml
2026-07-15 11:14:21 +03:00

11 lines
469 B
YAML

---
# Dedicated local RAID1 partition for large model files (Ollama etc.) on GPU
# worker nodes. Carved out of otherwise-unpartitioned space on the same
# mirrored disks used for the OS. Empty by default — override per host/group
# (see group_vars/gpu_workers.yml) to enable.
gpu_model_storage_devices: []
gpu_model_storage_partition_size_gb: 1000
gpu_model_storage_raid_device: /dev/md1
gpu_model_storage_mountpoint: /mnt/ollama-models
gpu_model_storage_fstype: xfs