ZikPhil

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

551 profile views

ZikPhil's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, I am trying to add my custom Nexus private docker registry to the `insecure-registry` settings in the deamon.json config file for docker as mentionned here: https://docs.docker.com/registry/insecure/ But I cannot find that file or any other config that would allow me to do that. Anybody has been able to successfully do it? Thanks, Phil
  2. Hey guys, sorry it took several days to transfer the files, re-format to xfs, put them back on and wait for parity to rebuild from scratch. After that was done successfully, I re-added the second Cache SSD and it worked!! :) Thank you all for your help.
  3. I will try that today, out of curiosity. Is it better to have everything as xfs? It seems to automatically go in btrfs
  4. If you want to provide a public ssh key, I can open up the machine for you to connect into.
  5. I performed several reboots since then without much luck. root@Jarvis:~# btrfs fi show afb81ffe-a859-49e9-b7ec-9bf15c6a167b ERROR: cannot scan /dev/sdh1: Input/output error Label: none uuid: afb81ffe-a859-49e9-b7ec-9bf15c6a167b Total devices 1 FS bytes used 8.97GiB devid 1 size 931.51GiB used 10.02GiB path /dev/sdi1
  6. Here is the video of the attempt and the diagnostic after. jarvis-diagnostics-20181127-1551.zip
  7. The second output is when 1 Cache Drive working properly in the raid setup. The first output is when I increased the cache size to 2 and selected my drive from the dropdown.
  8. While I have the error after adding the second cache disk, output is: root@Jarvis:~# blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/sde1: LABEL="UNRAID" UUID="2732-64F5" TYPE="vfat" /dev/sdg1: UUID="bf1ca78d-9a19-4d48-b3ab-731806e233d4" TYPE="xfs" PARTUUID="154c21ed-e4bd-4297-8e6d-065a26636261" /dev/sdh1: LABEL="S.mkv^A" UUID="6b5fbbd4-fe06-9662-8eaf-e300881c9207" UUID_SUB="83ed1ac9-12e7-7ce8-987b-f5a9b78b49c7" TYPE="btrfs" PARTUUID="755c9b6e-6660-4f7b-af95-b44ef66ba1fe" /dev/sdf1: UUID="9ca7cf49-1e4c-497e-abbf-3a0fb588b15c" TYPE="xfs" /dev/sdk1: UUID="304393bd-fdc8-4668-8e61-ea879640a9f3" UUID_SUB="e28169e7-41d7-49ad-a84c-db9e85bb39e9" TYPE="btrfs" PARTUUID="65b9c9f1-81d2-4a7d-a226-9b06566c4c49" /dev/sdi1: UUID="9802de40-7e6d-4357-ba36-4bcdafbf403a" UUID_SUB="f2583305-7f1a-4a3d-a2bb-fa600f4adaaa" TYPE="btrfs" /dev/md1: UUID="304393bd-fdc8-4668-8e61-ea879640a9f3" UUID_SUB="e28169e7-41d7-49ad-a84c-db9e85bb39e9" TYPE="btrfs" /dev/md2: UUID="bf1ca78d-9a19-4d48-b3ab-731806e233d4" TYPE="xfs" /dev/md3: UUID="9ca7cf49-1e4c-497e-abbf-3a0fb588b15c" TYPE="xfs" /dev/loop2: UUID="0d61dede-a6a7-43c8-a22a-49ce84900402" UUID_SUB="e5a994d2-87e6-4bfb-8aa8-573767621f8c" TYPE="btrfs" /dev/loop3: UUID="7d9130fa-4957-4aa7-aa3b-28f0535a9750" UUID_SUB="d4825bd9-7e1f-467c-8a4e-451e8c2aa9ad" TYPE="btrfs" With only 1 cache disk (sdi): root@Jarvis:~# blkid /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/sde1: LABEL="UNRAID" UUID="2732-64F5" TYPE="vfat" /dev/sdg1: UUID="bf1ca78d-9a19-4d48-b3ab-731806e233d4" TYPE="xfs" PARTUUID="154c21ed-e4bd-4297-8e6d-065a26636261" /dev/sdh1: LABEL="S.mkv^A" UUID="6b5fbbd4-fe06-9662-8eaf-e300881c9207" UUID_SUB="83ed1ac9-12e7-7ce8-987b-f5a9b78b49c7" TYPE="btrfs" PARTUUID="755c9b6e-6660-4f7b-af95-b44ef66ba1fe" /dev/sdf1: UUID="9ca7cf49-1e4c-497e-abbf-3a0fb588b15c" TYPE="xfs" /dev/sdk1: UUID="304393bd-fdc8-4668-8e61-ea879640a9f3" UUID_SUB="e28169e7-41d7-49ad-a84c-db9e85bb39e9" TYPE="btrfs" PARTUUID="65b9c9f1-81d2-4a7d-a226-9b06566c4c49" /dev/sdi1: UUID="9802de40-7e6d-4357-ba36-4bcdafbf403a" UUID_SUB="f2583305-7f1a-4a3d-a2bb-fa600f4adaaa" TYPE="btrfs" /dev/md1: UUID="304393bd-fdc8-4668-8e61-ea879640a9f3" UUID_SUB="e28169e7-41d7-49ad-a84c-db9e85bb39e9" TYPE="btrfs" /dev/md2: UUID="bf1ca78d-9a19-4d48-b3ab-731806e233d4" TYPE="xfs" /dev/md3: UUID="9ca7cf49-1e4c-497e-abbf-3a0fb588b15c" TYPE="xfs" /dev/loop2: UUID="0d61dede-a6a7-43c8-a22a-49ce84900402" UUID_SUB="e5a994d2-87e6-4bfb-8aa8-573767621f8c" TYPE="btrfs" /dev/loop3: UUID="7d9130fa-4957-4aa7-aa3b-28f0535a9750" UUID_SUB="d4825bd9-7e1f-467c-8a4e-451e8c2aa9ad" TYPE="btrfs"
  9. Thank you. That resolved the issue with 1 cache drive. But as soon as I attached the other drive, it goes back to the 'No File System' issue.
  10. Hey guys, I purchased 2x 1To SSD for a cache pool 2 days ago. I removed my existing single 500GB SSD and moved it to the array. Moved my files over to the new cache pool, everything worked great for 2 days. This morning after rebooting my server I get a message that both my cache drive are unmountable. I followed all the steps in the FAQ, still doesn't work. If I ask the UnRAID GUI to format my drives, it goes into "Formatting..." and then comes back with the same error. The funny thing is that if I go in command line and manually mount my drive, it works. It just seems like UnRAID is unable to do it. I wished I had realized that before wiping both my disks but whatever. I am not sure what do you next. Things I have tried: - New Config - Format using command line - btrfsck root@Jarvis:/mnt# sudo btrfsck --repair /dev/sdi1 enabling repair mode Checking filesystem on /dev/sdi1 UUID: 70f15614-5284-4602-a83a-5e643e39406d Fixed 0 roots. checking extents No device size related problem found checking free space cache checking fs roots checking only csum items (without verifying data) checking root refs found 131072 bytes used, no error found total csum bytes: 0 total tree bytes: 131072 total fs tree bytes: 32768 total extent tree bytes: 16384 btree space waste bytes: 125220 file data blocks allocated: 0 root@Jarvis:/mnt# btrfs check --repair /dev/sdi1 enabling repair mode Checking filesystem on /dev/sdi1 UUID: 70f15614-5284-4602-a83a-5e643e39406d Fixed 0 roots. checking extents No device size related problem found checking free space cache checking fs roots checking only csum items (without verifying data) checking root refs found 131072 bytes used, no error found total csum bytes: 0 total tree bytes: 131072 total fs tree bytes: 32768 total extent tree bytes: 16384 btree space waste bytes: 125220 file data blocks allocated: 0 referenced 0 jarvis-diagnostics-20181127-1142.zip