A single hotfix: - Fix missing error handling in EC snapshot/cloned image reads potentially leading to corrupted reads during OSD/PG restarts
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
#
|
|
# Configuration file for containerized Vitastor installation
|
|
# (non-Kubernetes, with systemd and udev-based orchestration)
|
|
#
|
|
|
|
# Desired Vitastor version
|
|
VITASTOR_VERSION=v3.0.11
|
|
|
|
# Additional arguments for all containers
|
|
# For example, you may want to specify a custom logging driver here
|
|
CONTAINER_OPTIONS=""
|