vSphere 6.5 - What's New in VMFS 6 Datastore (2024)

vSphere 6.5 - What's New in VMFS 6 Datastore

By Pranay Jha | May 29, 2017 | In Articles | Total Views [ 14182 ]

Taged In vSphere 6.5

After VMFS 3 and 5, VMware has introduced VMFS 6 with all of the new storage enhancements that come with vSphere 6.5. Here we will look insight of new features that been introduced in VMFS 6.

Thanks to VMware vSphere 6.5 Storage Guide that I flipped to get depth about these new features.

What's New in VMFS 6 Datastore

Here are enhancements which came with VMFS 6 Volumes:-

  • Support for 4K Native Drives in 512e mode
  • Space Efficient Virtual Disk (SE Sparse disk) is now default
  • Automatic Space Reclamation
  • Support for 512 devices and 2000 paths
  • View Storage Accelerator (Content Based Read Cache (CBRC))

Support for 4K Native Drives in 512e mode

  • Sizes of spindles disks keep growing and these new “advanced format” drives come with a 4K byte sector instead of the usual 512 byte sector, which is primarily for better handling of media errors. The new format allows 4 kB sectors instead of the common 512 bytes per sector.
  • Industry standard disk drives have been using a native (physical) 512 bytes sector size. However, due to the increasing demand for larger capacities, the storage industry recently introduced new advanced formats that use 4KB (4096 bytes) physical sectors.
  • The disk sector size is an important factor in the design of Operating System and Hypervisor (collectively called OS here) software such as device drivers and file systems, because it represents the atomic unit of I/O operations on a disk drive. Not all OS versions have been modified to utilize 4KB sectors in the disk drives. Thus, the firmware of these newer devices may expose a logical sector size, which is either 4KB Native (4Kn) or 512B Emulation (512e).
  • 4K native drive is the advanced format in which the physical sectors and logical sectors are both 4,096 bytes in size.
  • 512e is the advanced format in which the physical sector size is 4,096 bytes, but the logical sector size emulates 512 bytes sector size.

Space Efficient Virtual Disk (SE Sparse disk) is now default

  • SE Sparse disks give better space efficiency to virtual desktop infrastructure (VDI) deployed on this virtual disk format because they have the ability to reclaim stranded space from within the guest OS automatically. SE Sparse is used primarily View and for LUNs larger than 2TB. When on VMFS 6 the default will be SE Sparse.

Automatic Space Reclamation

  • VMFS 6 enables Automatic Space Reclamation based on VAAI Unmap which has been around for a while and allows you to unmap previously used blocks, reclaim dead or stranded space on thinly-provisioned VMFS volumes.
  • Storage Capacity is reclaimed and released to the array so that when needed other volumes can use these blocks. In vSphere 6.0, you were doing this manually via the command line interface which has now been integrated in the UI and can simply be turned on or off.
  • vSphere 6.5 allows you to automate the process by tracking the deleted VMFS blocks and reclaiming this space from the storage array in the background every 12 hours. The effect on storage I/O is minimal.
  • UNMAP works not only at the array level, but also at a guest OS level with newer versions of Windows and Linux. The benefit of UNMAP is obvious. You can reclaim disk space from within your provisioned VMs on a regular basis with the scrubber. The space reclamation priority can further be adjusted per datastore. This means that you can directly specify the priority of execution when the deleted or unmapped blocks are reclaimed on the LUN.
  • If you are good with esxcli, then you can use the following to get the info of a particular datastore (here i used "vi-ds-03" as datastore name)
esxcli storage vmfs reclaim config get -l vi-ds-03
Reclaim Granularity: 1048576 Bytes
Reclaim Priority: low
  • Or set the datastore to a particular level, note that using esxcli you can also set the priority to medium and high if desired:
esxcli storage vmfs reclaim config set -l vi-ds-03 -p high
  • Please note that ESXi 6 cannot access a VMFS 6 formatted datastore. However, ESXi 6.5 is compatible and can read/write on VMFS 6 and VMFS 5 datastores.

