6

I have two Synology boxes (DiskStation DS1817+) that are running in Synology HA mode filled with WD Black 4TB drives in RAID10. They are connected to my cluster over iSCSI providing mainly backup storage, file share (in a separate File Server VM) and hosting a couple of DEV virtual machines and test labs.

The problem is that these boxes run in an Active-Passive mode which is not completely great since I get the performance of a single box only (which is already not sufficient on current stage) and failover takes too much time (around 2 minutes) which cause the services running there to die. Is there any way to switch them to active-active so both boxes are used to speed things up?

Another way I am considering is converting them to RAID0 but it’s obviously a bit scary. Furthermore, I am not sure that 4x1GbE networks will not bottleneck the RAID0 performance in this case. Any suggestions are highly appreciated.

Mind Parallax
  • 537
  • 1
  • 3
  • 10
  • 4
    Move file share and VMs to cluster storage and use Synology for the backups only. 4TB drives are extremely slow even in RAID 10. – Mr. Raspberry Jul 18 '17 at 17:07

3 Answers3

6

Decouple your Synology HA setup, RMA one of these units with "Your HA does not work!", and get VMware or similar vSAN to enjoy local disk performance, and reliability. Whatever you'll do you won't squeeze any reasonable IOPS, and transparent failover time out of your current setup.

P.S. You might try to use IBM SVC (now IBM Spectrum Virtualize) or already referenced StarWind to fix broken HA but that's an overkill IMHO.

https://www-03.ibm.com/systems/storage/software/virtualization/svc/

BaronSamedi1958
  • 12,510
  • 1
  • 20
  • 46
5

Unfortunately, Synology HA feature does not support active-active mode. If you want to speed things up you might do RAID0 but it’s quite dangerous and will completely load your networks (especially on sequential workloads) while processing backups and large files on a file share. There is an option to use some 3rd party software that will treat your Synology boxes like regular SAN or NAS and do the active-active mechanics on top. In order to do this, you will need at least two servers (but since you’ve mentioned a cluster, I assume you have those). Another good thing about this approach is that failover time will be significantly reduced either.

Here is a great example based on similar DiskStation you have that might give you all the answers you need https://www.starwindsoftware.com/blog/synology-diskstation-ds916-turbocharged-with-starwind-virtual-san

Hope this helps.

batistuta09
  • 8,723
  • 9
  • 21
1

Synology supports only Active - Passive scenarios unfortunately. But lets be honest it has very attractive pricing and is a SBS product so I don't think is on their plans in the future to support a different scenario.

Something to keep in mind is that the disks on passive unit (if they are different from the active unit) can affect the performance of the heartbeat meaning slower performance for the whole cluster. Here you will find more info about the limitations: Synology HA limittions

Alexios Pappas
  • 505
  • 3
  • 9
  • 2
    What they won't tell you their HA is practically useless: VMware VMs simply BSOD on failover so you'll have better uptime (...and performance!!!) by just running them from SRM or Veeam replica. – BaronSamedi1958 Jul 20 '17 at 10:22
  • I would not all it useless. They are unfit for your use case - but then even trying to use them for this is fitting a square item through a round hole. As in: your use case is not what they are intended for and sold for. – TomTom Jul 20 '17 at 10:34