Jojomatik

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Jojomatik

  1. Hi, I'm running a ubuntu VM on my unraid machine in which I ran my minecraft server (papermc). It is underperforming very badly (To a point where the folks in the papermc help chat just laughed at me ; only 2 to 4 players and very hard lags) even though one thread is fully used on the CPU (Ryzen 1600). It is running on 8GBs of ram. This should all not be an issue from what I've read online. Running the same settings locally on my Ryzen 3600 Win 10 is not an issue at all (3% CPU usage). Running sysbench --test=cpu --num-threads=1 run I get an result of around 1500 which seems to be right. So the VM does not seem to hurt performance too much. Is there anything obvious I could miss while creating the VM, that should be really obvoius? Edit: I've now tested running the server in a mineos docker, which works completely fine as expected. Further testing of the JVM in ubuntu using a self coded single core prime-computation-benchmark in java revealed about 20% lower performance compared to my newer Ryzen 3600, which is ruffly what I would expect including the VM overhead. So the issue is propably somewhere in the combination of paper/minecraft server and the virtualization.
  2. I'm not entirely sure if it works out like I want it to. But since I'd like to have fast storage for my VMs and maybe accessing large files over the 10G network my HDDs are (or might be in the future) not sufficiently fast. The caching functionality in Unraid is write only afaik. By moving data to some part (maybe a partition) of the SSD I could in theory use the write cache and at least get close to something one could call "manual read caching". From what I've read this is not a problem with 2 SSDs. One for the conventional caching and one as fast storage as an unassigned drive. I'm not sure why it shouldn't work on one SSD but neither am I sure on how to set it up.
  3. So, do i need to move data to the HDD beforehand and back to the SSD afterwards or can I just assign it as a cache drive and keep the data on it?
  4. Up until two days ago I was running unraid on one SSD only, as I didn't yet buy HDD's. Now I installed the two 4TB HDD's and assigned them to the array / as parity disk. I would like to use my SSD as a cache drive and ideally storage for VMs and some larger files I'm working on at the moment. 1. How can I move the SSD out of the array without loosing any data? (currently holds everything from VMs to some basic shares) 2. Can I and if yes, how do I have to configure the SSD to be cache drive and storage for VMs and some files? 3. How should I feel about the protectedness of the data on the SSD? I'm pretty sure its not protected by parity, is there any way I can more or less be safe to not loose any data, such as backing it up daily or weekly to the array? It's possible that I could find answers to questions 2 and 3, but I'm not sure if those would match my exact circumstances. With regard to question 1 I couldn't find any answers (only on drives without data on them). If you argue that 2 and 3 are duplicates, feel free to not answer them (or leave me a link), but I'd really like to see answers to Q 1. Thank you.
  5. Hi, my unraid machine is connected to my gigabit switch, which is connected to the router and most other devices in my home. Now I bought two ASUS XG C100C Network cards to create a 10G connection between my PC and the unraid machine. I've read that it is possible to configure unraid to behave as if it were a switch: Both of these posts conclude on the same config: But if I disable eth0 bonding and enable bridging (add eth1) and leave everything else unchanged, unraid looses network connectivity. Therefore I have to take the thumbdrive and delete network.cfg. What am I doing wrong? Edit: I'm running Unraid 6.8.3. I'm currently also connected to the router from my PC. Is this a problem? (I can't use the 10G direct link currently as its not configured yet)