Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unraid Feature Request Wishlist

Unraid Feature Wish List 3120 members have voted

  1. 1. What is on your Unraid wish list?

    • 1. Multiple Array Pools
      14%
      1070
    • 2. SSD Array option with Trim support
      13%
      978
    • 3. Native ZFS
      13%
      987
    • 4. Native ISCSI
      4%
      354
    • 5. Snapshots
      16%
      1213
    • 6. HA (High Availability)
      5%
      395
    • 7. Server to Server native backup/sync
      13%
      954
    • 8. VM Enhancements
      17%
      1256

Please sign in or register to vote in this poll.

Featured Replies

28 minutes ago, RealActorRob said:

Writing incoming data to all drives at once for throughput then it collects the pieces and reassembles them on to the high water drive as it does now when the array is more idle. 

This is pretty much the function of cache. SSD as cache will give as much throughput as your NIC can support.

  • Replies 381
  • Views 132.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I've been doing this for a long time now via command line with my important VM's.   First, my VM vdisk's are in the domains share, where I have created the individual VM directory as a btrfs

  • To clarify my answers, I took "Multiple Array Pools" as literally multiple array pools.  You might want to add in multiple cache pools as another option.  For my usage, I'd like multiple arrays, not m

  • I'm a tad confused, why do we need to join their poll if we can vote here? Though I'd like to point out, if this is being considered a serious poll being taken on board by the unraid team, I'd mu

Posted Images

18 hours ago, trurl said:

This is pretty much the function of cache. SSD as cache will give as much throughput as your NIC can support.

Truth, but then you have to buy that drive, it counts against your license limit, takes up a port, etc. Plus a small amount of power usage...yes, very small. 

1) even if an algorithm could be found that might implement this it would almost certainly be much slower than normal writes to the array since as parity is updated in real time you would end up with the parity drive having to continually move the disk heads between tracks.

also sounds disturbingly like a software RAID4 type implementation.  SSD cache drive is far faster, cheaper, already implemented, and reliable.

ZFS PLS

a request that would make sense is getting a built in backup solution. I've been trying different ones and the best so far is duplicacy that you have to pay, then you have rclone that works but from command line only. Would be nice to go to settings, set what you want to backup and where s3,onedrive,b2, etc. 

I wish to have wake up and sleep on shedule...

On 11/2/2020 at 5:12 PM, ChrisV said:

I wish to have wake up and sleep on shedule...

You know there is a Plugin for that, right?

s3_sleep version: 3.0.7

I wish for the DockerUI to become possible to manage dockers outside the unRaid environment (much like Portainer, but more rudimentary).

 

I have some other devices in my network, which also run dockers.

I found a solution with Portainer. Running as Docker in unRaid I can manage any docker anywhere.

Although it works perfect, it seems to me a bit over the top, since Portainer offers so much more functionality than necessary in my use case.

And with unRaid having this super easy and comfortable UI for docker management, you come to the point where you think:

can't there be just one UI to rule them all?

I believe unRaid has the potential to become THE server OS on the market. This feature would definitely be a step into this direction.

8 hours ago, McFex said:

You know there is a Plugin for that, right?

s3_sleep version: 3.0.7

how could i miss that?! Thank you, McFex!

Hi All... well i'm kind of new in UNRAID about 2 years but i would like ZFS and ISCSI would be 2 big improvement i guess and Snapshots and easyer capabilities for acces to the share in the array from a VM to use.. don't know if i sound clear on this one lol...

 

So there is it...

 

1. ISCSI

2. ZFS

3. Snapshots

 

For these i know from FreeNAS now TrueNAS and Snapshots because UNRAID people are not adding a third Parity drive :( but who am i to ask 2 Parity four 22+ Disk, it's not a very good ration. But Multiple Array Pool would help alote to.

 

Proper docker-compose support in the GUI, possibly even with service grouping!

I deploy my services with docker wherever possible and setting up software that consist of multiple services, such as frontend, backend and database, and already provides an official docker-compose.yaml is a nightmare and super annoying. I do not understand, why unraid doesn't support this industry standard already.

30 minutes ago, serverlol said:

Proper docker-compose support in the GUI, possibly even with service grouping!

I deploy my services with docker wherever possible and setting up software that consist of multiple services, such as frontend, backend and database, and already provides an official docker-compose.yaml is a nightmare and super annoying. I do not understand, why unraid doesn't support this industry standard already.

That's because when the Docker Plugin was developed (2014) there was no Docker Compose available. In the very beginning I opted for a XML format due to better support from PHP than YAML. Update it now will lead to many problems and a massive rewrite on the code and how things works nowadays. Maybe a dependency check could suffice, but even this won't be trivial to implement.

On 11/6/2020 at 12:28 PM, gfjardim said:

That's because when the Docker Plugin was developed (2014) there was no Docker Compose available. In the very beginning I opted for a XML format due to better support from PHP than YAML. Update it now will lead to many problems and a massive rewrite on the code and how things works nowadays. Maybe a dependency check could suffice, but even this won't be trivial to implement.

Running Docker is a core element of my unraid use-case and my opinion it's time to rewrite this part, besides it beeing non trivial.

Updating code might always lead to problems, but not touching the code, that is partially 6 years old, will increase the technical dept.

  • 2 weeks later...

Hi there!

 

Is there any feedback from limetech on "Multiple Array Pools"? Do they intend to implement this feature?

1 hour ago, SignorRossi said:

Hi there!

 

Is there any feedback from limetech on "Multiple Array Pools"? Do they intend to implement this feature?

I think they have said it is a potential roadmap item, but no sign of it in the current 6.9.0 beta releases.   The 6.9.0 release DOES support multiple cache pools.

1. Built in WiFi option would be nice.

So you could setup a wireless NIC and use that instead of a WiFi -> Ethernet converter.

 

2. More statistics such as how much CPU utilisation a docker container/VM is using. Similar to Windows Task Manager.

On 11/6/2020 at 6:28 AM, gfjardim said:

That's because when the Docker Plugin was developed (2014) there was no Docker Compose available. In the very beginning I opted for a XML format due to better support from PHP than YAML. Update it now will lead to many problems and a massive rewrite on the code and how things works nowadays. Maybe a dependency check could suffice, but even this won't be trivial to implement.

breaking legacy stuff can be a total nut buster. 

this is why certain things in Windows still date back to the MS-DOS days. :D

another example is VyOS (formerly Vyatta), where I'm still stuck on 1.0.4 hydrogen) as anything newer requires me to completely re-do the config by hand; they changed the format of the config file and there's no converter!  Oh and I have no idea if I can cobble nginx into the new version(s) like I have in hydrogen.  one of these days I'll sit down and do it though  I suspect, but it'll be a painful switch.

VM Enhancements

 

Think in BIG (IRON) if possible... we need, and appreciate to upgrade own QEMU/KVM engine to latest version, include new "qemu-system-s390x" that can delivery -machine s390-ccw-virtio -cpu max,zpci=on,msa5-base=off 

 

Actually with:

qemu-system-s390x -machine s390-ccw-virtio -cpu max,zpci=on,msa5-base=off -serial telnet::4441,server -display none -m 1024 --cdrom ubuntu-18.04.4-server-s390x.iso -kernel kernel.ubuntu -initrd initrd.ubuntu -drive file=ubuntu-run.raw,format=raw

 

We keep an error "qemu-system-x86_64: -machine s390-ccw-virtio: unsupported machine type"

 

THX

 

zos1-10.png?w=968

Edited by utentep2p
refuse

This is a very interesting poll and I commend the people responsible.

 

I do however question why `SSD Array option with Trim support` is on this poll though.

 

The other items in the poll are feature enhancements, nice to haves or power user edge cases..... but supporting SSDs in 2020 should be a basic capability for a NAS not something we poll to see if its optionally wanted.

I would like to see a backup software feature.

Example: Plug in a portable usb drive that the backup software marks as the backup device and does not add it to the array. Then you can schedule your backups and have a backup of your server. Mine is only 4TB total with 2TB of data. Could be modified for others with bigger systems.

18 minutes ago, Tubey said:

I would like to see a backup software feature.

Example: Plug in a portable usb drive that the backup software marks as the backup device and does not add it to the array. Then you can schedule your backups and have a backup of your server. Mine is only 4TB total with 2TB of data. Could be modified for others with bigger systems.

You can basically already do this with the Unassigned Devices plugin and the included backup script. 

 

You plug in a USB external drive and it starts backing up the shares or disks you have specified.  You have to customize the script to your backup needs but that is easy to do.

 

I have four shares designated to be backed up to a 14TB external drive.  The first time it copies everything in the shares.  Subsequent backups copy just new or modified files.

Edited by Hoopster

3 minutes ago, Hoopster said:

You can basically already do this with the Unassigned Devices plugin and the included backup script. 

 

You plug in a USB external drive and it starts backing up the shares or disk you have specified.  You have to customize the script to your back needs but that is easy to do.

 

I have four shares designated to be backed up to a 14TB external drive.  The first time it copies everything in the shares.  Subsequnet backups copy just new or modified files.

I didn't realize that the plug-in included a backup script.  Every now and then you read these threads and pick up a good tip.  Thanks.

 

3 minutes ago, Ellis34771 said:

I didn't realize that the plug-in included a backup script.  Every now and then you read these threads and pick up a good tip.  Thanks.

 

The sample script backs up a "pictures" share but you can modify it any way you want.  The script is in the first post of the plugin thread.

 

  • 2 weeks later...

Backup up option vote here, for the entire server.  I've used Unraid for about 8 years now (pre v.5) and am on my 5th iteration of hardware.  Now that I have so many older drives and builds, I've been wanting to put together a 2nd unraid for full backups that i can keep offline except for the backups run.  I know there are solutions out there but honestly, not being a linux guy they kicked my butt.  In fact, trying to implement the SSH keys (to backup offsite) broke my old vpn solution.  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.