188pilas

Members
  • Posts

    35
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

188pilas's Achievements

Noob

Noob (1/14)

5

Reputation

  1. I just tried with 6.9.0-rc2 and still same error. unable to pass through Mellanox card.
  2. Thanks you are correct!! Let me test out changing the config on one of the 10gb cards.
  3. I updated to beta35 but seems only the mstflint tool is included...or did I miss something?
  4. does the kernel include the mlxconfig tool as well? or just the mstflint to burn firmware?
  5. k cool that makes perfect sense. I installed 0.8.5 and my zfs pools are theere. I also had an issue with ZnapZend not working but it just needed perl-5.32.0-x86_64-1.txz from nerdpack.
  6. are you able to install zfs 0.8.4 with beta30? I ran the build twice and seems that it excludes the zfs install.
  7. I am also having this issue passing the Mellanox card to a VM. Ethernet controller: Mellanox Technologies MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s] (rev b0)
  8. I am going to build one with Unraid 6.8.3 with ZFS 0.8.4...I also have Mellanox Technologies MT26448 ConnectX EN 10GigE and will try to build with Melanox Firmware Tools. Going to backup my pool and boot drive...I do not have a cache drive and I read that the builds are /mnt/cache/appdata/kernel/output-VERSION by default...can we manually change that? or do I need to put a cache drive temporarily?
  9. @ich777 thanks for this helpful tool...have you tried using ZFS ZVOL and attaching that to iSCSI target? I would like to test out the performance compared to an SMB for gaming library.
  10. Just in case...I was able to accomplish this using https://github.com/Red5d/docker-autocompose.
  11. @juan11perez I saw the stacks option in portainer, but it appears to create dockers from an already existing docker-compose file. I would like to do the reverse...create a docker compose file from all my dockers running on unraid with their respective values. Thanks for the suggestion though.
  12. Thanks!!! Let me give this a try.
  13. Hey all - does anyone have any suggestions on auto generating a docker compose file from an existing unraid setup? I have several dockers running with custom port mapping along with volume mapping and would like to have a docker-compose file of that setup. Thanks!!!