Commit b04635f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments