<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Storage on The IT Hollow</title>
    <link>https://theithollow.com/categories/storage/</link>
    <description>Recent content in Storage on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 13 Jan 2014 14:30:52 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/categories/storage/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Microsoft&amp;#039;s Resilient File System (ReFS)</title>
      <link>https://theithollow.com/2014/01/13/microsofts-resilient-file-system-refs/</link>
      <pubDate>Mon, 13 Jan 2014 14:30:52 +0000</pubDate>
      <guid>https://theithollow.com/2014/01/13/microsofts-resilient-file-system-refs/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/12/2551.jpg&#34;&gt;&lt;img alt=&#34;BankerBox&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/12/2551.jpg&#34;&gt;&lt;/a&gt; Microsoft has a new file system designed to increase data integrity, scalability and availability called the Resilient File System (ReFS).  This file system has leveraged many of the NTFS file system goodies and expanded them to make it more scalable and prevent corruptions.  ReFS was released with Server 2012 and at the moment is designed for use with file shares.  It cannot be used as a boot volume at the present time, but this file system seems poised to replace NTFS down the road.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Microsoft Storage Spaces</title>
      <link>https://theithollow.com/2014/01/06/microsoft-storage-spaces/</link>
      <pubDate>Mon, 06 Jan 2014 14:15:25 +0000</pubDate>
      <guid>https://theithollow.com/2014/01/06/microsoft-storage-spaces/</guid>
      <description>&lt;p&gt;Microsoft &lt;a href=&#34;https://social.technet.microsoft.com/wiki/contents/articles/15198.storage-spaces-overview.aspx&#34;&gt;Storage Spaces&lt;/a&gt; feature used to handle data redundancy, scalability and performance.  Storage Spaces takes a set of &lt;a href=&#34;http://en.wikipedia.org/wiki/Non-RAID_drive_architectures&#34;&gt;Just a Bunch of Disks (JBOD)&lt;/a&gt; and pairs them together to allow for; either failures of a disk, gaining the performance of multiple spindles, or gaining the space of multiple disks.  Traditionally this has all been handled by creating a &lt;a href=&#34;http://en.wikipedia.org/wiki/RAID&#34;&gt;Redundant Array of Independent Disks&lt;/a&gt; (RAID) group.  Some examples of RAID would be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Striping (RAID 0)&lt;/li&gt;
&lt;li&gt;Mirroring (RAID 1)&lt;/li&gt;
&lt;li&gt;Parity (RAID 5 or 6)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Storage Spaces create a similar type of RAID Group but then throw a virtual disk on top of them so that multiple types of stripes can be used on the same disks.  For example, three physical disks can be put into a storage space.  From there, three separate types of VDISKs can be created, Mirrored, Spanned and Parity can then be placed on the same set of disks with no issue.  The diagram below shows an example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CASL with Nimble Storage</title>
      <link>https://theithollow.com/2013/11/25/casl-nimble-storage/</link>
      <pubDate>Mon, 25 Nov 2013 13:30:54 +0000</pubDate>
      <guid>https://theithollow.com/2013/11/25/casl-nimble-storage/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/11/nimbleChassis.jpg&#34;&gt;&lt;img alt=&#34;nimbleChassis&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/11/nimbleChassis.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I was fortunate enough to get to spend an hour with &lt;a href=&#34;https://twitter.com/dmitriy_sandler&#34;&gt;Dmitriy Sandler&lt;/a&gt; from &lt;a href=&#34;https://twitter.com/NimbleStorage&#34;&gt;Nimble Storage&lt;/a&gt; to see what all the fuss was about with their product and more specifically their Cache Accelerated Sequential Layout (CASL) File System.&lt;/p&gt;
&lt;h1 id=&#34;hardware-overview&#34;&gt;Hardware Overview&lt;/h1&gt;
&lt;p&gt;Let&amp;rsquo;s cover some of the basics before we dive into CASL.  The storage array comes fully loaded with all the bells and whistles, out of the box.  All the software features are included with this iSCSI array and include items such as:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disk Latency Concepts</title>
      <link>https://theithollow.com/2013/11/18/disk-latency-concepts/</link>
      <pubDate>Mon, 18 Nov 2013 14:00:41 +0000</pubDate>
      <guid>https://theithollow.com/2013/11/18/disk-latency-concepts/</guid>
      <description>&lt;p&gt;Hard drives are not the most fun thing to talk about, but it&amp;rsquo;s important to know some of the concepts when it comes to disk latency.  Disk latency refers to the time delay between a request for data and the return of the data.  It sounds like a simple thing, but this time can be critical to the performance of a system.&lt;/p&gt;
