864398
% containers-storage.conf(5) Container Storage Configuration File
864398
% Dan Walsh
864398
% May 2017
864398
864398
# NAME
864398
storage.conf - Syntax of Container Storage configuration file
864398
864398
## DESCRIPTION
864398
The STORAGE configuration file specifies all of the available container storage options
864398
for tools using shared container storage, but in a TOML format that can be more easily modified
864398
and versioned.
864398
864398
## FORMAT
864398
The [TOML format][toml] is used as the encoding of the configuration file.
864398
Every option and subtable listed here is nested under a global "storage" table.
864398
No bare options are used. The format of TOML can be simplified to:
864398
864398
    [table]
864398
    option = value
864398
864398
    [table.subtable1]
864398
    option = value
864398
864398
    [table.subtable2]
864398
    option = value
864398
864398
## STORAGE TABLE
864398
864398
The `storage` table supports the following options:
864398
864398
**driver**=""
864398
  container storage driver (default: "overlay")
864398
  Default Copy On Write (COW) container storage driver
864398
  Valid drivers are "overlay", "vfs", "devmapper", "aufs", "btrfs", and "zfs"
864398
  Some drivers (for example, "zfs", "btrfs", and "aufs") may not work if your kernel lacks support for the filesystem
864398
864398
**graphroot**=""
864398
  container storage graph dir (default: "/var/lib/containers/storage")
864398
  Default directory to store all writable content created by container storage programs
864398
864398
**runroot**=""
864398
  container storage run dir (default: "/var/run/containers/storage")
864398
  Default directory to store all temporary writable content created by container storage programs
864398
864398
### STORAGE OPTIONS TABLE
864398
864398
The `storage.options` table supports the following options:
864398
864398
**additionalimagestores**=[]
864398
  Paths to additional container image stores. Usually these are read/only and stored on remote network shares.
864398
864398
**mount_program**=""
864398
  Specifies the path to a custom program to use instead of using kernel defaults for mounting the file system.
864398
864398
      mount_program = "/usr/bin/fuse-overlayfs"
864398
864398
**mountopt**=""
864398
864398
  Comma separated list of default options to be used to mount container images.  Suggested value "nodev".
864398
864398
**ostree_repo** = ""
864398
   If specified, use OSTree to deduplicate files with the overlay or vfs backends.
864398
864398
**size**=""
864398
  Maximum size of a container image.   This flag can be used to set quota on the size of container images. (default: 10GB)
864398
864398
**skip_mount_home** = "false"
864398
   Set to skip a PRIVATE bind mount on the storage home directory.
864398
Only supported by certain container storage drivers (overlay).
864398
864398
**remap-uids=**""
864398
**remap-gids=**""
864398
864398
  Remap-UIDs/GIDs is the mapping from UIDs/GIDs as they should appear inside of
864398
a container, to the UIDs/GIDs outside of the container, and the length of the
864398
range of UIDs/GIDs.  Additional mapped sets can be listed and will be heeded by
864398
libraries, but there are limits to the number of mappings which the kernel will
864398
allow when you later attempt to run a container.
864398
864398
     Example
864398
     remap-uids = 0:1668442479:65536
864398
     remap-gids = 0:1668442479:65536
864398
864398
     These mappings tell the container engines to map UID 0 inside of the
864398
     container to UID 1668442479 outside.  UID 1 will be mapped to 1668442480.
864398
     UID 2 will be mapped to 1668442481, etc, for the next 65533 UIDs in
864398
     Succession.
864398
864398
**remap-user**=""
864398
**remap-group**=""
864398
864398
  Remap-User/Group is a user name which can be used to look up one or more UID/GID
864398
ranges in the /etc/subuid or /etc/subgid file.  Mappings are set up starting
864398
with an in-container ID of 0 and then a host-level ID taken from the lowest
864398
range that matches the specified name, and using the length of that range.
864398
Additional ranges are then assigned, using the ranges which specify the
864398
lowest host-level IDs first, to the lowest not-yet-mapped in-container ID,
864398
until all of the entries have been used for maps.
864398
864398
      remap-user = "storage"
864398
      remap-group = "storage"
