constants.go 299 B

12345678
  1. package snapshot_service
  2. const (
  3. DefaultRootDir = "/opt/yunion/containerd/io.yunion.containerd.host-overlay-snapshotter"
  4. SocksFileName = "grpc.socks"
  5. LabelServerId = "containerd.io/snapshot/host-overlay.server-id"
  6. LabelContainerId = "containerd.io/snapshot/host-overlay.container-id"
  7. )