&lt;p&gt;We should be surprised that traditional hard disks work at all when we consider that head designed to read minute magnetic fields sits 3 nanometers off a platter is spinning between 5400RPM and 15,000 RPM.  Amazing when you stop to think about it huh?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding the SSD write performance cliff</title>
      <link>https://theithollow.com/2013/10/28/understanding-ssd-write-performance-cliff/</link>
      <pubDate>Mon, 28 Oct 2013 13:00:59 +0000</pubDate>
      <guid>https://theithollow.com/2013/10/28/understanding-ssd-write-performance-cliff/</guid>
      <description>&lt;p&gt;Solid State drives are much faster than their spinning disk predecessors, but can also have performance degradation due to how they interact with Operating Systems.&lt;/p&gt;
&lt;p&gt;Flash consists of blocks of data and those blocks are full of smaller items called pages.  A typical SSD might have block sizes of 512KB and 4KB pages.&lt;/p&gt;
&lt;p&gt;There are 3 statuses that a healthy page could be in on a flash disk.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Written to:&lt;/strong&gt; Data from the OS has been written to the page.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Unwritten to:&lt;/strong&gt; The page is free and available to be written to by the Operation System.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Invalid:&lt;/strong&gt; The page has data in it, but is available to be overwritten by the Operating System.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/Pages.png&#34;&gt;&lt;img alt=&#34;Pages&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/Pages.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows Server 2012 as a Storage Device for vSphere Home Lab</title>
      <link>https://theithollow.com/2013/09/24/windows-server-2012-as-a-storage-device-for-vsphere-home-lab/</link>
      <pubDate>Tue, 24 Sep 2013 13:30:39 +0000</pubDate>
      <guid>https://theithollow.com/2013/09/24/windows-server-2012-as-a-storage-device-for-vsphere-home-lab/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve got a some hardware lying around for your lab, Windows Server 2012 may be a great solution for a home storage device.  You can now do both block (iSCSI) and NAS (NFS) on the same server, as well as having an OS to install some management apps on it.  In my lab, I use this management server to run Veeam for my backups, PRTG network monitor for bandwidth tracking, as well as using this server for both iSCSI targets and NFS mounts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HP StoreOnce VSA</title>
      <link>https://theithollow.com/2013/07/16/hp-storeonce-vsa/</link>
      <pubDate>Tue, 16 Jul 2013 14:08:08 +0000</pubDate>
      <guid>https://theithollow.com/2013/07/16/hp-storeonce-vsa/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/06/VSA-Logo.jpg&#34;&gt;&lt;img alt=&#34;VSA Logo&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/06/VSA-Logo.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;HP announced a new virtual storage appliance (VSA) recently at their annual HP Discover conference.  This is a virtual appliance based on the StoreOnce line (formerly known as D2D) of hardware appliances that HP has sold for a long time.  These appliances have the catalyst software which allows for deduplication of all your backup data, hence the term StoreOnce.&lt;/p&gt;
