Everything posted by bobo89
-
Slow single SSD cache -> single drive pool transfer
User script using rsync seems to be working well, thanks!
-
Slow single SSD cache -> single drive pool transfer
All the chunks are about 10 MB. pv /mnt/frigate-ssd/frigate_video/recordings/2026-03-28/08/Frontdoor/03.09.mp4 > /mnt/frigate-spinning/frigate_video/03.09.mp4 7.57MiB 0:00:00 [ 667MiB/s] [================================================================================================================>] 100% Doing things manually seems to get me the exact performance I expect. The mover, which is still running some 48 hours later, seems to be slow. Same behaviour after waking up. SSD drive is at 93% utilization, mover still moving from SSD to spinning disk at about 10 MB/s, slowly moving to the spinning disk.
-
Slow single SSD cache -> single drive pool transfer
tower-diagnostics-20260327-2203.zip I'm having some strange behaviour that I'm having trouble explaining. For a couple years now my Frigate docker container was writing to a 4 TB SMR drive as an unassigned device. With the amount of cameras I have it's about 500 GB/day of footage that gets stored. This worked fine until recently the drive started getting written to VERY slowly, like 4 MB/s max throughput, which means I was dropping recordings on the floor. So I decided to take a 500 GB SSD as a cache pool, and put that in front of the SMR. I reformatted the SMR. After a day the new SSD needed to run the mover to dump data onto the 4 TB drive, and was still getting max 4-6 MB/s. Ok, so maybe this SMR drive is really bad or it's cache has gotten corrupted somehow, fine. So I drop in an 8 TB Western Digital Ultrastar which has more than adequate performance. It is now the spinning disk pool for the SSD cache pool. Exact same problem. Frigate is writing in total about 15 MB/s, SSD fills up in a day. Mover starts running. The mover seems to only be able to run at a speed of ~12-15 MB/s (coincidence probably). Since the mover, and Frigate writing to the cache pool are seemingly around the same speed, 24 hours later, the mover is STILL running, and the SSD is staying at approximately 70% full. Running performance tests on each drive individually and they perform exactly as I'd expect. (within their advertised characteristics) What's going on here?
-
Occasional disconnect of passed through Zigbee USB device
I am passing through a zigbee controller to home assistant. Every 5-10 days the zigbee device dissapears from home assistant. I reboot the VM and everything goes back to normal. I have the USB manager plugin, configured like so: And the XML of the VM configured like this: Prior to a system hardware upgrade I had a USB controller passed through and zigbee working like that, however this threadripper platform doesn't seem to like having USB hubs passed through, so have opted to pass through just the zigbee device. Any thoughts? tower-diagnostics-20251029-0618.zip
-
Onboard AQC107 to Wiitek SFP+ 10 Ethernet
Yep understood. It's a compromise because it's onboard, so I don't have to use up a PCIE slot to get 10 Gig
-
Onboard AQC107 to Wiitek SFP+ 10 Ethernet
It worked immediately when using this one. Only getting about 7.2 Gb, but that's fine. https://www.amazon.ca/dp/B06XG9DPJ7?ref=ppx_yo2ov_dt_b_fed_asin_title
-
Onboard AQC107 to Wiitek SFP+ 10 Ethernet
Confirmed that the chain of NIC -> Ethernet -> SFP+ transceiver does not work on ubuntu. I'll play with it more and report back if there's a way around it.
-
Onboard AQC107 to Wiitek SFP+ 10 Ethernet
I have the aformentioned onboard NIC. When trying to connect an ethernet cable from the onboard NIC to a 1 Gig port, autonegotation works and I get a connection, blinking lights, etc. When I use the same cable and try and connect it to this module. I have tested the module seperately and it works. https://www.amazon.ca/dp/B07P39G4XJ?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_1 The switch (CRS328-24p-4s+) detects the module, however no connection, no lights when using AQC107 -> Ethernet -> Wiitek module. I've tried disabling auto-negotiation and setting the link speed manually. tower-diagnostics-20251002-1142.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I am having an issue with all of my unassigned devices performing very slowly, mainly when docker containers access them. I've got sata spinning rust, sata SSDs, and NVMEs and they all work at 4-8 MB/s read or write, sometimes. Sometimes they perform as expected. I have disabled all dockers and VMs while testing this and the performance is consistently....inconsistent. Any ideas where to start troubleshooting? The two Sata SSDs should be doing 400 MB/s +. While the NVME should be significantly higher, it's a MP600 root@Tower:/mnt/disks# for i in */;do dd if=/dev/zero of=$i/testfile bs=1G count=1 oflag=dsync;done 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 16.2462 s, 66.1 MB/s ####hard drive 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 10.3554 s, 104 MB/s#####SSD 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 10.219 s, 105 MB/s#####NVME ^[[B^[[B^[[B^[[B^[[B^[[B1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 27.6436 s, 38.8 MB/s####SSD root@Tower:/mnt/disks# for i in */;do dd if=/dev/zero of=$i/testfile bs=1G count=1 oflag=dsync;done 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 15.8363 s, 67.8 MB/s ####hard drive 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 9.82615 s, 109 MB/s#####ssd 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 9.10683 s, 118 MB/s####nvme 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.94185 s, 181 MB/s####SSD Tower:/mnt/disks# for i in */;do dd if=/dev/zero of=$i/testfile bs=1G count=1 oflag=dsync;done 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 14.1906 s, 75.7 MB/s 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 9.44429 s, 114 MB/s 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 9.24646 s, 116 MB/s 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.43812 s, 440 MB/s
-
Passing through GPU to docker, but wrong one being passed through ?
After a riveting conversation with chatgpt, the answers to my questions are: 1) Driver version 575 did not support compute on the 1070, which is why it was in such a weird state, downgrading to v565.77 means the 1070 was properly seen and everything works as intended. 2) The reason frigate was still seeing both the p40 and the 1070 even though only the 1070 was passed through was cause I had the docker container set to privileged. This allows the container to enumerate everything in /dev/nvidia, which let's it see both. Disabling privileged mode made sure only the 1070 was being passed as intended, and forced frigate to use it.
-
Passing through GPU to docker, but wrong one being passed through ?
I reseated the card, and am getting gen3 speeds now normally, however same issue with 1070 not being used by docker containers even though explicitly being passed through Edit: Now it's back to Gen1. Is this some low power mode that it negotiates down to since it's not being used ?
-
Passing through GPU to docker, but wrong one being passed through ?
Noticing now in the nvtop screenshot the 1070, which is in slot one on the motherboard is running at 1x.... can't explain why that is.
-
Passing through GPU to docker, but wrong one being passed through ?
I migrated Unraid servers, and during the migration added a second Nvidia GPU. Went from a P40, to a P40 and a 1070. I have a bunch of docker containers where the P40 was passed through, and am replacing those with the 1070. Nvidia plugin sees the cards: I setup my docker containers to use the 1070 And according to nvtop absolutely nothing is running on the 1070, but only on the P40. frigate sees both the 1070 and p40, even though I only passed through the 1070... I've managed to get the Emby docker container to just see the 1070, but then it doesn't use it almost as if it's not loaded properly (transcoding works only with CPU and not registering GPU) What's going on here ?
-
6.12.4 to 7.0.1 1/3 Custom Dockers network not working
Very subtle, but that was it ,thanks! Maybe a feature request to have some client side verification there, as there wasn't anything obviously wrong when setting the CIDR incorrectly.
-
6.12.4 to 7.0.1 1/3 Custom Dockers network not working
The upgrade went smoothly with the exception of a custom docker network I have. I have bridging on my main NIC enabled: I have a few custom VLANs enabled: These custom networks are visible by the Docker tab: But Docker20 the one I really need to work is not seen by the docker subsystem: 99% of my docker containers sit in that VLAN, and any of the ones that are assigned to Docker 20 wont start, however the few that are on Vlan30 or 50, work as intended. Trying to re-assign the Docker20 custom network it doesn't show up in the drop down. I have deleted the vlan, re-added it, and tried to manually add it via portainer, with no success. In portainer when I try and add the macvlan driver based network, it gets created by the driver ends up false, even though I selected on macvlan: Lastly when I try and create it manually like so: It works, and the dockers start. However disabling docker the service, and restarting it, the docker20 network dissapears. I use this same network with a VM, and that VM's network access works, while the docker's does not. What's going on on how do I fix this ?
-
[Support] binhex - qBittorrentVPN
Seeking assistance on my configuration that is throwing me for a loop. I've got 3 subnets, 10.10.10.0/24 10.10.20.0/24 (this is the docker network). Qbittorent at 10.10.20.21 10.10.30.0/24 What works: I can connect to the web interface from: 10.10.10.0/24 10.10.30.0/24 ping ONLY from from 10.10.20.0/24 to qbittorent ping from qbittorent to anything on docker network What doesn't work: I can't connect to the web interface from the docker network. I can pcap on qbittroent docker and see packets coming in and responses leaving, but not making it back to my originating docker container (docker container 1 to qbittorent over tcp does not work) ping from 10.10.10.0/24 and 10.10.30.0/24 to qbittorent doesn't work. Any thoughts on what the issue is ? I have this configured like this:
-
How to trunk internet to an unraid VM for opnsense
After hours of working on this it turns out the modem was misbehaving and not handing out an IP. After a reboot or 2 I got my address.
-
How to trunk internet to an unraid VM for opnsense
So hear me out, I realize it's not the best option, but there are a few reasons I can't get this to work through another way. I also have higher than 1 Gb internet, so want that to be available to the network. 1) No more spaces for NICs in the server. That's about it. Now I could go with a second box to do this, but I'd like to do it this way. I have created a separate VLAN in my managed witch. I have only exposed that VLAN to Unraid and the internet modem. Now when my plug in my laptop into the switch on that VLAN, I get a public IP, and everything works as intended. In unraid I have added that same VLAN, but not assigned an IP to unraid on that VLAN (no services exposed). I pass through that VLAN to opnsense, and nothing I can do get's me an IP on the WAN in opnsense. I've confirmed it's the right interface being trunked to my modem, but no dice. I do a pcap on the WAN interface while it's trying to get an address. I am seeing DHCP requests flying around, but nothing sticks. When I put the WAN in promiscious mode I am seeing packets captured that are originating from the internet, implying the forwarding and vlaning is working as intended. I use the same method to trunk the VLAN for the internal network on opnsense, which works. Is unraid maybe blocking passing through public IPs?
-
Call trace and xfs_repair
Switched to ipvlan. Not only does it seem that fixed the issue (no more traces in the logs for about 9 hours ) but docker networking responsiveness seems to have improved
-
Call trace and xfs_repair
The server locks up so hard I can't get onto it. I have enabled remote syslogging to another server, and offloading to the USB key. I'll see if I can use that to catch another crash. Usually takes about 24 hours. Edit: Caught one within a couple minutes of starting the array. Attached is diagnostics and here is the sysllog. root@temp:/var/log# tail -f syslog Dec 26 16:56:19 Tower nmbd[31928]: Dec 26 16:56:19 Tower nmbd[31928]: Samba name server TOWER is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.118 Dec 26 16:56:19 Tower nmbd[31928]: Dec 26 16:56:19 Tower nmbd[31928]: ***** Dec 26 16:56:22 Tower kernel: Bluetooth: Core ver 2.22 Dec 26 16:56:22 Tower kernel: NET: Registered PF_BLUETOOTH protocol family Dec 26 16:56:22 Tower kernel: Bluetooth: HCI device and connection manager initialized Dec 26 16:56:22 Tower kernel: Bluetooth: HCI socket layer initialized Dec 26 16:56:22 Tower kernel: Bluetooth: L2CAP socket layer initialized Dec 26 16:56:22 Tower kernel: Bluetooth: SCO socket layer initialized Dec 26 16:56:33 Tower kernel: docker0: port 1(veth04efed0) entered disabled state Dec 26 16:56:33 Tower kernel: veth898bf67: renamed from eth0 Dec 26 16:56:33 Tower kernel: docker0: port 1(veth04efed0) entered disabled state Dec 26 16:56:33 Tower kernel: device veth04efed0 left promiscuous mode Dec 26 16:56:33 Tower kernel: docker0: port 1(veth04efed0) entered disabled state Dec 26 16:56:36 Tower kernel: NET: Registered PF_PACKET protocol family Dec 26 16:56:38 Tower mergerfs[17304]: running basic garbage collection Dec 26 16:56:38 Tower mergerfs[17304]: threadpool (fuse.read): spawning 24 threads w/ max queue depth 24 Dec 26 16:56:38 Tower mergerfs[17304]: read-thread-count=24; process-thread-count=-1; process-thread-queue-depth=-1; pin-threads=false; Dec 26 21:56:44 temp systemd[1]: systemd-timedated.service: Deactivated successfully. Dec 26 16:58:41 Tower kernel: ------------[ cut here ]------------ Dec 26 16:58:41 Tower kernel: WARNING: CPU: 7 PID: 6258 at net/netfilter/nf_conntrack_core.c:1210 __nf_conntrack_confirm+0xa4/0x2b0 [nf_conntrack] Dec 26 16:58:41 Tower kernel: Modules linked in: af_packet bluetooth ecdh_generic ecc nvidia_uvm(PO) xt_connmark xt_mark xt_comment iptable_raw wireguard curve25519_x86_64 libcurve25519_generic libchacha20poly1305 chacha_x86_64 poly1305_x86_64 ip6_udp_tunnel udp_tunnel libchacha veth xt_CHECKSUM ipt_REJECT nf_reject_ipv4 ip6table_mangle ip6table_nat iptable_mangle vhost_net tun vhost vhost_iotlb xt_nat xt_tcpudp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_addrtype br_netfilter xfs md_mod zfs(PO) zunicode(PO) zzstd(O) zlua(O) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) spl(O) tcp_diag inet_diag nct6775 nct6775_core hwmon_vid ip6table_filter ip6_tables iptable_filter ip_tables x_tables macvtap macvlan tap bridge 8021q garp mrp stp llc mlx4_en mlx4_core igb i2c_algo_bit nvidia_drm(PO) nvidia_modeset(PO) edac_mce_amd edac_core intel_rapl_msr intel_rapl_common iosf_mbi kvm_amd nvidia(PO) kvm video drm_kms_helper Dec 26 16:58:41 Tower kernel: crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel sha512_ssse3 aesni_intel crypto_simd cryptd wmi_bmof mxm_wmi drm mpt3sas rapl backlight k10temp i2c_piix4 nvme syscopyarea raid_class sysfillrect ccp input_leds scsi_transport_sas ahci i2c_core sysimgblt joydev led_class fb_sys_fops nvme_core libahci wmi button acpi_cpufreq unix [last unloaded: mlx4_core] Dec 26 16:58:41 Tower kernel: CPU: 7 PID: 6258 Comm: kworker/u64:7 Tainted: P O 6.1.49-Unraid #1 Dec 26 16:58:41 Tower kernel: Hardware name: Micro-Star International Co., Ltd. MS-7B78/X470 GAMING PRO CARBON (MS-7B78), BIOS 2.E0 06/10/2020 Dec 26 16:58:41 Tower kernel: Workqueue: events_unbound macvlan_process_broadcast [macvlan] Dec 26 16:58:41 Tower kernel: RIP: 0010:__nf_conntrack_confirm+0xa4/0x2b0 [nf_conntrack] Dec 26 16:58:41 Tower kernel: Code: 44 24 10 e8 e2 e1 ff ff 8b 7c 24 04 89 ea 89 c6 89 04 24 e8 7e e6 ff ff 84 c0 75 a2 48 89 df e8 9b e2 ff ff 85 c0 89 c5 74 18 <0f> 0b 8b 34 24 8b 7c 24 04 e8 18 dd ff ff e8 93 e3 ff ff e9 72 01 Dec 26 16:58:41 Tower kernel: RSP: 0018:ffffc900003b0d98 EFLAGS: 00010202 Dec 26 16:58:41 Tower kernel: RAX: 0000000000000001 RBX: ffff8881e2698900 RCX: 5703bb9def20d4f0 Dec 26 16:58:41 Tower kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8881e2698900 Dec 26 16:58:41 Tower kernel: RBP: 0000000000000001 R08: 5da7c85202080faa R09: d0edd303cd3e3a8a Dec 26 16:58:41 Tower kernel: R10: ca240b8a0ce8c507 R11: ffffc900003b0d60 R12: ffffffff82a11d00 Dec 26 16:58:41 Tower kernel: R13: 000000000000ba78 R14: ffff88953c5e8800 R15: 0000000000000000 Dec 26 16:58:41 Tower kernel: FS: 0000000000000000(0000) GS:ffff889f9e9c0000(0000) knlGS:0000000000000000 Dec 26 16:58:41 Tower kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 Dec 26 16:58:41 Tower kernel: CR2: 000014ad5540b020 CR3: 0000000108a1c000 CR4: 0000000000350ee0 Dec 26 16:58:41 Tower kernel: Call Trace: Dec 26 16:58:41 Tower kernel: <IRQ> Dec 26 16:58:41 Tower kernel: ? __warn+0xab/0x122 Dec 26 16:58:41 Tower kernel: ? report_bug+0x109/0x17e Dec 26 16:58:41 Tower kernel: ? __nf_conntrack_confirm+0xa4/0x2b0 [nf_conntrack] Dec 26 16:58:41 Tower kernel: ? handle_bug+0x41/0x6f Dec 26 16:58:41 Tower kernel: ? exc_invalid_op+0x13/0x60 Dec 26 16:58:41 Tower kernel: ? asm_exc_invalid_op+0x16/0x20 Dec 26 16:58:41 Tower kernel: ? __nf_conntrack_confirm+0xa4/0x2b0 [nf_conntrack] Dec 26 16:58:41 Tower kernel: ? __nf_conntrack_confirm+0x9e/0x2b0 [nf_conntrack] Dec 26 16:58:41 Tower kernel: ? nf_nat_inet_fn+0xc0/0x1a8 [nf_nat] Dec 26 16:58:41 Tower kernel: nf_conntrack_confirm+0x25/0x54 [nf_conntrack] Dec 26 16:58:41 Tower kernel: nf_hook_slow+0x3d/0x96 Dec 26 16:58:41 Tower kernel: ? ip_protocol_deliver_rcu+0x164/0x164 Dec 26 16:58:41 Tower kernel: NF_HOOK.constprop.0+0x79/0xd9 Dec 26 16:58:41 Tower kernel: ? ip_protocol_deliver_rcu+0x164/0x164 Dec 26 16:58:41 Tower kernel: __netif_receive_skb_one_core+0x77/0x9c Dec 26 16:58:41 Tower kernel: process_backlog+0x8c/0x116 Dec 26 16:58:41 Tower kernel: __napi_poll.constprop.0+0x2b/0x124 Dec 26 16:58:41 Tower kernel: net_rx_action+0x159/0x24f Dec 26 16:58:41 Tower kernel: __do_softirq+0x129/0x288 Dec 26 16:58:41 Tower kernel: do_softirq+0x7f/0xab Dec 26 16:58:41 Tower kernel: </IRQ> Dec 26 16:58:41 Tower kernel: <TASK> Dec 26 16:58:41 Tower kernel: __local_bh_enable_ip+0x4c/0x6b Dec 26 16:58:41 Tower kernel: netif_rx+0x52/0x5a Dec 26 16:58:41 Tower kernel: macvlan_broadcast+0x10a/0x150 [macvlan] Dec 26 16:58:41 Tower kernel: ? _raw_spin_unlock+0x14/0x29 Dec 26 16:58:41 Tower kernel: macvlan_process_broadcast+0xbc/0x12f [macvlan] Dec 26 16:58:41 Tower kernel: process_one_work+0x1ab/0x295 Dec 26 16:58:41 Tower kernel: worker_thread+0x18b/0x244 Dec 26 16:58:41 Tower kernel: ? rescuer_thread+0x281/0x281 Dec 26 16:58:41 Tower kernel: kthread+0xe7/0xef Dec 26 16:58:41 Tower kernel: ? kthread_complete_and_exit+0x1b/0x1b Dec 26 16:58:41 Tower kernel: ret_from_fork+0x22/0x30 Dec 26 16:58:41 Tower kernel: </TASK> Dec 26 16:58:41 Tower kernel: ---[ end trace 0000000000000000 ]--- In case this pictures helps this was displayed on the screen when I got to it.(when there was a hard crash, not related to the previous text dump) tower-diagnostics-20231226-1702.zip
-
Call trace and xfs_repair
Seems to have fixed it, thanks! Any thoughts on the Call traces?
-
Call trace and xfs_repair
Chasing 2 things here. Server started locking up once a day after I added a new vlan on the NIC and adding that VLAN to docker. (unsure if that is the cause, but that's the major last thing I've done). All I can capture is this on the screen. Server is locked up hard and can't be interacted with. Any thoughts what causing this issue? macvlan? Second thing is after a couple hard reboots drive6 started reading "unmountable: unsoported or no file system". Following the instructions here I mounted in maintenance: https://docs.unraid.net/unraid-os/manual/storage-management/#drive-shows-as-unmountable root@Tower:/mnt# xfs_repair -n -L -v /dev/md6p1 Phase 1 - find and verify superblock... - block cache size set to 6118448 entries Phase 2 - using internal log - zero log... zero_log: head block 3003760 tail block 3002304 ALERT: The filesystem has valuable metadata changes in a log which is being ignored because the -n option was used. Expect spurious inconsistencies which may be resolved by first mounting the filesystem to replay the log. - scan filesystem freespace and inode maps... sb_fdblocks 98313526, counted 111938173 - found root inode chunk Phase 3 - for each AG... - scan (but don't clear) agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 inode 11297473053 - bad extent starting block number 4503567551246457, offset 0 correcting nextents for inode 11297473053 bad data fork in inode 11297473053 would have cleared inode 11297473053 - agno = 6 - agno = 7 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 0 - agno = 6 - agno = 1 - agno = 2 - agno = 4 - agno = 5 - agno = 7 - agno = 3 entry "00141-capture.jpg" at block 1 offset 608 in directory inode 11297472846 references free inode 11297473053 would clear inode number in entry at offset 608... inode 11297473053 - bad extent starting block number 4503567551246457, offset 0 correcting nextents for inode 11297473053 bad data fork in inode 11297473053 would have cleared inode 11297473053 No modify flag set, skipping phase 5 Phase 6 - check inode connectivity... - traversing filesystem ... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - agno = 4 - agno = 5 entry "00141-capture.jpg" in directory inode 11297472846 points to free inode 11297473053, would junk entry bad hash table for directory inode 11297472846 (no data entry): would rebuild would rebuild directory inode 11297472846 - agno = 6 - agno = 7 - traversal finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify link counts... No modify flag set, skipping filesystem flush and exiting. XFS_REPAIR Summary Mon Dec 25 23:12:52 2023 Phase Start End Duration Phase 1: 12/25 23:10:44 12/25 23:10:44 Phase 2: 12/25 23:10:44 12/25 23:10:45 1 second Phase 3: 12/25 23:10:45 12/25 23:11:53 1 minute, 8 seconds Phase 4: 12/25 23:11:53 12/25 23:11:54 1 second Phase 5: Skipped Phase 6: 12/25 23:11:54 12/25 23:12:52 58 seconds Phase 7: 12/25 23:12:52 12/25 23:12:52 Total run time: 2 minutes, 8 seconds [Click and drag to move] root@Tower:/mnt# xfs_repair -v /dev/md6p1 Phase 1 - find and verify superblock... - block cache size set to 6118448 entries Phase 2 - using internal log - zero log... zero_log: head block 3003760 tail block 3002304 ERROR: The filesystem has valuable metadata changes in a log which needs to be replayed. Mount the filesystem to replay the log, and unmount it before re-running xfs_repair. If you are unable to mount the filesystem, then use the -L option to destroy the log and attempt a repair. Note that destroying the log may cause corruption -- please attempt a mount of the filesystem before doing this. Basically do I want to run it with the -L now or not ? tower-diagnostics-20231225-2303.zip
-
Added 2 drives to array but can't Format them
So I rebooted multiple times and tried again. Tried in Firefox, opera and edge all from the same machine and everytime I did, same behaviour. I could see my click being registered in the browser (in developer tools), but no response would come from server. I then tried from a different machine, Firefox on Linux and worked exactly as intended. Having trouble explaining that one... Nothing assigned as disk 1, I guess when I built the array I started from disk 2. One quirk I did find during this process, I thought the issue was I can't add 2 disks at once, so I removed 1 of the new disks from the array. When I clicked format(and finally worked when attempting from the new machine) it formated both the new disk in the array and the new disk NOT in the array, even though it wasnt part of the array After then adding the second new disk to the array, unraid is now "rebuilding data" onto the 2nd new disk. Seems like a bug to me.
-
Added 2 drives to array but can't Format them
That was the first thing I did, it's attached (at the top of the post)
-
Added 2 drives to array but can't Format them
tower-diagnostics-20231021-1529.zip I bought 2 new Seage SMR 8 TB drives and LSI 9207-8i (in IT mode). I connected the 2 new drives to the controller. No issues with that ptocess. I ran a preclear on them ( the 3 part one. Read, write then read). After the write stage, I confirmed that the correct headers were written to the drives. (the pre-clear header was confirmed written in the logs). However I got tired of waiting for the final read pass, so I cancelled it. I then disabled the array, added both drives as Disk 7 and 8, and started array. Both drives showed up as Umountable. I check "Format will create a file system in all Unmountable disks.", and click Format. and nothing happens. I have tried removing one of the disks in order to only have 1 added to the array at a time, but clicking the "Format" button doesn't do anything. So I"m noticing that the raw read error rate on the 2 new drives is huge, and growing... Is that a possible issue ? If so, it's less likely the the LSI 9207 but maybe the cables I bought ?