Quad SATA HAT not initializing before OMV tries to mount drives

I’m using the Quad SATA HAT with a raspberry pi 4b, four SSD’s and OpenMediaVault.
I then mount the SSD’s with OMV and also use unionfs to create just one volume.
Everything works fine until I power off.
After power on it seems that the raspberry pi tries to mount the SSD’s before the Quad SATA HAT is initialized.
I say that because no blue lights, no fan spin and also no lcd and it enters in an emergency mode after trying to mount (I think) the SSD’s.

So, anyone as experienced something similar?
Is there a way to mount the SSD’s after the HAT is initialized?
Or is something I’m missing?

thanks.

Ok, i think I find out where the problem was.
After adding nofail to the fuse.mergerfs line in the /etc/fstab file it started to work.
If I remove the nofail the problem comes back.

But it does not mount the volume because it not recognizes nofail

After reading a bunch of things, forums, user guides, found that this is the best solution

I’m not familiar with your use case but most of the timing dependent issues need messing with the systemd dependencies to make sure that some event occurs before the mount is attempted.

You can take a look at my post here to see how to configure systemd dependencies.

The problem was that fstab was trying to mount the USB drives before they were available.
Because the USB drives weren’t mounted, when fstab tried to mount the unionfs drive the system entered a state of emergency.

My solution was to avoid fstab to mount the drives at boot.
So, I added noauto to the /etc/fstab mount options and also to the /etc/openmediavault/config.xml just in case. This way I can still manually mount by clicking the mount button in OMV > File Systems if needed.
Finally I added all the mount commands to /etc/rc.local.

@setq Is there finally a fix (mount script) for changing the boot order, so that quad sata hat service is initializing BEFORE OMV tries to mount drives? Otherwise rebooting the device without unplugging the power plug is just not possible which is quite annoying. (Installed Nextcloudpi first, than quad sata hat, than OMV which is on port 8080 now, created raid5 with mdadm using this command: sudo mdadm --create --verbose /dev/md0 --level=5 --raid-devices=4 /dev/sda /dev/sdb /dev/sdc /dev/sdd)

