Closed 0xSheller closed 1 year ago
Fixed!
For those who run into this in the future,
run:
lsblk --fs --json | jq -r '.blockdevices[] | select(.children == null and .fstype == null) | .name'
this will list all drives/partitions.
edit line 141 of the script and hardcode your drive inplace of ${DEVICES_FULLNAME[@]}
IE:
zpool create -o ashift=12 tank "${DEVICES_FULLNAME[@]}"
In my case becomes:
zpool create -o ashift=12 tank "nvme1n1"
Interesting it is capturing your loop
devices with that query. I will loop
as a blacklist to the script.
Getting the following error:
using recommended instance in recommended region. Ubuntu 20. Any advice on how to fix this would be awesome!