mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Run codespell on code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -160,7 +160,7 @@ type ContainerRootFSConfig struct {
|
||||
// pre-1.8, which was used in very old Podman versions to determine how
|
||||
// image volumes were handled in Libpod (support for these eventually
|
||||
// moved out of Libpod into pkg/specgen).
|
||||
// Please DO NOT re-use the `imageVolumes` name in container JSON again.
|
||||
// Please DO NOT reuse the `imageVolumes` name in container JSON again.
|
||||
ImageVolumes []*ContainerImageVolume `json:"ctrImageVolumes,omitempty"`
|
||||
// CreateWorkingDir indicates that Libpod should create the container's
|
||||
// working directory if it does not exist. Some OCI runtimes do this by
|
||||
|
@ -40,7 +40,7 @@ const (
|
||||
sqliteOptionForeignKeys = "&_foreign_keys=1"
|
||||
// Make sure that transactions happen exclusively.
|
||||
sqliteOptionTXLock = "&_txlock=exclusive"
|
||||
// Make sure busy timeout is set to high value to keep retying when the db is locked.
|
||||
// Make sure busy timeout is set to high value to keep retrying when the db is locked.
|
||||
// Timeout is in ms, so set it to 100s to have enough time to retry the operations.
|
||||
sqliteOptionBusyTimeout = "&_busy_timeout=100000"
|
||||
|
||||
|
Reference in New Issue
Block a user