864398
864398
### STORAGE OPTIONS FOR THINPOOL TABLE
864398
864398
The `storage.options.thinpool` table supports the following options:
864398
864398
**autoextend_percent**=""
864398
864398
Tells the thinpool driver the amount by which the thinpool needs to be grown. This is specified in terms of % of pool size. So a value of 20 means that when threshold is hit, pool will be grown by 20% of existing pool size. (default: 20%)
864398
864398
**autoextend_threshold**=""
864398
864398
Tells the driver the thinpool extension threshold in terms of percentage of pool size. For example, if threshold is 60, that means when pool is 60% full, threshold has been hit. (default: 80%)
864398
864398
**basesize**=""
864398
864398
Specifies the size to use when creating the base device, which limits the size of images and containers. (default: 10g)
864398
864398
**blocksize**=""
864398
864398
Specifies a custom blocksize to use for the thin pool. (default: 64k)
864398
864398
**directlvm_device**=""
864398
864398
Specifies a custom block storage device to use for the thin pool. Required for using graphdriver `devicemapper`.
864398
864398
**directlvm_device_force**=""
864398
864398
Tells driver to wipe device (directlvm_device) even if device already has a filesystem.  (default: false)
864398
864398
**fs**="xfs"
864398
864398
Specifies the filesystem type to use for the base device. (default: xfs)
864398
864398
**log_level**=""
864398
864398
Sets the log level of devicemapper.
864398
864398
    0: LogLevelSuppress 0 (default)
864398
    2: LogLevelFatal
864398
    3: LogLevelErr
864398
    4: LogLevelWarn
864398
    5: LogLevelNotice
864398
    6: LogLevelInfo
864398
    7: LogLevelDebug
864398
864398
**min_free_space**=""
864398
864398
Specifies the min free space percent in a thin pool required for new device creation to succeed. Valid values are from 0% - 99%. Value 0% disables. (default: 10%)
864398
864398
**mkfsarg**=""
864398
864398
Specifies extra mkfs arguments to be used when creating the base device.
864398
864398
**use_deferred_deletion**=""
864398
864398
Marks thinpool device for deferred deletion. If the thinpool is in use when the driver attempts to delete it, the driver will attempt to delete device every 30 seconds until successful, or when it restarts.  Deferred deletion permanently deletes the device and all data stored in the device will be lost. (default: true).
864398
864398
**use_deferred_removal**=""
864398
864398
Marks devicemapper block device for deferred removal.  If the device is in use when its driver attempts to remove it, the driver tells the kernel to remove the device as soon as possible.  Note this does not free up the disk space, use deferred deletion to fully remove the thinpool.  (default: true).
864398
864398
**xfs_nospace_max_retries**=""
864398
864398
Specifies the maximum number of retries XFS should attempt to complete IO when ENOSPC (no space) error is returned by underlying storage device. (default: 0, which means to try continuously.)
864398
864398
## SELINUX LABELING
864398
864398
When running on an SELinux system, if you move the containers storage graphroot directory, you must make sure the labeling is correct.
864398
864398
Tell SELinux about the new containers storage by setting up an equivalence record.
864398
This tells SELinux to label content under the new path, as if it was stored
864398
under `/var/lib/containers/storage`.
864398
864398
```
864398
semanage fcontext -a -e /var/lib/containers NEWSTORAGEPATH
864398
restorecon -R -v /src/containers
864398
```
864398
864398
The semanage command above tells SELinux to setup the default labeling of
864398
`NEWSTORAGEPATH` to match `/var/lib/containers`.  The `restorecon` command
864398
tells SELinux to apply the labels to the actual content.
864398
864398
Now all new content created in these directories will automatically be created
864398
with the correct label.
864398
864398
## SEE ALSO
864398
`semanage(8)`, `restorecon(8)`
864398
864398
## FILES
864398
864398
Distributions often provide a /usr/share/containers/storage.conf file to define default storage configuration. Administrators can override this file by creating `/etc/containers/storage.conf` to specify their own configuration. The storage.conf file for rootless users is stored in the $HOME/.config/containers/storage.conf file.
864398
864398
## HISTORY
864398
May 2017, Originally compiled by Dan Walsh <dwalsh@redhat.com>
864398
Format copied from crio.conf man page created by Aleksa Sarai <asarai@suse.de>