This is my dsmeg:
pi@PiNAS:~ $ sudo dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.97-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1294 SMP Thu Jan 30 13:21:14 GMT 2020
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.2
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000
[ 0.000000] On node 0 totalpages: 1012736
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 816128 pages, LIFO batch:63
[ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4e8 with crng_init=0
[ 0.000000] percpu: Embedded 17 pages/cpu s36928 r8192 d24512 u69632
[ 0.000000] pcpu-alloc: s36928 r8192 d24512 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1011008
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M cma=256M smsc95xx.macaddr=DC:A6:32:6A:C5:E6 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=738a4d67-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 3735564K/4050944K available (8192K kernel code, 687K rwdata, 2408K rodata, 2048K init, 850K bss, 53236K reserved, 262144K cma-reserved, 3264512K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (10208 kB)
.init : 0x(ptrval) - 0x(ptrval) (2048 kB)
.data : 0x(ptrval) - 0x(ptrval) ( 688 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 851 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 28692 entries in 85 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000022] Switching to timer-based delay loop, resolution 18ns
[ 0.000249] Console: colour dummy device 80x30
[ 0.000704] console [tty1] enabled
[ 0.000759] Calibrating delay loop (skipped), value calculated using timer frequency… 108.00 BogoMIPS (lpj=540000)
[ 0.000795] pid_max: default: 32768 minimum: 301
[ 0.001079] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001112] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001882] CPU: Testing write buffer coherency: ok
[ 0.002304] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002967] Setting up static identity map for 0x200000 - 0x20003c
[ 0.003142] rcu: Hierarchical SRCU implementation.
[ 0.004023] smp: Bringing up secondary CPUs …
[ 0.004850] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005789] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006688] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006823] smp: Brought up 1 node, 4 CPUs
[ 0.006891] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.006914] CPU: All CPU(s) started in HYP mode.
[ 0.006934] CPU: Virtualization extensions available.
[ 0.007739] devtmpfs: initialized
[ 0.018042] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.018274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018316] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.025805] pinctrl core: initialized pinctrl subsystem
[ 0.026687] NET: Registered protocol family 16
[ 0.029613] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.031038] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.031070] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.031280] Serial: AMBA PL011 UART driver
[ 0.034499] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.050025] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-08-19 17:38, variant start
[ 0.060040] raspberrypi-firmware soc:firmware: Firmware hash is e90cba19a98a0d1f2ef086b9cafcbca00778f094
[ 0.103014] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[ 0.106206] vgaarb: loaded
[ 0.106572] SCSI subsystem initialized
[ 0.106795] usbcore: registered new interface driver usbfs
[ 0.106862] usbcore: registered new interface driver hub
[ 0.106947] usbcore: registered new device driver usb
[ 0.108185] clocksource: Switched to clocksource arch_sys_counter
[ 0.186924] VFS: Disk quotas dquot_6.6.0
[ 0.187025] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.187221] FS-Cache: Loaded
[ 0.187414] CacheFiles: Loaded
[ 0.187956] simple-framebuffer: probe of 0.framebuffer failed with error -12
[ 0.197259] NET: Registered protocol family 2
[ 0.197930] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.197977] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.198058] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.198142] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.198330] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.198375] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.198598] NET: Registered protocol family 1
[ 0.199165] RPC: Registered named UNIX socket transport module.
[ 0.199191] RPC: Registered udp transport module.
[ 0.199212] RPC: Registered tcp transport module.
[ 0.199234] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.199262] PCI: CLS 0 bytes, default 64
[ 0.202198] Initialise system trusted keyrings
[ 0.202384] workingset: timestamp_bits=14 max_order=20 bucket_order=6
[ 0.211403] FS-Cache: Netfs ‘nfs’ registered for caching
[ 0.211924] NFS: Registering the id_resolver key type
[ 0.211962] Key type id_resolver registered
[ 0.211983] Key type id_legacy registered
[ 0.212014] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.214306] Key type asymmetric registered
[ 0.214332] Asymmetric key parser ‘x509’ registered
[ 0.214453] bounce: pool size: 64 pages
[ 0.214504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.214689] io scheduler noop registered
[ 0.214713] io scheduler deadline registered (default)
[ 0.214894] io scheduler cfq registered
[ 0.214918] io scheduler mq-deadline registered (default)
[ 0.214940] io scheduler kyber registered
[ 0.246067] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000
[ 0.246113] brcm-pcie fd500000.pcie: could not get clock
[ 0.246187] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.246239] brcm-pcie fd500000.pcie: MEM 0x600000000…0x603ffffff -> 0xf8000000
[ 0.298217] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
[ 0.298505] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.298536] pci_bus 0000:00: root bus resource [bus 00-01]
[ 0.298566] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 0.298630] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.298768] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.301520] PCI: bus0: Fast back to back transfers disabled
[ 0.301741] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.301867] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.302185] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 0.304963] PCI: bus1: Fast back to back transfers disabled
[ 0.305037] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.305071] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.305160] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.305190] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.305420] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.305611] pcieport 0000:00:00.0: Signaling PME with IRQ 54
[ 0.305784] pcieport 0000:00:00.0: AER enabled with IRQ 54
[ 0.305965] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 0.311706] iproc-rng200 fe104000.rng: hwrng registered
[ 0.311946] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.312478] vc-sm: Videocore shared memory driver
[ 0.312895] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 0.323048] brd: module loaded
[ 0.332676] loop: module loaded
[ 0.333457] Loading iSCSI transport class v2.0-870.
[ 0.335169] libphy: Fixed MDIO Bus: probed
[ 0.335609] bcmgenet fd580000.genet: failed to get enet clock
[ 0.335640] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
[ 0.335670] bcmgenet fd580000.genet: failed to get enet-wol clock
[ 0.335700] bcmgenet fd580000.genet: failed to get enet-eee clock
[ 0.335736] bcmgenet: Skipping UMAC reset
[ 0.335992] unimac-mdio unimac-mdio.-19: DMA mask not set
[ 0.348214] libphy: bcmgenet MII bus: probed
[ 0.388715] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
[ 0.389642] usbcore: registered new interface driver r8152
[ 0.389719] usbcore: registered new interface driver lan78xx
[ 0.389787] usbcore: registered new interface driver smsc95xx
[ 0.390098] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.390143] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 0.392379] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000001000000890
[ 0.392691] genirq: irq_chip Brcm_MSI did not update eff. affinity mask of irq 55
[ 0.393562] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.393596] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.393625] usb usb1: Product: xHCI Host Controller
[ 0.393649] usb usb1: Manufacturer: Linux 4.19.97-v7l+ xhci-hcd
[ 0.393673] usb usb1: SerialNumber: 0000:01:00.0
[ 0.394206] hub 1-0:1.0: USB hub found
[ 0.394300] hub 1-0:1.0: 1 port detected
[ 0.394786] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.394822] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 0.394865] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 0.395286] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 0.395318] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.395347] usb usb2: Product: xHCI Host Controller
[ 0.395370] usb usb2: Manufacturer: Linux 4.19.97-v7l+ xhci-hcd
[ 0.395394] usb usb2: SerialNumber: 0000:01:00.0
[ 0.395899] hub 2-0:1.0: USB hub found
[ 0.395966] hub 2-0:1.0: 4 ports detected
[ 0.397195] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.397406] dwc_otg: FIQ enabled
[ 0.397415] dwc_otg: NAK holdoff enabled
[ 0.397424] dwc_otg: FIQ split-transaction FSM enabled
[ 0.397437] Module dwc_common_port init
[ 0.397655] usbcore: registered new interface driver uas
[ 0.397774] usbcore: registered new interface driver usb-storage
[ 0.397964] mousedev: PS/2 mouse device common for all mice
[ 0.399203] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.400683] sdhci: Secure Digital Host Controller Interface driver
[ 0.400707] sdhci: Copyright© Pierre Ossman
[ 0.401115] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 0.401525] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.404550] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.404714] hidraw: raw HID events driver © Jiri Kosina
[ 0.404850] usbcore: registered new interface driver usbhid
[ 0.404873] usbhid: USB HID core driver
[ 0.405668] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[ 0.407379] [vc_sm_connected_init]: start
[ 0.419210] [vc_sm_connected_init]: end - returning 0
[ 0.420375] Initializing XFRM netlink socket
[ 0.420417] NET: Registered protocol family 17
[ 0.420511] Key type dns_resolver registered
[ 0.420778] Registering SWP/SWPB emulation handler
[ 0.421399] registered taskstats version 1
[ 0.421429] Loading compiled-in X.509 certificates
[ 0.428421] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 0.428503] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[ 0.433592] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.434135] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
[ 0.434791] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 0.434818] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 0.458753] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.3
[ 0.458873] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.4
[ 0.479112] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 0.480723] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.482423] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.485289] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 0.486894] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.494935] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 0.497446] of_cfs_init
[ 0.497551] of_cfs_init: OK
[ 0.498146] Waiting for root device PARTUUID=738a4d67-02…
[ 0.542215] random: fast init done
[ 0.554861] mmc1: new high speed SDIO card at address 0001
[ 0.600266] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 0.601421] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
[ 0.603721] mmcblk0: p1 p2
[ 0.622129] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 0.622165] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 0.635120] EXT4-fs (mmcblk0p2): recovery complete
[ 0.651353] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 0.651418] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 0.657239] devtmpfs: mounted
[ 0.664941] Freeing unused kernel memory: 2048K
[ 0.665196] Run /sbin/init as init process
[ 0.758234] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 0.940888] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 0.940927] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 0.940955] usb 1-1: Product: USB2.0 Hub
[ 0.942720] hub 1-1:1.0: USB hub found
[ 0.943052] hub 1-1:1.0: 4 ports detected
[ 1.075548] systemd[1]: System time before build time, advancing clock.
[ 1.168983] NET: Registered protocol family 10
[ 1.170225] Segment Routing with IPv6
[ 1.203521] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 1.204254] systemd[1]: Detected architecture arm.
[ 1.215425] systemd[1]: Set hostname to .
[ 1.217438] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[ 1.646879] random: lvmconfig: uninitialized urandom read (4 bytes read)
[ 2.267554] systemd[1]: /lib/systemd/system/fail2ban.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/fail2ban/fail2ban.pid → /run/fail2ban/fail2ban.pid; please update the unit file accordingly.
[ 2.306809] systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
[ 2.351400] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.369983] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.370082] systemd[1]: Reached target System Time Synchronized.
[ 2.371218] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.372272] systemd[1]: Listening on udev Control Socket.
[ 2.373184] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.058547] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 3.166816] systemd-journald[112]: Received request to flush runtime journal from PID 1
[ 3.742140] Driver for 1-wire Dallas network protocol.
[ 3.749356] gpio-4 (onewire@0): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[ 3.752566] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
[ 3.771430] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
[ 3.776291] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
[ 3.777342] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
[ 3.869787] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.922842] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 3.926281] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 3.926303] [vc_sm_connected_init]: start
[ 3.930071] bcm2835_audio soc:audio: card created with 8 channels
[ 3.931634] media: Linux media interface: v0.10
[ 3.935635] [vc_sm_connected_init]: installed successfully
[ 3.980801] videodev: Linux video capture interface: v2.00
[ 4.008554] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.008685] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.036372] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.036818] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 4.077738] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 4.078097] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 4.085398] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 4.085433] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 4.097106] : bcm2835_codec_get_supported_fmts: port has more encoding than we provided space for. Some are dropped.
[ 4.097970] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 4.098000] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 4.179747] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 4.225494] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.241435] bcmgenet: Skipping UMAC reset
[ 4.265104] [drm] No displays found. Consider forcing hotplug if HDMI is attached
[ 4.265201] vc4-drm soc:gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[ 4.268122] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 1
[ 4.268135] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.268144] [drm] No driver support for vblank timestamp query.
[ 4.268154] [drm] Setting vblank_disable_immediate to false because get_vblank_timestamp == NULL
[ 4.348873] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
[ 4.349161] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.352698] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 4.411035] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 4.424966] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.425720] usbcore: registered new interface driver brcmfmac
[ 4.663932] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 4.679414] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 23 2020 02:19:54 version 7.45.206 (r725000 CY) FWID 01-88ee44ea
[ 5.368471] bcmgenet fd580000.genet eth0: Link is Down
[ 6.039324] random: crng init done
[ 6.039339] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.461724] uart-pl011 fe201000.serial: no DMA platform data
[ 6.780012] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:2101244k SSFS
[ 8.703688] i2c /dev entries driver
[ 9.528344] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control off
[ 9.528367] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 11.968510] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 11.999758] usb 2-2: New USB device found, idVendor=1058, idProduct=0a10, bcdDevice=81.36
[ 11.999766] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 11.999771] usb 2-2: Product: JMS56x Series
[ 11.999776] usb 2-2: Manufacturer: JMicron
[ 11.999781] usb 2-2: SerialNumber: 1234567890123
[ 12.015265] scsi host0: uas
[ 12.016237] scsi 0:0:0:0: Direct-Access APPLE HD D HTS541010A9E66 8136 PQ: 0 ANSI: 6
[ 12.018634] scsi 0:0:0:1: Direct-Access APPLE HD D ST1000LM024 8136 PQ: 0 ANSI: 6
[ 12.018677] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 12.019014] sd 0:0:0:0: [sda] Write Protect is off
[ 12.019021] sd 0:0:0:0: [sda] Mode Sense: 67 00 10 08
[ 12.019500] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 12.020159] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
[ 12.023110] sd 0:0:0:1: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 12.023410] sd 0:0:0:1: [sdb] Write Protect is off
[ 12.023417] sd 0:0:0:1: [sdb] Mode Sense: 67 00 10 08
[ 12.041246] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 12.042087] sd 0:0:0:1: [sdb] Optimal transfer size 33553920 bytes
[ 12.045265] sd 0:0:0:0: [sda] Attached SCSI disk
[ 12.055977] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 12.076442] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 12.076776] sd 0:0:0:1: Attached scsi generic sg1 type 0
[ 12.558476] usb 2-1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[ 12.589766] usb 2-1: New USB device found, idVendor=1058, idProduct=0a10, bcdDevice=81.36
[ 12.589774] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 12.589780] usb 2-1: Product: JMS56x Series
[ 12.589785] usb 2-1: Manufacturer: JMicron
[ 12.589790] usb 2-1: SerialNumber: 1234567890123
[ 12.605263] scsi host1: uas
[ 12.606221] scsi 1:0:0:0: Direct-Access APPLE HD D HTS541010A9E66 8136 PQ: 0 ANSI: 6
[ 12.607503] sd 1:0:0:0: Attached scsi generic sg2 type 0
[ 12.611969] scsi 1:0:0:1: Direct-Access ST1000LM 024 HN-M101MBB 8136 PQ: 0 ANSI: 6
[ 12.612809] sd 1:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 12.613460] sd 1:0:0:1: Attached scsi generic sg3 type 0
[ 12.613718] sd 1:0:0:0: [sdc] Write Protect is off
[ 12.613726] sd 1:0:0:0: [sdc] Mode Sense: 67 00 10 08
[ 12.614407] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 12.615649] sd 1:0:0:0: [sdc] Optimal transfer size 33553920 bytes
[ 12.617090] sd 1:0:0:1: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 12.617382] sd 1:0:0:1: [sdd] Write Protect is off
[ 12.617390] sd 1:0:0:1: [sdd] Mode Sense: 67 00 10 08
[ 12.618636] sd 1:0:0:1: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 12.620248] sd 1:0:0:1: [sdd] Optimal transfer size 33553920 bytes
[ 12.674282] sd 1:0:0:0: [sdc] Attached SCSI disk
[ 12.674389] sd 1:0:0:1: [sdd] Attached SCSI disk
[ 12.998317] raid6: int32x1 gen() 488 MB/s
[ 13.168222] raid6: int32x1 xor() 353 MB/s
[ 13.214242] Bluetooth: Core ver 2.22
[ 13.214286] NET: Registered protocol family 31
[ 13.214290] Bluetooth: HCI device and connection manager initialized
[ 13.215212] Bluetooth: HCI socket layer initialized
[ 13.215221] Bluetooth: L2CAP socket layer initialized
[ 13.215246] Bluetooth: SCO socket layer initialized
[ 13.229590] Bluetooth: HCI UART driver ver 2.3
[ 13.229598] Bluetooth: HCI UART protocol H4 registered
[ 13.229678] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 13.232523] Bluetooth: HCI UART protocol Broadcom registered
[ 13.338309] raid6: int32x2 gen() 528 MB/s
[ 13.414119] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.414125] Bluetooth: BNEP filters: protocol multicast
[ 13.414136] Bluetooth: BNEP socket layer initialized
[ 13.508273] raid6: int32x2 xor() 344 MB/s
[ 13.678277] raid6: int32x4 gen() 734 MB/s
[ 13.848221] raid6: int32x4 xor() 435 MB/s
[ 14.018273] raid6: int32x8 gen() 742 MB/s
[ 14.188256] raid6: int32x8 xor() 453 MB/s
[ 14.358215] raid6: neonx1 gen() 1778 MB/s
[ 14.528230] raid6: neonx1 xor() 1612 MB/s
[ 14.698224] raid6: neonx2 gen() 2282 MB/s
[ 14.868219] raid6: neonx2 xor() 1978 MB/s
[ 15.038222] raid6: neonx4 gen() 3090 MB/s
[ 15.208225] raid6: neonx4 xor() 2466 MB/s
[ 15.378230] raid6: neonx8 gen() 2774 MB/s
[ 15.548219] raid6: neonx8 xor() 2269 MB/s
[ 15.548225] raid6: using algorithm neonx4 gen() 3090 MB/s
[ 15.548229] raid6: … xor() 2466 MB/s, rmw enabled
[ 15.548233] raid6: using neon recovery algorithm
[ 15.552642] xor: measuring software checksum speed
[ 15.648217] arm4regs : 4218.000 MB/sec
[ 15.748215] 8regs : 2734.000 MB/sec
[ 15.848216] 32regs : 2444.800 MB/sec
[ 15.948217] neon : 5590.400 MB/sec
[ 15.948223] xor: using function: neon (5590.400 MB/sec)
[ 15.952667] async_tx: api initialized (async)
[ 15.972715] md/raid:md0: device sdd operational as raid disk 3
[ 15.972721] md/raid:md0: device sdc operational as raid disk 2
[ 15.972725] md/raid:md0: device sda operational as raid disk 0
[ 15.972730] md/raid:md0: device sdb operational as raid disk 1
[ 15.974974] md/raid:md0: raid level 5 active with 4 out of 4 devices, algorithm 2
[ 15.976958] md0: detected capacity change from 0 to 3000208195584

this is my omv-fstab entry:
/dev/disk/by-id/md-name-PiNAS:0 /srv/dev-disk-by-id-md-name-PiNAS-0 ext4 defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2

Ok i am confused, are the nofail option just needed in the fstab? Or does this still need to go into rc.local?

Yes, is just needed in the fstab.
this is how I have it configured:
in fstab

/dev/disk/by-label/Disk1 /srv/dev-disk-by-label-Disk1 ext4 noauto,defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2

In the rc.local I just added the mount command:

mount /dev/disk/by-label/Disk1