segator

Members
  • Posts

    175
  • Joined

  • Last visited

Everything posted by segator

  1. sounds very interesting but not sure if this is what i want. i want to ensure that all the usb's connected to the host are passed through to the running VM that have specific GPU passed through. I of course want to blacklist some devices like the Unraid OS USB drive. If i shutdown the VM and I run another one that have the gpu passed thourgh the script should mount all the usb's to the new VM. is that possible?
  2. wondering if this release fix qemu 5 issue and ryzen "host-passthrough bug"
  3. playing with ZFS RC2 seems working fine, how can i configure persistent L2ARC?
  4. maybe we can wrap hdparm to make it compatible
  5. your patch also fixes the green ball in the UI? BTW, did you guys opened emhttpd binary? there we can see al the commands that are running under the hood. some things I found /usr/sbin/hdparm -S0 /dev/%s &> /dev/null /usr/sbin/hdparm -y /dev/%s &> /dev/null /usr/sbin/smartctl -n standby %s %s -AH /dev/%s I really need this working :D, owner of 2 SAS 4kn disks
  6. HI @trurl thanks for your help, I'm running 6.8.2 on 2 diferents machines, I also testing 6.9-beta25 I tried to run clean installation in a VM to test this and always is happening on all the machines. please try this to check that its not working on default unraid installation. docker run -itd --name busybox01 -h busybox01 busybox docker run -itd --name busybox02 -h busybox02 busybox docker exec -it busybox01 ping -c 2 busybox02 if we use default unraid bridge same.. docker run -itd --network=bridge --name busybox01 -h busybox01 busybox docker run -itd --network=bridge --name busybox02 -h busybox02 busybox docker exec -it busybox01 ping -c 2 busybox02 but if we use created one by us... docker network create -d bridge mybridge01 docker run -itd --network=mybridge01 --name busybox01 -h busybox01 busybox docker run -itd --network=mybridge01 --name busybox02 -h busybox02 busybox docker exec -it busybox01 ping -c 2 busybox02 then it works
  7. it's me or docker dns doesn't work? if I have 2 containers and i want to have access to one of the containers from the other using the docker name, it's not working. neither from the host, is like docker DNS is not enabled... tried in a clean installation and happens.. so is this intended?... any way to enable it? Thanks!
  8. I'm trying to find out documentation about unraid plugin creation, but i can not find too many things. I have clear idea how to create the page and package the plugin but for exemple if I want to deploy a service that boot just after array start?
  9. this defintelly will need a plugin.. it will be so nice a plugin with a UI with all the snapshots stuff and cronjob configurable. also this plugin could enable shadow copy smb feature
  10. Hey I have ryzen 3900x adding this qemu command line, it seems i can not able this "-amd-stibp" say my cpu doesnt have this feature. anyway seems works with host-model, but hyperV doesn't work then I need it to have WSL enabled and windows sandbox.
  11. Im on same version as you and gpu passthrough works (of course with the host-model fix, if not then bsod..)
  12. I modified the script for my needs, set VM nice at -20, nvidia-persistance mode on stop. it will be nice if we have something like this https://passthroughpo.st/simple-per-vm-libvirt-hooks-with-the-vfio-tools-hook-helper/ to unraid so we don't need to modify limetech scripts...
  13. Hi, i just deployed a gaming VM as i wanted to merge my NAS and my desktop computer using unraid. When i doing some ffmpeg video encodings on the host running on docker even with nice set as lowest priority the vm get completely unusable, also tried put VM with highest nice using renice. I don't want to pin cpu as some times i will need the performance on the vm and some times on the host. so for me best solution is to use the nice but seems not working. If i run the ffmpeg on the VM all works fine and i can use the vm fluent even is fully loaded because the ffmpeg. So needs to be something related with cpu resources in linux and the VM. Any idea? Thanks!
  14. the release comes with docker or just a binary. Wireguards runs on the kernel, the docker or my app only send the commands to the kernel. so the performance is native as unraid plugin. - Looks like node addition is unrestricted. to be able to add a node you need the clusterID, but the security of course should be improved. - How trustful is this free service kvdb.io? you are right, maybe we should upload data encripted then problem solved. - How is key management handled between peers? public keys are uploaded to the configuration manager and shared with rest of nodes of the cluster - Is it possible to update/revoke keys? nope - Any control on what nodes can access, a single device or a complete LAN? both are supported Hey @bonienl I don't expect this app as a replacement of what already exists on unraid, what we have now in unraid is what wireguard offers and thats great. What my app does is simplify big node cluster deployment. try to configure 50 nodes peer to peer between them and the half have dynamic public IP that changes 1 time a week. Is not something people in unraid will need, only some nerds like me. I didn't built that even in high security in mind, I only wanted something to simplify the deployment and allow dynamic public IP provided by internet companies. If I have time some day I will add to UPNP and UPD hole punching support so people won't need to open ports on their routers.
  15. I'm not a fan of GUI's I undertand for lot of people can not be interesting, i'm not trying to say that this implementation is better than the current one, is a diferent alternative my app provides: - Automatic configuration on all the nodes of the cluster (new/update/remove nodes) - Support for dynamic IP: it update the endpoint of the node that the public IP changed an the rest of the nodes.
  16. Hey @bonienl you are completly right but first I want to ensure what I wants works then I will try to help admin's to add those modules. What I'm trying to achieve is install kubernetes on unraid, but I have some problems with ipset and some networking modules.
  17. Have a look on the repo https://github.com/segator/wireguard-dynamic there are instructions and explanation, if you have questions after read that let me know
  18. Guys have a look on my app, I published a year ago This app automatically link your nodes, and in case you have dynamic public IP it detects changes too. https://github.com/segator/wireguard-dynamic Now it works fine on unraid
  19. Hello guys someone can give me instructions to build the kernel and package for unraid 6.8? I need to add some modules to kernel Thanks!
  20. Wireguard++ I created a simplified app to create wireguard mesh networks with docker, maybe can be used as application for unraid, but first we need the kernel module! https://github.com/segator/wireguard-dynamic I use wireguard for network overlay for my multisite kubernetes cluster. Now I would like to be able to add baremetal unraid as a worker
  21. It works awesome!!! on my asrock ep2c602, but it seems the fan control don't see one of the FAN's CPU_FAN1_2, but it's weird because in the sensors page I see it and his values.
  22. Hi to everyone, sorry to take this topic abandoned, I decided 1 year ago to don't use anymore unraid(No snapshot support, Switched to glusterFS) and I Forgot to answer replies. Well I see pretty interest in this docker, I don't know the situation of Xpenology right now, it does support latest Synology versions? Now i'm going 2 weeks to japan, when I return I will try to take time to update and simplify the docker image.
  23. Hi guys, I create a first version of Xpenology on a Docker(Running inside a VM) Install Xpenology it's a mess on, so I simplfied the process you only need to execute one docker command and you have your Xpenology instance working on any Host machine (with KVM support) https://github.com/segator/xpenology-docker I Created this docker because I wanted to have power/beauty Synology UI but I wanted Hard drive managment of unraid. So you can access your files using NFS/glusterFS from xpenologyDocker to your unraid Host and get all the awesome features of DSM. I didn't push the final image to the docker hub because I don't know if could be ilegal to push and image with xpenology on it. So you need to build it before, but it's very simple and easy.
  24. Hi guys, I finally create a first version of Xpenology on a Docker https://github.com/segator/xpenology-docker Check it all, I have DSM & hyperbackup with unraid server working
  25. guys I find out something you will like DSM 6.1.3 + ETH Virtio + Hyperbackup working(yes the data is in the unraid host mounting with glusterFS) in the Proxmox thread on xpenology forum someone compiled a version of jun loader with virtio driver works perfectly. And Playing with petaSpace I find out that internally use glusterFS and works also with hyperbackup so I tried to create a glusterFS docker over unraid server and mount it in the xpenology VM and hyperbackup works I thinking to create a docker with the DSM Ready to use image for all of you. I think lot of people could be interested.