-
Notifications
You must be signed in to change notification settings - Fork 93
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
checking for exclusive access and found busy partitions #1463
Comments
Hmm, the Are you sure you're booting into the ISO and not a stale FCOS installation on one of the disks? |
Yes, I'm sure. Seems "Random order of disks" is a well known issue: |
Can you provide the full journal output? |
Unfortunately, not right now since the test server has been decommissioned. |
Bug
Partitions in use on /dev/sda, Error: checking for exclusive access to /dev/sda
Target Operating System Version
Bare-metal server with 2 disks.
coreos-installer Version
v0.21
Expected Behavior
It should install single node OKD instance.
Actual Behavior
Installation fails on
Error: checking for exclusive access
Reproduction Steps
In
install-config.yaml
:Installation:
I also tried to install on
/dev/sdb
as:coreos-installer install -f fcos-live.iso --insecure /dev/sdb
, but it fails with/dev/sda
error again:P.S. before every installation that I tried, I run those
wipefs
anddd
commands, i.e.lsblk
shows nothing on both disks:Other Information
The text was updated successfully, but these errors were encountered: