Skip to main content
Version: 4.1.0

Disks

Virtual appliance comes with system disk and data disk.

System disk​

Operating system is installed on system disk. You should not modify system disk unless you know what you are doing.

List of component stored on system disk:

  • NVIDIA drivers
  • Container registry image
  • Backing storage for container registry
  • Packaged helm charts

Data disk​

Data disk is used as persistent storage. Unlike system disk, data disk is intended to contain files which can be viewed/modified by the user. Data disk is created with PHXDATADISK label and system is instructed to mount filesystem with this label to /data directory.

List of components stored on data disk:

  • Logs (/data/logs) of the system, k3s and individual containers
  • Configuration for ingress controller (/data/ingress-nginx/ingress-nginx-values.yaml)
  • Configuration for speech platform (/data/speech-platform/speech-platform-values.yaml)
  • Models for individual technologies (/data/models/)
  • Custom images (/data/images/)
  • Prometheus persistent storage (/data/storage/prometheus)