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
So it should probably skip trying to repartion it later...
[ 15.162669] cloud-init[4393]: + [[ ! -b /dev/disk/by-label/lima-data ]]
[ 15.163329] cloud-init[4393]: + echo type=linux
[ 15.166989] cloud-init[4393]: + sfdisk --label gpt /dev/vdb
[ 15.169010] cloud-init[4393]: Checking that no-one is using this disk right now ... FAILED
[ 15.169777] cloud-init[4393]: This disk is currently in use - repartitioning is probably a bad idea.
[ 15.170512] cloud-init[4393]: Umount all file systems, and swapoff all swap partitions on this disk.
[ 15.171286] cloud-init[4393]: Use the --no-reread flag to suppress this check.
[ 15.172393] cloud-init[4393]: sfdisk: Use the --force flag to overrule all checks.
Description
Make it an option to create disks, without adding the GPT partitions or the ext4 filesystem.
This probably means that the structure needs to become a map, but it could support both ?
I was using it to try out Ceph, but I suppose there could be other uses for not formatting...
The workaround was to remove the filesystem (with
wipefs
) and remove the signature (withgdisk
)Then I was able to use
cephadm
, to start up the cluster using containers... Worked nicely, with dashboard.The text was updated successfully, but these errors were encountered: