mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 07:24:24 +01:00
Merge pull request #294 from jodh-intel/vc-reduce-path-lengths
virtcontainers: Reduce path lengths
This commit is contained in:
@@ -84,7 +84,10 @@ const devicesFile = "devices.json"
|
||||
const dirMode = os.FileMode(0750) | os.ModeDir
|
||||
|
||||
// storagePathSuffix is the suffix used for all storage paths
|
||||
const storagePathSuffix = "/virtcontainers/sandboxes"
|
||||
//
|
||||
// Note: this very brief path represents "virtcontainers sandboxes". It is as
|
||||
// terse as possible to minimise path length.
|
||||
const storagePathSuffix = "/vc/sbs"
|
||||
|
||||
// configStoragePath is the sandbox configuration directory.
|
||||
// It will contain one config.json file for each created sandbox.
|
||||
|
||||
Reference in New Issue
Block a user