canonical / canonical/microcloud
MicroCloud fails to pickup non-pristine disks
Open
Feature
Jira
- Dominant language
- Go
- Stars
- 532
- Forks
- 83
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 36
Description
In the microcloud init screen, the wizard seems to fail to pickup non-pristine disks. It offers to wipe the disk in the next screen, so I assume this is a bug. If I wipe a non-pristine disk with:
sudo wipefs -a /dev/sdb && sudo dd if=/dev/zero of=/dev/sdb bs=4096 count=100 > /dev/null
then microcloud picks up the disk next time the wizard is run.
Contributor guide
Assessment
This issue has not been assessed yet.