datadir

package
v1.801.463 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package datadir names the on-disk data root, once.

It is a leaf so that the light router in cmd/cloud can agree with the request tier about WHERE the volume is without linking it. That agreement is load bearing: the router takes the pod's writer lease on a lock file under this path and the children open their stores under it, so a second definition that drifted by one directory would put the lock somewhere nothing else consults — an interlock guarding an empty folder.

Index

Constants

View Source
const Default = "/var/lib/cloud"

Default is the on-disk data root when EnvVar is unset.

View Source
const EnvVar = "CLOUD_DATA_DIR"

EnvVar overrides the root.

Variables

This section is empty.

Functions

func Resolve

func Resolve() string

Resolve returns the data root this process must use.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL