craptec

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by craptec

  1. Absolutely. That is the way we are doing it currently. However it would be a lot more convenient to have a solution doing this automatically as we have users that are not very familiar with ssh and manually setting paths to vdisks and thus creating broken VMs.
  2. I would add the option to clone VMs easily as I am using VMs as a test environment. I have a master VM that servers as a template. Clones are created for one test only and desposed afterwards. Currently I am using the BTRFS functionality to clone the discs and then set up a "new" VM using the cloned discs instead of newly created ones. Would be very nice to have this as some kind of dialog to autmatically clone a VM (see VirtualBoxes approch of a linked clone - works like a charm for me). Cheers Max
  3. Well I am afraid I have to contradict. We are using unRaid's hypervisor funtions to run multiple VMs as testrigs. Unfortunately some software we are using requires hardware licenses (usb dongles , WIBU CodeMeter-Stick). Obviously we are not able to purchase alternatives. The only option left for us is using the address to assign these dongles individually which comes with the flaws mentioned before. However each dongle offers an individual identification in the form of WIBU_-_CodeMeter-Stick_00000******* (the stars represent individual numbers for each dongle). This name shows in the Main-Tab only. In the properties of each VM one can only see "WIBU-Systems AG CmStick (MSD, article no. 1001-xx-xxx) (064f:03e9)" for each dongle. I have seen that this topic originates in 2015. We are running unRaid 6.7.0 and still have this issue. Is there anything in the roadmap that will address this issue in any way? Cheers Max
  4. +1 (yes please!) We are currently testing unRAID as a testrig for our projects. We have been using virtual machines with VMware Player or virtualbox. Cloning virtual machines from a fully set up base VM to one-time-use machines has been very helpful to keep VMs nice and clean. As our tests sometimes rely on additinal hardware (special PCI based interface cards), the VMs were not able to do the trick because we could not use those cards and had to go back to bare metal which has the downside of beeing everybodies testrig. unRAID helps us having the best of both worlds but we are missing a very easy to use method of cloning machines (not everybody here feels very comfotable with CLI). It would be great to have an additional entry in the context menu to create a clone of a VM (using cp --reflink for the disks and taking care of renaming whats necessary, maybe opening a dialog for customizing of necessary stuff like cpu assignment or device assingnment) Cheers Max