Citrix MCS on Nutanix AHV: Unleashing the power of clones!

Citrix MCS on Nutanix AHVWith the release of the plugin for Citrix MCS on Nutanix AHV I got a lot of questions on the inner workings of the AHV cloning so here goes: a blog post that (hopefully) helps you getting a grasp on how Nutanix AHV uses clones in Citrix MCS.

 

As explained in previous articles Nutanix solves data locality issues while using vSphere and/or Hyper-V by implementing Shadow Clones:

The question that I got: ‘Will Shadow Clones help with Citrix MCS on Nutanix AHV too?’

The short answer to this: ‘No’. The longer answer to this question is that shadow clones is basically built to achieve data locality for multireader scenarios like linked clone technologies as MCS and the View Composer offer which is not the case for Nutanix AHV.

How does this Shadow Clones thing work again? Here’s an image of one of the slides of the slide deck I presented with Martijn Bosschaart at Citrix Synergy (SYN219):

MCS in legacy infrastructure scenarios:

Key take aways on this image:

  • All reads will traverse the network, congesting your network.
  • Creating a hotspot of reads on your centralised storage.

MCS on Nutanix with vSphere or Hyper-V:

Key take aways on this image:

  • All reads and writes will stay local, enhancing performance for the user.
  • The reads are no longer traversing the network which opens up more bandwidth for other workloads.
  • Avoiding a hotspot of reads on your centralised storage.

I can almost hear you think “So why won’t Shadow Clones help with AHV?” First of all, it’s because of the cloning mechanism in AHV: AHV’s cloning is super-fast as it does a VM metadata clone and a disk snapshot. Secondly it’s because AHV is using soft pointers to the master disk, this master disk can be accessed locally to the node because of our implementation of cache locality/extent locality and metadata.

That being said, let’s take a quick look at the disk layout on Nutanix AHV:

MCS-based VM disk layout on AHV:

Key takeaways on this image:

The secret sauce here is Copy on Read, this mechanism will cache the reads local to the VM after the first read hitting the master image while this is very storage efficient due to the cache/extend locality it could potentially consume more storage but our data reduction technologies will mitigate this; Michael Webster has some real world examples posted on his blog on the savings you can get in this blogpost:

Real World Data Reduction from Hybrid SSD + HDD Storage

Concluding:

This solution provides data locality out of the box when it comes down to the cloning mechanisms used by Citrix MCS on Nutanix AHV. If we combine this with the powers of the storage-native actions that we have available on Nutanix AHV with Acropolis and Prism we get a Citrix XenDesktop-on-Nutanix solution that provides a single, high-density platform for desktop and application delivery. This modular, pod-based approach also enables deployments to scale simply and efficiently with zero downtime.

The following two tabs change content below.

Kees Baggerman

Kees Baggerman is a Staff Solutions Architect for End User Computing at Nutanix. Kees has driven numerous Microsoft and Citrix, and RES infrastructures functional/technical designs, migrations, implementations engagements over the years.

2 comments

  1. […] – no Shadow Clones with MCS on AHV, instead it does Copy on Read – CTP Kees […]

  2. […] fellow CTP, has already provided great write ups on these advantages in the following Posts: citrix-mcs-on-nutanix-ahv-unleashing-power, citrix-mcs-for-ahv-under-the-hood, and […]

Leave a Reply

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