-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: How to do certain stuff using this virtual-dsm in Unraid #816
Comments
I am not familiar with Unraid, but with the package you have installed it should be possible to use Docker Compose. With Docker Compose you create a file You can create a stack and test whether you understand it first. If you tell me what docker command you are currently running, I can create a docker-compose file for you. May I ask why you want to pass a disk directly if you want to use vdsm on Unraid. You can't configure a raid in vdsm. So it would make more sense to have the disk on the unraid storage. |
Hello @Skyfay . Thanks for your answer. I will try and create a file like you suggested. |
So i see there is a Container already running for virtual-dsm? You cannot run a "normal" container with the same name. There are also a view syntax errors in your docker-compose.yml file. I asume that your vdsm is running and the data is stored in /mnt/disk1/Thynology right? So stop and remove all containers which are currently used for vdsm and create a docker-compose stack with the following details:
Please take sure that the syntax is correct. You can't make additional spaces between the information in the compose file. Be aware that you are using the same IP address for the Nas as the Unraid host. If you then want to make an SMB connection from Windows to the Nas, for example, you would also have to add the SMB port in the docker-compose.yml.
If you already need SMB for Unraid itself, this will not work because the port is already in use. |
I gave up and brought synology and loving it. |
passthrough disk guide is availbe in docs and you can setup static ip from your outer by checking the virtual dsm's mac address to a ip on your router. |
@Zenjairo Is your problem solved now? Because its not very clear to me what the actual problem is currently. |
Is your question not already answered in the FAQ?
Is this a general question and not a technical issue?
Question
Hello @kroese. Firstly, I want to thank you for this amazing container! It's working flawlessly for me in Unraid.
However, I'm not experienced with this and followed your instructions to get this working.
I am trying to add another drive to my NAS, but I can't find a way to do so.
I managed to get my account working by following your instructions in another post and adding certain values like MAC address as a variable to the container.
In the main post you mention for example that we can add certain lines like to the composer:
To create additional disks, modify your compose file like this:
environment:
DISK2_SIZE: "32G"
DISK3_SIZE: "64G"
volumes:
I want to get this and some other functions like passing through a disk and acquiring an IP address from my router.
But I can't seem to figure out how to use the composer.
I downloaded docker composer manager, but I don't know how to use it and I don't want to accidentally ruin something on my server.
Can you tell me how to use the composer the way you mentioned? Or if it's not possible with Unraid, please tell me
Thanks in advance?
The text was updated successfully, but these errors were encountered: