Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openstack-cluster-installer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • OpenStackOpenStack
  • debian
  • openstack-cluster-installer
  • Merge requests
  • !3
The source project of this merge request has been removed.

oci-poc-vms init: fix second drive index

Merged Alexandros Afentoulis requested to merge (removed):fix_slave_guests_second_drive_index into debian/rocky Aug 27, 2018
  • Overview 0
  • Pipelines 0
  • Changes 1

If qemu starts with a second drive index cannot be equal to 0, since that would be already used by the first drive and qemu would fail like this:

qemu-system-x86_64: drive with bus=0, unit=0 (index=0) exists

thus no slave vms will be spawned.

This commit changes index for second drives used by slave vms.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix_slave_guests_second_drive_index