filenames

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package filenames defines the names of the files that appear under an instance dir or inside the config directory.

See docs/internal.md .

Index

Constants

View Source
const (
	ConfigDir   = "_config"
	CacheDir    = "_cache"    // not yet implemented
	NetworksDir = "_networks" // network log files are stored here
	DisksDir    = "_disks"    // disks are stored here
)
View Source
const (
	UserPrivateKey = "user"
	UserPublicKey  = UserPrivateKey + ".pub"
	NetworksConfig = "networks.yaml"
	Default        = "default.yaml"
	Override       = "override.yaml"
)
View Source
const (
	LimaYAML           = "lima.yaml"
	LimaVersion        = "lima-version" // Lima version used to create instance
	CIDataISO          = "cidata.iso"
	CIDataISODir       = "cidata"
	BaseDisk           = "basedisk"
	DiffDisk           = "diffdisk"
	Kernel             = "kernel"
	KernelCmdline      = "kernel.cmdline"
	Initrd             = "initrd"
	QMPSock            = "qmp.sock"
	SerialLog          = "serial.log" // default serial (ttyS0, but ttyAMA0 on qemu-system-{arm,aarch64})
	SerialSock         = "serial.sock"
	SerialPCILog       = "serialp.log" // pci serial (ttyS0 on qemu-system-{arm,aarch64})
	SerialPCISock      = "serialp.sock"
	SerialVirtioLog    = "serialv.log" // virtio serial
	SerialVirtioSock   = "serialv.sock"
	SSHSock            = "ssh.sock"
	SSHConfig          = "ssh.config"
	VhostSock          = "virtiofsd-%d.sock"
	VNCDisplayFile     = "vncdisplay"
	VNCPasswordFile    = "vncpassword"
	GuestAgentSock     = "ga.sock"
	VirtioPort         = "io.lima-vm.guest_agent.0"
	HostAgentPID       = "ha.pid"
	HostAgentSock      = "ha.sock"
	HostAgentStdoutLog = "ha.stdout.log"
	HostAgentStderrLog = "ha.stderr.log"
	VzIdentifier       = "vz-identifier"
	VzEfi              = "vz-efi"           // efi variable store
	QemuEfiCodeFD      = "qemu-efi-code.fd" // efi code; not always created

	// SocketDir is the default location for forwarded sockets with a relative paths in HostSocket
	SocketDir = "sock"

	Protected = "protected" // empty file; used by `limactl protect`
)
View Source
const (
	DataDisk = "datadisk"
	InUseBy  = "in_use_by"
)
View Source
const LongestSock = SSHSock + ".1234567890123456"

LongestSock is the longest socket name. On macOS, the full path of the socket (excluding the NUL terminator) must be less than 104 characters. See unix(4).

On Linux, the full path must be less than 108 characters.

ssh appends 16 bytes of random characters when it first creates the socket: https://github.com/openssh/openssh-portable/blob/V_8_7_P1/mux.c#L1271-L1285

Variables

This section is empty.

Functions

func PIDFile added in v0.14.0

func PIDFile(name string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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