&lt;p&gt;These devices have allowed administrators to switch from the older tape based backups to a virtual tape library (VTL) or a NAS type backup solution.  It has replication options in it which allow for deduplicated data to be migrated or copied without re-hydrating the backups and wasting valuable bandwidth.  It also allows for federated backups and when matched with HP Data Protector 8 (also newly released) can throttle bandwidth during backup operations in order to prevent production slow downs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Synology DS411slim Review</title>
      <link>https://theithollow.com/2013/07/01/synology-ds411slim-review/</link>
      <pubDate>Mon, 01 Jul 2013 13:57:10 +0000</pubDate>
      <guid>https://theithollow.com/2013/07/01/synology-ds411slim-review/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/06/20130608_194909.jpg&#34;&gt;&lt;img alt=&#34;synology&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/06/20130608_194909-300x225.jpg&#34;&gt;&lt;/a&gt; I recently purchased a Synology DS411slim NAS device for my home lab in order to quiet down my rack and start using up less power.  Obviously to accomplish this I would need to fill it up with Solid State drives which have the added benefit of a large number of IOPS :)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/06/20130608_203157.jpg&#34;&gt;&lt;img alt=&#34;20130608_203157&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/06/20130608_203157-1024x768.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I screwed my four 480GB OCZ SSD&amp;rsquo;s into the drive cages and slipped them into the chassis.  Really my only con for this device was getting the drives into the chassis.  I did have to do a bit of wiggling to get them seated correctly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Are you thin or thick?  Where at?</title>
      <link>https://theithollow.com/2013/03/26/are-you-thin-or-thick-where-at/</link>
      <pubDate>Tue, 26 Mar 2013 13:47:47 +0000</pubDate>
      <guid>https://theithollow.com/2013/03/26/are-you-thin-or-thick-where-at/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m often asked about how to provision virtual machine disks.  This almost always comes down to, &amp;ldquo;Should I use thick or thin disks?&amp;rdquo; and then &amp;ldquo;Should I do thin provisioning on the array or on the hypervisor?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;So here we go: Thin vs Thick&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/03/thinvsthick.png&#34;&gt;&lt;img alt=&#34;thinvsthick&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/03/thinvsthick.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;thin-provisioning&#34;&gt;Thin provisioning:&lt;/h2&gt;
&lt;p&gt;Thin provisioned disks don&amp;rsquo;t allocate all of the space during the provisioning of the storage.  Instead, they allocate the space on demand.  This is a great way to get more bang for you buck out of your storage.  Let&amp;rsquo;s take a closer look with an example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtual Simulators</title>
      <link>https://theithollow.com/2013/02/19/storage-simulators/</link>
      <pubDate>Tue, 19 Feb 2013 14:02:16 +0000</pubDate>
      <guid>https://theithollow.com/2013/02/19/storage-simulators/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;sims&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/02/sims.jpg&#34;&gt;If you&amp;rsquo;re an engineer and you&amp;rsquo;re trying to get more experience with a variety of different storage devices, you might find yourself in a bit of a pickle.  Most customers settle one one or two storage vendors and that&amp;rsquo;s it.  So if you work for one of these companies you can learn EMC or Netapp, etc.  I highly doubt your company would be interested in purchases a few different types of storage devices so that you can learn them as they are quite expensive.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Path Masking</title>
      <link>https://theithollow.com/2012/10/30/vmware-path-masking/</link>
      <pubDate>Tue, 30 Oct 2012 13:15:34 +0000</pubDate>
      <guid>https://theithollow.com/2012/10/30/vmware-path-masking/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/10/images.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/10/images.jpg&#34;&gt;&lt;/a&gt;  I&amp;rsquo;ve written posts in the past regarding &lt;a href=&#34;https://theithollow.com/2012/03/12/lun-masking-vs-zoning/&#34; title=&#34;Lun Masking vs Zoning&#34;&gt;LUN masking&lt;/a&gt; on a storage array, but it is possible to mask a path directly from your vSphere environment.  I feel that if at all possible the masking should be handled at array level because the array is closest to the disk.  Let&amp;rsquo;s face it, if vSphere shouldn&amp;rsquo;t see a LUN for one reason or another, then why is the array presenting it in the first place?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Network RAID Penalty</title>
      <link>https://theithollow.com/2012/09/16/network-raid-penalty/</link>
      <pubDate>Mon, 17 Sep 2012 01:42:23 +0000</pubDate>
      <guid>https://theithollow.com/2012/09/16/network-raid-penalty/</guid>
      <description>&lt;p&gt;I recently got my hands on a pair of HP P4300s in the lab and wanted to see how the performance was with Network RAID.  One of the most read posts on this site is on &lt;a href=&#34;https://theithollow.com/2012/03/21/understanding-raid-penalty/&#34;&gt;Understanding RAID Penalty&lt;/a&gt; and I was curious to see how Network RAID played into this equation.&lt;/p&gt;
