Skip to content

inspector, in-place: Add <disk> <boot-order>#</boot-order> to XML output#167

Merged
rwmjones merged 1 commit into
libguestfs:masterfrom
rwmjones:2026-inspector-boot-order
Jul 2, 2026
Merged

inspector, in-place: Add <disk> <boot-order>#</boot-order> to XML output#167
rwmjones merged 1 commit into
libguestfs:masterfrom
rwmjones:2026-inspector-boot-order

Conversation

@rwmjones

@rwmjones rwmjones commented Jul 2, 2026

Copy link
Copy Markdown
Member

When using the virt-v2v-inspector or virt-v2v-in-place -O option to write informational XML, include the boot order for each disk. Example output after this change is:

<?xml version='1.0' encoding='utf-8'?>
<v2v-inspection>
  ...
  <disks>
    <disk index='0'>
      <virtual-size>21474836480</virtual-size>
      <allocated estimated='true'>12106633216</allocated>
      <boot-order>1</boot-order>
    </disk>
  </disks>

Reported-by: Elad Hazan
Fixes: https://redhat.atlassian.net/browse/RHEL-184508

When using the virt-v2v-inspector or virt-v2v-in-place -O option to
write informational XML, include the boot order for each disk.
Example output after this change is:

<?xml version='1.0' encoding='utf-8'?>
<v2v-inspection>
  ...
  <disks>
    <disk index='0'>
      <virtual-size>21474836480</virtual-size>
      <allocated estimated='true'>12106633216</allocated>
      <boot-order>1</boot-order>
    </disk>
  </disks>

Reported-by: Elad Hazan
Fixes: https://redhat.atlassian.net/browse/RHEL-184508
@rwmjones rwmjones merged commit 2e8493e into libguestfs:master Jul 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant