Skip to content

Commit b210ee6

Browse files
authored
Merge pull request #1863 from agrare/update_containers_storage_root
Update podman containers/storage root directory
2 parents 5ebfef0 + 41a3568 commit b210ee6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_data/product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ operator_custom_resource_kind: ManageIQ
1111
operator_directory: https://github.com/ManageIQ/manageiq-pods/tree/master/manageiq-operator
1212
operator_namespace: manageiq.org
1313
workflow_service_account: manageiq-default
14-
import_opentofu: runuser --login manageiq --command 'podman --root=/var/www/miq/vmdb/data/containers/storage image load --input /tmp/<OpenTofu_image>'
14+
import_opentofu: runuser --login manageiq --command 'podman --root=/var/lib/manageiq/containers/storage image load --input /tmp/<OpenTofu_image>'
1515
opentofu_image_name: <OpenTofu_image>
1616
container_image: docker.io/manageiq/opentofu-runner:latest
1717
vendor: ManageIQ

managing_providers/_topics/embedded_workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au
270270
Login Succeeded!
271271
```
272272
273-
If you use the --root flag in the podman pull, images are pulled to a local directory '/var/www/miq/vmdb/data/containers/storage' as in the example
273+
If you use the --root flag in the podman pull, images are pulled to a local directory '/var/lib/manageiq/containers/storage' as in the example
274274
275275
```text
276-
podman pull <repository>/<image>:<tag> --root /var/www/miq/vmdb/data/containers/storage
276+
podman pull <repository>/<image>:<tag> --root /var/lib/manageiq/containers/storage
277277
```
278278
279279
It is worth noting that the default /home/manageiq partition has insufficient space to store large images.

0 commit comments

Comments
 (0)