Skip to content

Commit b04635f

Browse files
raukadahopenshift-merge-bot[bot]
authored andcommitted
Set mkisofs_cmd to mkisofs in default config
CS10 EDPM job watcher tempest tests fails while creating server with `No such file or directory: 'genisoimage'`. mkisofs_cmd config option sets the genisoimage, is default in the nova config. In RHEL-10, we use xorriso package not genisoimage. mkisofs is used in Nova conf[1]. We need to set the same in nova config so that instances gets created. https://gitlab.com/redhat/centos-stream/rpms/libisoburn/-/commit/e3a52310e179718055699d1845a2dec936d1ee16 provides mkisofs and genisoimage, Both of them are symlink for xorriso. Currently we are going to use mkisofs as xorriso command does not found in the nova-compute container based on [2]. Jira: OSPRH-16715 Links: [1]. rdo-packages/nova-distgit@702f2fb [2]. #971 (comment) Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
1 parent c191edf commit b04635f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/nova.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ initial_ram_allocation_ratio=1.0
3030
initial_disk_allocation_ratio=0.9
3131
{{/*using a config drive will void issues with ovn and metadata*/}}
3232
force_config_drive=True
33+
mkisofs_cmd=/usr/bin/mkisofs
3334
{{end}}
3435
{{ if (index . "transport_url") }}
3536
transport_url={{.transport_url}}

0 commit comments

Comments
 (0)