&lt;h2 id=&#34;basic-setup&#34;&gt;Basic Setup&lt;/h2&gt;
&lt;p&gt;I have 2 HP P4300s, each with eight 15k SAS drives in a RAID 5 configuration.  This means that I should have a total of 1400 RAW IOPS (8 disks * 175 IOPS) on each lefthand node.  Since I have 2 of them, I&amp;rsquo;m calculating 2800 RAW IOPS.  In order to get some real world functional IOPS, we&amp;rsquo;ll assume that we have 50% Reads and 50% Writes, and don&amp;rsquo;t forget to take out the RAID Penalty for the RAID 5.  Let&amp;rsquo;s plug this into our Functional IOPS equation to get:&lt;/p&gt;</description>
    </item>
    <item>
      <title>HP Storage Comparisons (Sept. 2012)</title>
      <link>https://theithollow.com/2012/09/10/hp-storage-comparisons-sept-2012/</link>
      <pubDate>Mon, 10 Sep 2012 12:00:26 +0000</pubDate>
      <guid>https://theithollow.com/2012/09/10/hp-storage-comparisons-sept-2012/</guid>
      <description>&lt;p&gt;I have been recently thrown into the world of HP Storage, and have been trying to learn all of the storage techniques that are in the HP product line.  I noticed that I couldn&amp;rsquo;t find anything that really did a compare and contrast of each of the products so I started to put one together.  Anything I couldn&amp;rsquo;t understand, I asked a great guy named Calvin Zito (@hpstorageguy) to give me a hand with.  He was more than gracious so follow him on Twitter.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Netapp AggrSpaceCheck 2.0 needed</title>
      <link>https://theithollow.com/2012/07/01/netapp-aggrspacecheck-2-0-needed/</link>
      <pubDate>Sun, 01 Jul 2012 22:34:57 +0000</pubDate>
      <guid>https://theithollow.com/2012/07/01/netapp-aggrspacecheck-2-0-needed/</guid>
      <description>&lt;p&gt;I was recently helping out a company attempt to upgrade their Netapp Filer from OnTap 7.3 over to Data OnTap 8.  We ran the Netapp Upgrade advisor and got to a section that wanted us to run the AggrSpaceCheck tool to make sure that the aggregates had sufficient space available.  Normally, I skip this step because I usually have plenty of space available, but in this particular case, some of the aggregates were already 99% full.  Since we didn&amp;rsquo;t want to have a serious failure during our upgrade we decided to error on the side of caution (and best practices) and run the AggrSpaceCheck tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Netapp VASA Provider 1.0</title>
      <link>https://theithollow.com/2012/05/01/netapp-vasa-provider-1-0/</link>
      <pubDate>Tue, 01 May 2012 18:58:25 +0000</pubDate>
      <guid>https://theithollow.com/2012/05/01/netapp-vasa-provider-1-0/</guid>
      <description>&lt;p&gt;Netapp has released their vStorage APIs for Storage Awareness (VASA) provider 1.0 to their support site.  &lt;a href=&#34;http://support.netapp.com&#34;&gt;http://support.netapp.com&lt;/a&gt; If you&amp;rsquo;re not that familiar with the VASA concept, this article should explain what it is and how it&amp;rsquo;s used in regards to VMware vSphere 5.&lt;/p&gt;
&lt;h2 id=&#34;what-is-vasa&#34;&gt;What is VASA?&lt;/h2&gt;
&lt;p&gt;VASA Providers collect information about your storage systems and present that information to vSphere.  In previous versions of vSphere, an administrator might need to keep track of hisher datastores in a spreadsheet or have a naming convention that showed the properties of an individual datastore.  For example, if your storage system had both SSD and Sata disks, the Datastore might be named VMFS01_SSD or something similar.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SQL HA Mirroring with vCenter</title>
      <link>https://theithollow.com/2012/04/15/sql-ha-mirroring-with-vcenter/</link>
      <pubDate>Sun, 15 Apr 2012 21:27:51 +0000</pubDate>
      <guid>https://theithollow.com/2012/04/15/sql-ha-mirroring-with-vcenter/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re probably all aware of the benefits of clustering things like SQL Server in order to provide highly available data.  But shared storage clustering has some drawbacks on VMware ESXi clusters such as not being able to vMotion.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;• Database Mirroring – SQL Server database mirrors utilize a non-shared storage availability solution,
