VMware – Create VAAI supported iSCSI LUNs on Synology

Today i was working with storage topics. I tried to create iSCSI connections in my vSphere homelab and tried to figure out how to connect or mount iSCSI storage. I had already some iSCSI storage connected to my nested ESXi hosts. But i felt as there is something not correct. And i was right. After some research on the internet i’ve found out that you should take another approach to add iSCSI storage as i did in my previous post. There is a way that your new iSCSI storage on your Synology NAS is fully vSphere and VAAI compatible. Let me show you how you do that.

  1. Before we start to create storage and add it to our ESXi hosts you have to install the VAAI plugin from Synology:
    1. How do I install Synology NFS VAAI Plug-in on an ESXi host?
  2. Reboot your hosts after plugin installation

Now your hosts are ready to get connected to your VAAI supported Synology NAS. Let’s create now the iSCSI LUNs in the next step.

  1. Login to your Synology NAS webinterface (https://synology-ip:5000).

  2. Open Storage Manager and click on iSCSI LUN.

  3. Click on “Create”.

    Click Create

  4. In the “Choose LUN type” screen click the first option “iSCSI LUN (File-Level)”.

    Choose LUN type

  5. Now you can see different settings. Choose “Advanced file LUN” at “LUN type”.

    At “Advanced LUN allocation unit size” look for “8KB (Optimized for VMware VAAI)”.

    Type in a LUN name and also capazity as you like or need.

    Settings

  6. Go ahead and mount the newly created iSCSI LUN to your ESXi hosts.

    After mounting the storage you should see that hardware acceleration is now supported.

    VAAI supported

To verify that all is setup properly open a SSH console (PuTTY) and connect to your ESXi host.

With the following command you can check a little deeper if the VAAI primitives are supported:

esxcli storage core device vaai status get

The result should look like this:

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.