<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: instructions for alignment with Linux and LVM in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49805#M4765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And....I figured I'd put this in the public forum just as figured it would be of general interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 03:32:01 GMT</pubDate>
    <dc:creator>amiller_1</dc:creator>
    <dc:date>2009-12-03T03:32:01Z</dc:date>
    <item>
      <title>instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49801#M4764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone by any chance have a nice "cookbook" solution for handling existing Linux VM's using LVM or even new Linux VM's?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gone through TR-3749 as well as the VMware alignment document and while I'm comfortable enough with the fdisk steps they are fairly cumbersome from a customer perspective (whether for fixing Linux alignment when can't use mbralign or just for Linux alignment in general).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking of working something up but am just pressed for time right now so thought I'd put this out there....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:20:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49801#M4764</guid>
      <dc:creator>amiller_1</dc:creator>
      <dc:date>2025-06-05T07:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49805#M4765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And....I figured I'd put this in the public forum just as figured it would be of general interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 03:32:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49805#M4765</guid>
      <dc:creator>amiller_1</dc:creator>
      <dc:date>2009-12-03T03:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49810#M4766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my personal opinion, LVM doesn't provide much additional benefit in virtual environments (or on NetApp luns).&amp;nbsp; I suggest new machines be created with one vmdk file per filesystem.&amp;nbsp; The only vmdk file in a linux vm that needs a Master Boot Record (MBR) is the boot drive (often mounted as /boot).&amp;nbsp; The remaining drives do NOT need partitions at all (so no need to use fdisk).&amp;nbsp; The filesystem can be created directly on the device.&amp;nbsp; This results in an aligned filesystem.&amp;nbsp; The filesystem can also be grown as needed, by growing the vmdk file (no need to mess with partition changes) and then growing the guest filesystem.&amp;nbsp; This basically replaces the need for a volume manager.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, this is my personal opinion, but here is what I tend to do:&lt;BR /&gt;boot.vmdk (usually 256MB, a single partition starting at 64 sectors)&lt;BR /&gt;swap.vmdk (size depends on the memory in vm, &lt;STRONG&gt;no partition table&lt;/STRONG&gt;)&lt;BR /&gt;root.vmdk (size depends on distribution, &lt;STRONG&gt;no partition table&lt;/STRONG&gt;)&lt;BR /&gt;var.vmdk (size depends on applications hosted, &lt;STRONG&gt;no partition table&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 04:10:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49810#M4766</guid>
      <dc:creator>forgette</dc:creator>
      <dc:date>2009-12-03T04:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49819#M4767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I am extremely late coming back here....I do appreciate the input however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The school I came from was basically...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/boot = 100 MB or so&lt;/P&gt;&lt;P&gt;LVM = rest of the space as resizing LV's inside LVM is just very easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must admit that dropping LVM for more vmdk's does make a good bit of sense....just push everything into an individual vmdk that you would have had as an individual LVM LV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And...I hate to ask the obvious....but have you ever seen any issues with dropping LVM? (I'm just so comfortable with it personally that it still just seems really odd to drop it.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 05:20:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49819#M4767</guid>
      <dc:creator>amiller_1</dc:creator>
      <dc:date>2009-12-14T05:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49824#M4768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me start by saying I really like LVM when dealing with physical disk devices.&amp;nbsp; I was a Unix/Linux SysAdmin in a &lt;EM&gt;former life&lt;/EM&gt; and took advantage of logical volume managers whenever working with physical disk or legacy disk arrays.&amp;nbsp; &lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The features I used (depending on the lvm) were;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;resize logical volume (grow only filesystems in some cases)&lt;/LI&gt;&lt;LI&gt;duplicate logical volume (mirror split for backups, etc)&lt;/LI&gt;&lt;LI&gt;redundancy (RAID protection)&lt;/LI&gt;&lt;LI&gt;snapshot (backup)&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The vmdk file per guest filesystem model, when used on NetApp Storage, provides the features tended to use.&amp;nbsp; I might be loosing the ability to shrink (there are workarounds), but ext3 doesn't shrink anyway (again there are workarounds).&amp;nbsp; Other than that, I have each of these (and more) using this model.&amp;nbsp; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I wrote a short &lt;A href="http://web.me.com/e4jet/home/Blog/Entries/2009/8/19_Logic_Volumes_in_Virtual_Machines.html" target="_blank"&gt;blog post&lt;/A&gt; on the topic this summer.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I'd be interested in hearing about any other features that may be lost with using this model.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 16:43:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49824#M4768</guid>
      <dc:creator>forgette</dc:creator>
      <dc:date>2009-12-14T16:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49829#M4769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;forgette wrote:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I'd be interested in hearing about any other features that may be lost with using this model.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/PRE&gt;&lt;P&gt;Host based mirroring between multiple storage arrays. Usually this is done to build disaster recovery solution but can also be to increase resiliency of local config (e.g. there are known low-end raids that won't support online firmware upgrade). Since ESX does not offer any form of hypervisor based&amp;nbsp; disk mirroring, it has to be done inside VM =&amp;gt; volume manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2009 04:09:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49829#M4769</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2009-12-31T04:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49834#M4770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its probably bad sport to answer my own challenge - "&lt;EM&gt;I'd be interested in hearing about any other features that may be lost with using this model.&lt;/EM&gt;", but here goes anyway...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;I've spoken with a few customers who work in environments where the linux administrator does not have rights to create and resize the virtual hard drives.&amp;nbsp; This obviously shoots my recommendation of 1 filesystem per vmdk.&amp;nbsp; At this point I'm really glad I said I like LVM in the previous post.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;In this case, I think Andrew's recommendation is spot on.&amp;nbsp; The key is that &lt;STRONG&gt;the LVM needs to be properly aligned &lt;/STRONG&gt;(each physical volume in LVM2 terms)!&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;So, Andrew's formula might look like this:&lt;/DIV&gt;&lt;DIV&gt;disk.vmdk (two partitions with &lt;STRONG&gt;starting offsets (in sectors) divisible by 8&lt;/STRONG&gt;)&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;For simplicity sake, one might consider the following:&lt;/DIV&gt;&lt;DIV&gt;boot.vmdk (usually 256MB, &lt;STRONG&gt;a single partition starting at 64 sectors&lt;/STRONG&gt;)&lt;/DIV&gt;&lt;DIV&gt;lvm.vmdk (size depends on applications hosted, &lt;STRONG&gt;no partition table&lt;/STRONG&gt;)&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;Please keep a few other things in mind:&lt;/DIV&gt;&lt;DIV&gt;1.) Any additional vmdk that you add to the LVM must be properly aligned (simply use the whole device = aligned).&lt;/DIV&gt;&lt;DIV&gt;2.) Some utilities may not work with guest filesystems under LVM control.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hope this helps,&lt;/DIV&gt;&lt;DIV&gt;-Eric&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 16:08:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49834#M4770</guid>
      <dc:creator>forgette</dc:creator>
      <dc:date>2010-02-08T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49836#M4771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon Benedict recently posted &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-8107" target="_blank"&gt;this document&lt;/A&gt; which details how to create an aligned linux VM using kickstart.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-8107" target="_blank"&gt;http://communities.netapp.com/docs/DOC-8107&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 18:32:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49836#M4771</guid>
      <dc:creator>forgette</dc:creator>
      <dc:date>2010-09-24T18:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49841#M4772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt; For some reasone the access to this page has been limited. We were able to access it for a while but now we are greeted with "unauthorized" message. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 12:53:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49841#M4772</guid>
      <dc:creator>dejanliuit</dc:creator>
      <dc:date>2011-02-03T12:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49846#M4773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd also like to have access to this document restored...it looked useful but I had not gotten a chance to chare it with our Linux systems team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 19:03:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49846#M4773</guid>
      <dc:creator>danielmorgenstern</dc:creator>
      <dc:date>2011-02-03T19:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49851#M4775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't get to the document anymore either, but there is some good news... &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/4.0.8/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some searching I found this link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://communities.netapp.com/message/39917" target="_blank"&gt;http://communities.netapp.com/message/39917&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content is also in the latest version of &lt;A href="http://media.netapp.com/documents/tr-3747.pdf" target="_blank"&gt;NetApp TR-3747 “Best Practices for File System Alignment in Virtual Environments”&lt;/A&gt; as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 19:56:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49851#M4775</guid>
      <dc:creator>forgette</dc:creator>
      <dc:date>2011-02-03T19:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49856#M4777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Related&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Super Star CSE &lt;A _jive_internal="true" href="https://community.netapp.com/people/forgosh" target="_blank"&gt;Seth Forgosh&lt;/A&gt; recently &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-9044" target="_blank"&gt;posted his notes&lt;/A&gt; for dealing with misaligned LVM based disks.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;URL - &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="http://communities.netapp.com/docs/DOC-9044" target="_blank"&gt;http://communities.netapp.com/docs/DOC-9044&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 20:02:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49856#M4777</guid>
      <dc:creator>forgette</dc:creator>
      <dc:date>2011-02-03T20:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49860#M4779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt; In some of the above comments you suggest using a single, non-partitioned, disk for LVM and then lvolumes on top of that.&amp;nbsp; I've been unabel to get kickstart to create such a setup, I can't define a pv partition using the part command to be an entire disk:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;part pv.32 --onpart sdb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if I pre-create the pvolume in %pre, the volgroup command fails.&amp;nbsp; Same if I pre-create the vgroup in %pre, the logvol fails with a "no volume group exists with the name..." error.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The notes you link to don't seem to address this, any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 17:08:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49860#M4779</guid>
      <dc:creator>AMACKS_HBSP</dc:creator>
      <dc:date>2012-01-05T17:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49864#M4781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created this document based on Seth's doc. Maybe it can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-12170" target="_blank"&gt;https://communities.netapp.com/docs/DOC-12170&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro Rocha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 17:57:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49864#M4781</guid>
      <dc:creator>pedro_rocha</dc:creator>
      <dc:date>2012-01-05T17:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: instructions for alignment with Linux and LVM</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49867#M4782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't think kickstart can handle that type config (I'm happy to be wrong &lt;SPAN __jive_emoticon_name="mischief" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/mischief.gif"&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;Check out section 4.1 of this TR - &lt;A href="http://media.netapp.com/documents/tr-3747.pdf" title="http://media.netapp.com/documents/tr-3747.pdf" target="_blank"&gt;http://media.netapp.com/documents/tr-3747.pdf&lt;/A&gt; where Jon Benedict describes how to create properly aligned partitions in kickstart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-ef&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 18:27:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/instructions-for-alignment-with-Linux-and-LVM/m-p/49867#M4782</guid>
      <dc:creator>forgette</dc:creator>
      <dc:date>2012-01-05T18:27:11Z</dc:date>
    </item>
  </channel>
</rss>

