Skip to content

Commit

Permalink
storage.conf: move ostree_repo and skip_mount_home to the correct sec…
Browse files Browse the repository at this point in the history
…tion

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jul 26, 2018
1 parent afdedba commit 9f0144d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions storage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ mountopt = "nodev"
# remap-user = "storage"
# remap-group = "storage"

# If specified, use OSTree to deduplicate files with the overlay backend
ostree_repo = ""

# Set to skip a PRIVATE bind mount on the storage home directory. Only supported by
# certain container storage drivers
skip_mount_home = "false"

[storage.options.thinpool]
# Storage Options for thinpool

Expand Down Expand Up @@ -124,10 +131,3 @@ mountopt = "nodev"
# attempt to complete IO when ENOSPC (no space) error is returned by
# underlying storage device.
# xfs_nospace_max_retries = "0"

# If specified, use OSTree to deduplicate files with the overlay backend
ostree_repo = ""

# Set to skip a PRIVATE bind mount on the storage home directory. Only supported by
# certain container storage drivers
skip_mount_home = "false"

0 comments on commit 9f0144d

Please sign in to comment.