You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partitions in use on /dev/sda, Error: checking for exclusive access to /dev/sda
May 10 13:00:39 install-to-disk.sh[22377]: Executing coreos-installer with the following options: install -i /opt/openshift/master.ign /dev/sda
May 10 13:00:39 install-to-disk.sh[22407]: Downloading Fedora CoreOS stable x86_64 metal image (raw.xz) and signature
May 10 13:00:40 install-to-disk.sh[22407]: Partitions in use on /dev/sda:
May 10 13:00:40 install-to-disk.sh[22407]: /dev/sda3 mounted on /boot
May 10 13:00:40 install-to-disk.sh[22407]: /dev/sda4 mounted on /sysroot
May 10 13:00:40 install-to-disk.sh[22407]: Error: checking for exclusive access to /dev/sda
May 10 13:00:40 install-to-disk.sh[22407]: Caused by:
May 10 13:00:40 install-to-disk.sh[22407]: found busy partitions
May 10 13:00:40 systemd[1]: install-to-disk.service: Main process exited, code=exited, status=1/FAILURE
May 10 13:00:40 systemd[1]: install-to-disk.service: Failed with result 'exit-code'.
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
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:
May 10 13:00:40 install-to-disk.sh[22407]: Partitions in use on /dev/sda:
May 10 13:00:40 install-to-disk.sh[22407]: /dev/sda3 mounted on /boot
May 10 13:00:40 install-to-disk.sh[22407]: /dev/sda4 mounted on /sysroot
May 10 13:00:40 install-to-disk.sh[22407]: Error: checking for exclusive access to /dev/sda
May 10 13:00:40 install-to-disk.sh[22407]: Caused by:
May 10 13:00:40 install-to-disk.sh[22407]: found busy partitions
P.S. before every installation that I tried, I run those wipefs and dd commands, i.e. lsblk shows nothing on both disks:
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: