File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
managing_providers/_topics Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ operator_custom_resource_kind: ManageIQ
1111operator_directory : https://github.com/ManageIQ/manageiq-pods/tree/master/manageiq-operator
1212operator_namespace : manageiq.org
1313workflow_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>'
1515opentofu_image_name : <OpenTofu_image>
1616container_image : docker.io/manageiq/opentofu-runner:latest
1717vendor : ManageIQ
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments