Big news from Pure Storage

There was lots of big news yesterday from our friends over at Pure Storage. First of all, we had an announcement about their Virtual Volume (VVol) implementation going GA. This is very exciting for me, and I look forward to testing it out in our lab. The implementation is a VASA 3.0 implementation, which means support for array based replication (ABR). My good pal Pete Fletcha did a great write-up on the announcement here. And of course, Cody Hosterman of Pure Storage also gives us his low-down on what this VVol implementation means to him. One thing is for sure,…

A new vSAN training class – vSAN Production Operations – now available

A short post today to let you know about a new VMware training class that I helped to create. This new class is called VMware vSAN Production Operations, and is a new 3 day class delivered by our Education Services division. As you can imagine from the title, this class is geared towards administrators who are responsible for managing vSAN on a daily basis in a production environment. The class focuses primarily on operational considerations such as storage policy change impacts, hardware monitoring and replacement, scaling up and scaling out the cluster, data services (e.g. encryption), maintenance mode considerations and…

Validating overlay network when docker swarm running on Centos VMs on vSphere

I got a chance to revisit my docker swarm deployment this week after a bit of a break. I was a little curious about my setup because when I spoke to some of our ‘Project Hatchway‘ engineers, I was told that I should be able to launch a single instance of Nginx in Docker Swarm (“docker service create –replicas 1 -p 8080:80 –name web nginx”) and I should be able to access the web service using the following command from any swarm node – “curl 127.0.0.1:8080”. This was not what I was seeing. When I launched the Nginx service, the…

vSAN Essentials e-book is now free

A short note to let you know that Duncan and I have made the e-book version of our Essential Virtual SAN (vSAN) book available for free. We have now published it via the GitBook platform and you can find it on vsan-essentials.com. GitBook also gives you the option to download it in PDF, EPUB or MOBI formats. While the book is based on vSAN version 6.2, the vast majority is still applicable to vSAN today. For anyone working with vSAN, we think you will find it very useful. And yes, we are looking at updating the content to a later…

A closer look at ECS (Elastic Cloud Storage) running on vSAN

This week I had the opportunity to take a closer look at ECS, the Elastic Cloud Storage product from DELL-EMC. ECS normally ships as a physical appliance, composed of multiple nodes/servers, but there is also a community edition available which is FREE with no time limit for non-production use. You can download it from here, and deploy it across VMs. Now I’ve already been looking at various ways to provide an S3 object store on top of vSAN, such as MinIO and Scality. What is interesting about ECS is that not only can it provide you with an S3 object…

Project Hatchway hitting the mainstream – persistent storage for containers

Regular readers will be aware that I “dabble” from time to time in the world of Cloud Native Apps. For me, a lot of this dabbling is trying to figure out how I can go about providing persistent storage to container based applications. Typically this in the shape of container volumes that are carved out of the underlying storage infrastructure, whether that is VMFS, NFS, vSAN or even Virtual Volumes. VMware Project Hatchway has enabled me to do this on multiple occasions. Project Hatchway was officially announced at VMworld 2017, but I’ve been working with this team since the early…

Taking snapshots with vSAN with failures in the cluster

I was discussing the following situation with some of our field staff today. We are aware that snapshots inherit the same policies as the base VMDK, so if I deployed a VM as a RAID-6, RAID-5, or a RAID-1, snapshots inherit the same configuration. However if I have a host failure in a 6-node vSAN running RAID-6 VMs, or a failure in a 4-node vSAN running RAID-5, or a 3-node vSAN running RAID-1, and I try to take a snapshot, then vSAN does not allow me to take the snapshot as there are not enough hosts in the cluster to…