Support for 512 devices and 2000 paths

  • This is one of those features that would allow us to place large capacity drives on a vSAN. However, VMware will only support 512e drives for high capacity and high density configurations.
  • The main difference between 512n & 512e is the sector sizes on the drive. Traditional 512n storage devices have been using a native 512-bytes sector size, whereas 512e is the advanced format in which the physical sector size is 4,096 bytes. Logical sector size are same 512 bytes in both 512n and 512e.
  • 512n supports both VMFS 5 and VMFS 6 while 512e doesn't support VMFS5 in case of local storage device.
  • In earlier version of vSphere had a limit of 256 devices and 1024 paths, in vSphere 6.5 extends this to 2000. Those limits had limitation and were painful specially when RDM are used or maybe 8 paths to each device are used or it have a limited number of VMs per datastore.

View Storage Accelerator (Content Based Read Cache (CBRC))

  • The View Storage Accelerator reduces storage loads generated by peak VDI storage reads by using the Content Based Read Cache (CBRC) to store common blocks of desktop images in local host memory.
  • This significantly improves the desktop performance, especially during boot storms or anti-virus scanning storms when a large number of blocks with identical contents are read.
  • CRBC also improves application performance. In environments where several users load the same application on an ESX server (for example MS Word), the corresponding blocks of the application are cached once and all users are then served directly from the cache.

Let's move to Configuration Part. See how we can add VMFS 6 Datastore in ESXi. Though it's quite similar to earlier version of vSphere, just new features added that we can see here.

How to Add VMFS 6 Datastore in vSphere 6.5 ESXi Host

  • Login to vSphere or Web Client. Go to Host Inventory and Select Host.

vSphere 6.5 - What's New in VMFS 6 Datastore (3)

  • Go to Configuration Tab and Click on Datastores under Storage.
  • Click on + Icon to Create a new datastore.

vSphere 6.5 - What's New in VMFS 6 Datastore (4)

  • New Datastore Wizard will open. Select VMFS and Click on Next.

vSphere 6.5 - What's New in VMFS 6 Datastore (5)

  • Select specific LUN that you want to use to create this Datastore. Give appropriate name. Here I used "vi-ds-03".

vSphere 6.5 - What's New in VMFS 6 Datastore (6)

  • Under VMFS Version option, Here you can see newly introduced VMFS 6 which was not available in earlier versions. VMFS 3 has been removed now and you can no longer use that in this version.
  • You may also notice under VMFS 6 note which we discussed above, "VMFS 6 enables advanced format(512e) and automatic space reclamation support"
    • VMFS 6 - This option is default for 512e storage devices. The ESXi hosts of version 6.0 or earlier cannot recognize the VMFS6 datastore. If your cluster includes ESXi 6.0 and ESXi 6.5 hosts that share the datastore, this version might not be appropriate.
    • VMFS 5 -This option is default for 512n storage devices. VMFS5 datastore supports access by the ESXi hosts of version 6.5 or earlier.
  • Select VMFS 6 and Click on Next.

vSphere 6.5 - What's New in VMFS 6 Datastore (7)

  • Specify Partition Configuration.
    • Use all available partitions - Dedicates the entire disk to a single VMFS datastore. If you select this option, all file systems and data currently stored on this device are destroyed.
    • Use Free Space - Deploys a VMFS datastore in the remaining free space of the disk.
  • Specify the block size and define space reclamation parameters.
    • Block Size - The block size on a VMFS datastore defines the maximum file size andthe amount of space the file occupies. VMFS6 supports the block size of 1 MB.
    • Space reclamation granularity - Specify granularity for the unmap operation. Unmap granularity equals the block size, which is 1 MB. Storage sectors of the size smaller than 1 MB are not reclaimed.
    • Space reclamation priority - Select one of the following options
      • Low (default). Process the unmap operations at a low rate.
      • None. Select this option if you want to disable the space reclamation operations for the datastore.

vSphere 6.5 - What's New in VMFS 6 Datastore (8)

  • Review the configuration and Click on Finish. Now this datastore will be visible in ESXi Host.

vSphere 6.5 - What's New in VMFS 6 Datastore (9)

Thanks for visiting here. Share this article if you found it useful.
Like Facebook Page https://www.facebook.com/VMwareInsight/
Connect to twitter https://twitter.com/imPranayK
Subscribe my Channel https://www.youtube.com/vmwareinsight
Connect over Linkedin https://in.linkedin.com/in/impranayk