using built-in SQL Server replication technology to create and maintain one or more copies of each
database on other SQL Servers in the environment. SQL Server database mirrors provide
application-aware availability, and the lack of a quorum disk makes this a VMware-friendly solution,
allowing the full use of vMotion, DRS, and HA.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Netapp VSC4 Optimization and Migration</title>
      <link>https://theithollow.com/2012/04/10/netapp-vsc4-optimization-and-migration/</link>
      <pubDate>Tue, 10 Apr 2012 23:40:13 +0000</pubDate>
      <guid>https://theithollow.com/2012/04/10/netapp-vsc4-optimization-and-migration/</guid>
      <description>&lt;p&gt;One of my most frequently read articles is on how to use MBRAlign to align your virtual machine disks on Netapp storage. Well, after Netapp has released their new Virtual Storage Console (VSC4) the tedious task of using MBRAlign might be eased for some admins.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Optimization and Migration&lt;/strong&gt;
The new VSC4 console for vSphere has a new tab called Optimization and Migration. Here you are able to scan all or some of your datastores to check the alignment of your virtual machines. The scan manager can even be set on a schedule so that changes to the datastore will be recognized.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding RAID Penalty</title>
      <link>https://theithollow.com/2012/03/21/understanding-raid-penalty/</link>
      <pubDate>Wed, 21 Mar 2012 15:34:22 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/21/understanding-raid-penalty/</guid>
      <description>&lt;p&gt;Determining which type of RAID to use when building a storage solution will largely depend on two things; capacity and performance. Performance is the topic of this post.&lt;/p&gt;
&lt;p&gt;We measure disk performance in IOPS or Input/Output per second. One read request or one write request = 1 IO.  Each disk in you storage system can provide a certain amount of IO based off of the rotational speed, average latency and average seek time.  I&amp;rsquo;ve listed some averages for each type of disk below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lun Masking vs Zoning</title>
      <link>https://theithollow.com/2012/03/12/lun-masking-vs-zoning/</link>
      <pubDate>Tue, 13 Mar 2012 01:27:47 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/12/lun-masking-vs-zoning/</guid>
      <description>&lt;p&gt;Zoning and Lun Masking are often confused for each other, probably because both of them are used to restrict access to storage.  They should both be used to secure the storage network and reduce unnecessary traffic.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Zoning&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you want to specify only certain hosts from accessing a storage device then you would want to setup zoning.  For instance, in the example below, you can see that the two servers on the right can access three of the four storage devices, whereas the two on the left can only access two of the SANs.  This configuration is done on the Fibre Channel switch.  iSCSI, NFS, and FCoE can also be segmented, but they would use typical TCPIP segmentation methods like setting up a VLAN.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Path Selection Policy with ALUA</title>
      <link>https://theithollow.com/2012/03/08/path-selection-policy-with-alua/</link>
      <pubDate>Thu, 08 Mar 2012 13:58:05 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/08/path-selection-policy-with-alua/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s important to understand how VMware ESXi servers handle connections to their associated storage arrays.&lt;/p&gt;
&lt;p&gt;If we look specifically with fibre channel fabrics, we have several multipathing options to be considered.
There are three path selection policy (PSP) plugins that VMware uses natively to determine the I/O channel that data will travel over to the storage device.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Fixed Path&lt;/li&gt;
&lt;li&gt;Most Recently Used (MRU)&lt;/li&gt;
&lt;li&gt;Round Robin (RR)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let&amp;rsquo;s look at some examples of the three PSPs we&amp;rsquo;ve mentioned and how they behave.  The definitions come from the vSphere 5 storage guide found below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAN Snapshots vs VMware Snapshots</title>
      <link>https://theithollow.com/2012/02/27/san-snapshots-vs-vmware-snapshots/</link>
      <pubDate>Tue, 28 Feb 2012 02:33:24 +0000</pubDate>
      <guid>https://theithollow.com/2012/02/27/san-snapshots-vs-vmware-snapshots/</guid>
      <description>&lt;p&gt;I found people have a hard time understanding that a SAN Snapshot and a VMware snapshot are fundamentally different.  I think because unless you&amp;rsquo;re a storage administrator, you&amp;rsquo;re probably not dealing a whole lot with snaps to begin with.  VMware has made it more commonplace for System Administrators to deal with snapshot technology.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SAN Snapshots&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Lets first look at how traditional SANs take snapshots.&lt;/p&gt;
&lt;p&gt;To start we have 6 blocks being used.  The file system has marked blocks which blocks are being used.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
