Skip to content

Commit

Permalink
fix storage.conf to align with the default
Browse files Browse the repository at this point in the history
Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
  • Loading branch information
bitoku committed Jun 18, 2024
1 parent 17312e4 commit b5c0445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/e2e_node/crio/crio_cgroupsv2_splitfs.ign
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"path": "/etc/containers/storage.conf",
"contents": {
"compression": "gzip",
"source": "data:;base64,H4sIAAAAAAAC/1SNSwqDQBBE932KZjyAJ8jOnCDLkEUbWx0Yp6VsDd4+GPNzVfDgvbpObpBOb0QFV9rKnJwvO+MKcVFQ8xo+cbBFkWQNRJgzzHyD5SIo75ZdYlZM5bsYqODz2OugkPRNSm74gegqdVJOsiq4NfDPpw4y9od4ivXfwRb+5DY1DtLpRPu4QQ/ejsMzAAD//4r2l3roAAAA"
"source": "data:;base64,H4sIAAAAAAAC/3TNQQ6CMBCF4f2cYlIO0BO4wxO4NC4GGaBJ6ZBHwXB7g1WMC1eT/Mn75jpng/R6I6q41k6WmPlSGtcIq4La1+ETO1sVUTZHhCXBLO/RY0n+bilLSIrZv0VHFZ+nQUeFxIOU1PIDIas0UTnKpuDOwN899ZBpOPBV4GNo/jz4sDsRRul1pnKyQX/2JTt6BgAA//8FDtV48QAAAA=="
},
"mode": 420
}
Expand Down
6 changes: 3 additions & 3 deletions jobs/e2e_node/crio/templates/base/60-storage-split-disk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Default Storage Driver
driver = "overlay"

runroot = "/var/containers/storage"
runroot = "/run/containers/storage"
# Ephemeral Storage and writeable layer for containers
graphroot = "/var/lib/containers"
graphroot = "/var/lib/containers/storage"
# Storage for images
imagestore = "/var/lib/images"
imagestore = "/var/lib/images"

0 comments on commit b5c0445

Please sign in to comment.