Share this on Social Media

About the Author

vSphere 6.5 - What's New in VMFS 6 Datastore (10)

Pranay Jha
Founder, Contributer VMwareInsight.com

Public profile: user/profile/99900000

Follow me

vSphere 6.5 - What's New in VMFS 6 Datastore (11) vSphere 6.5 - What's New in VMFS 6 Datastore (12) vSphere 6.5 - What's New in VMFS 6 Datastore (13) vSphere 6.5 - What's New in VMFS 6 Datastore (14) vSphere 6.5 - What's New in VMFS 6 Datastore (16)

Thank you for visiting my profile. I am Pranay Jha, bring along a total of 11+ years of extensive experience with me in Information Technology sector for organizations from small business to large enterprises, wherein my current assignment I am associated with IBM as a Technical Solution Architect for Virtualization platform. I am vExpert x 3 (16/17/18), VCIX-DCV, VCAP5/6-DCD, VCAP5-DCA, VCP7-CMA, VCP5/6-DCV, VCA-DCV, VCA-Cloud, VSP, VCE-CIA, MCITP, MCSE, MCSA(Messaging). I am also an Independent blogger and founder of http://vmwareinsight.com and https://cloudpathshala.com. I can be reached via email at pranay1988jha@gmail.com or Direct Message via Contact Us form.

Please SignUp/Login to comment...


Or comment as anonymous...

*Name

*Email ID

Comment

vSphere 6.5 - What's New in VMFS 6 Datastore (17)

vSphere 6.5 - What's New in VMFS 6 Datastore (2024)
Top Articles
Diese Messen finden 2024 in München statt: Trendset und AIDS im Juli
Adele-World, Bühne, Bildschirm: Was die Fans bei den Konzerten in München erwartet, sprengt alle Dimensionen
Butte Jail Roster Butte Mt
Craigslist Kentucky Cars And Trucks - By Owner
Champion Our Cause Wow
One Hour Rosemary Focaccia Bread
Saxies Lake Worth
Kutty Movie Net
Getwush Com
Timeless - Complete Series Rewatch! / BLOGS | SCIFITVSHOWS
Gw2 Rank Doesnt Matter Here
’Vought Rising’: What To Know About The Boys Prequel, A Season 5 Link
Mayo Webscheduler
Schmidt & Schulta Funeral Home Obituaries
Best Charter Schools Tampa
Lorain County Busted Mugshots
Costco Plaza Alhambra Photos
NFL Week 1 coverage map: Full TV schedule for CBS, Fox regional broadcasts | Sporting News
Amazing Lash Bay Colony
Nissan Rogue Tire Size
Clarksville.craigslist
Tethrd Coupon Code The Hunting Public
Rantingly App
Spinning Gold Showtimes Near Mjr Westland Grand Cinema 16
895 Area Code Time Zone
Act3: Walkthrough | Divinity Original Sin 2 Wiki
Emojiology: 🤡 Clown Face
Algebra 1 Unit 1 Interactive Notebook Pages – The Foundations of Algebra
Lvc Final Exam Schedule
Provo Craigslist
Bolly2Tolly Sale
Penn Foster 1098 T Form
Orbison Roy: (1936 1988) American Singer. Signed 7 X 9
Theatervoorstellingen in Roosendaal, het complete aanbod.
Oasis Buds Slime Rancher
Www.citizen-Times.com Obituaries
William Sokol National Security Advisor Resigns
What Auto Parts Stores Are Open
Walmart Careers Application Part Time
Puppies For Sale in Netherlands (98) | Petzlover
Bronx Apartments For Rent Craigslist
Crime Times Louisville Ky Mugshots
76 Games Unblocked Fnf
Watch Stephen Miller Have A Full Meltdown When Asked To Back Up Crime Claim With Facts
Meggen Nut
Best Homemade Tartar Sauce
Mugshots In Waco Texas
Hit Entertainment Wiki
The Crew 2 Cheats für PS4, Xbox One und PC ▷➡️
Temperature At 12 Pm Today
Turtle Beach Velocity One Factory Reset
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 6367

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.