Documentation ¶
Index ¶
Constants ¶
View Source
const ( DaemonModeMultiple string = "multiple" DaemonModeDedicated string = "dedicated" DaemonModeNone string = "none" DaemonModeInvalid string = "" )
View Source
const ( // Mount RAFS filesystem by using EROFS over block devices. FsDriverBlockdev string = "blockdev" // Mount RAFS filesystem by using FUSE subsystem FsDriverFusedev string = "fusedev" // Mount RAFS filesystem by using fscache/EROFS. FsDriverFscache string = "fscache" // Only prepare/supply meta/data blobs, do not mount RAFS filesystem. FsDriverNodev string = "nodev" // Relay layer content download operation to other agents. FsDriverProxy string = "proxy" )
View Source
const ( DefaultDaemonMode string = DaemonModeMultiple DefaultFsDriver string = FsDriverFusedev DefaultLogLevel string = "info" DefaultGCPeriod string = "24h" DefaultNydusDaemonConfigPath string = "/etc/nydus/nydusd-config.json" NydusdBinaryName string = "nydusd" NydusImageBinaryName string = "nydus-image" DefaultRootDir = "/var/lib/containerd-nydus" DefaultAddress = "/run/containerd-nydus/containerd-nydus-grpc.sock" DefaultSystemControllerAddress = "/run/containerd-nydus/system.sock" // Log rotation DefaultDaemonRotateLogMaxSize = 100 // 100 megabytes DefaultRotateLogMaxSize = 200 // 200 megabytes DefaultRotateLogMaxBackups = 5 DefaultRotateLogMaxAge = 0 // days DefaultRotateLogLocalTime = true DefaultRotateLogCompress = true )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.