Storage issues

Hey folks.

Finally getting round running the live network - I seem to have an issue regarding drive selection. I have a RAID system in place under /dev/md0 which is the non mounted list of connected drives. When I run the node-launcher this is what it sees. Obviously this is no accessible I have the actual writable drive under /mnt/MyStorage or whatever. How the hell can I make the launcher see this and use this location? the /dev/md0 is listed as not accessible (similar to the nvme0n1p1 low level drive access). All it can seem to use is the Ubuntu logical volume which is only for the OS.

Any suggestions welcome.

1 Like

You have better options for defining storage targets by using atnctl.

I use antctl for getting everything running and them would monitor those with node-launchpad or your own GUI if you make one.

1 Like

You need to mount the drive in the OS.

Can you provide these outputs:

mount
cat /etc/fstab
mdadm --detail --scan
pvs; vgs; lvs

1 Like