Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow /dev/sda in addition to /dev/vda #1694

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

quartsize
Copy link
Contributor

My Vagrant machine comes up with /dev/sda, not /dev/vda, I assume because I'm using the VirtualBox provider, and as a result a vagrant up centos8-stream-foreman-nightly produces

TASK [Extend partition] ********************************************************
fatal: [centos8-stream-foreman-nightly]: FAILED! => changed=true 
  cmd:
  - growpart
  - /dev/vda
  - /dev/sda1
  delta: '0:00:00.008682'
  end: '2023-08-11 17:59:59.701082'
  failed_when_result: true
  msg: non-zero return code
  rc: 2
  start: '2023-08-11 17:59:59.692400'
  stderr: ''
  stderr_lines: <omitted>
  stdout: 'FAILED: /dev/vda: does not exist'
  stdout_lines: <omitted>

@ehelms ehelms merged commit e718a76 into theforeman:master Aug 14, 2023
8 of 9 checks 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.

2 participants