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
11
11
operator_directory : https://github.com/ManageIQ/manageiq-pods/tree/master/manageiq-operator
12
12
operator_namespace : manageiq.org
13
13
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>'
15
15
opentofu_image_name : <OpenTofu_image>
16
16
container_image : docker.io/manageiq/opentofu-runner:latest
17
17
vendor : 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
270
270
Login Succeeded!
271
271
```
272
272
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
274
274
275
275
```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
277
277
```
278
278
279
279
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