Block size is too small - reformat the data store or create files VMDk 2?

Hello

I'm new to VMware and so far I absolutely love everything about her!  Well, I was not too happy when I realized that I can't create more than 256 GB a drive without reformatting the VMFS datastore.   Apparently, I accepted the block size of 1 MB by default during the installation...   I now need to configure a file server with about 500 GB of storage.  The data store with a larger block size (4 MB would be fine for me) reformatting is easy enough?  I am currently working on the first host ESXi 4.1 and will move to set up 2 more hosts in the coming weeks.  I read somewhere on the forum that ESXi 4.0 doesn't let you change the block size by default of 1 MB - is this true or relevant to 4.1?

Currently, I have only 2 small VMs on that host, and these can be easily saved and put offline for a few hours, if necessary.  When starting the server, I created a single RAID array that holds ESXi and all virtual machines - does that mean that I have to reinstall ESXi in order to increase the size of the block?

An alternative that I can get to is to simply create 2 255 GB VMDK each and load distribution of storage in the guest operating system (Win 2008).   Performance wise, is a disc more great and better (or worse) than the two smaller disks?

On a related note, what should I choose for the "Independent" option when you add a new virtual disk?  Default is disabled (not independent).

Your thoughts, focus and expertise are welcome and will be greatly appreciated!

Thanks in advance,

Dothan

Dothan,

You should power (after the virtual machine backup) remove the current data store and create a new one with the new block size. I did not have this on ESXi 4.1 again, however, he worked on ESXi 4.0.

The maximum size of VMDK. If you want ot be able to take pictures, make sure you subtract twice the size of block in GB of the documented maximum size.

Block size 1 MB--> 254 GB (= 256 GB, 2 GB)

Block size of 2 MB--> 508 GB (= 512 GB - 4 GB)

Size of block 4 MB--> GB 1 016 (= 1 024 GB - 8 GB)

Block size of 8 MB--> GB 2 032 (= 2 048 GB to 16 GB)

André

EDIT: Just the KB for the maximum sizes. http://KB.VMware.com/kb/1012384

Tags: VMware

Similar Questions

  • The font size is too small in the email received

    When I receive email using Windows Live Mail, the size of the font of the text is too small, and I can't read them. I was able to select the size of the police "The greatest." However, I still don't see any difference in an email of some, like the email receipt from PayPal.

    When I was using old Outlook Express in Windows XP, I don't have this kind of problem.

    Could you please let me know how to enlarge the size of the font of the received email?

    I use Windows 7 (64).

    Thank you.

    Hi Adam,.

    Thanks for your suggestion.

    But I had no more time to play with this problem and decided to use Zimbra Desktop.

    Zimbra works very well. I can see very clearly the HTML messages and can print with the font size, I want, just like Outlook Express.

    Thanks in any case.

    Best regards

    Dr. Musou

  • Script of VM inventory for VM name with the location, the name of the Cluster and data storing total size and free space in the data store.

    Hello
    I'm looking for small changes in the script. I want the output to the database in GB and not MB. Any help on this will be appreciated.

    $vc = to connect-viserver "e.g. name VC.
    $report = @)
    {foreach ($vm in Get - VM)
    $ds = get - Datastore - VM $vm
    $report += $ds. Select @{N = "Name"; E = {$vm}},
    @{N = 'Cluster'; E = {Get-Cluster - VM $vm}},
    @{N = "ESX host"; E = {(Get-VMHost-VM $vm).} Name}},
    @{N = "Datastore"; E={$_. Name}},
    @{N = 'Capacity DS'; E={$_. CapacityMB}},
    @{N = "DS free"; E={$_. FreeSpaceMB}}
    }
    $report | Export-Csv - NoTypeInformation C:\VM_CLuster_Host_Datastore.csv

    Thank you

    vmguys

    Use the constant of builtin PowerShell 1 KB

    $vc = connect-viserver "eg VC name" $report = @()
    foreach($vm in Get-VM){
        $ds = Get-Datastore -VM $vm    $report += $ds | Select @{N="Name";E={$vm}},
            @{N="Cluster";E={Get-Cluster -VM $vm}},
            @{N="ESX Host";E={(Get-VMHost -VM $vm).Name}},
            @{N="Datastore";E={$_.Name}},
            @{N="DS Capacity GB";E={$_.CapacityMB/1KB}},
            @{N="DS Free GB";E={$_.FreeSpaceMB/1KB}}
    }
    $report | Export-Csv -NoTypeInformation C:\VM_CLuster_Host_Datastore.csv
    

    And if you want some control the format of numbers, use the Round method

    $vc = connect-viserver "eg VC name" $report = @()
    foreach($vm in Get-VM){
        $ds = Get-Datastore -VM $vm    $report += $ds | Select @{N="Name";E={$vm}},
            @{N="Cluster";E={Get-Cluster -VM $vm}},
            @{N="ESX Host";E={(Get-VMHost -VM $vm).Name}},
            @{N="Datastore";E={$_.Name}},
            @{N="DS Capacity GB";E={[Math]::Round($_.CapacityMB/1KB,2)}},
            @{N="DS Free GB";E={[Math]::Round($_.FreeSpaceMB/1KB,2)}}
    }
    $report | Export-Csv -NoTypeInformation C:\VM_CLuster_Host_Datastore.csv
    
  • VMX file larger than the maximum size supported by the data store

    Hi all

    I seem to be getting a strange error trying to a virtual machine that is located on a snapshot VMFS5, to the data store format.

    The virtual machine (VMDK and VMX file) is installed on a thin provisioned 2 TB datastore which has the value VMFS5 formatting.  It is a data store new with no other VM on it.  I had problems in the past with the datastore block sizes (1 MB, 2 MB, 4 MB, 8 MB on VMFS3), however, I thought that VMFS5 got rid of the question, since it's all blocks of 1 MB and all files in the virtual computer are on the same data store.

    The error I get indicates that the VMX file is too large for the data store (used Im saying "unspecified file), however, if I do the independent 2 TB disk snapshots through the fine.  The virtual machine has two virtual disks, a 50 VMDK of GB and a thin 2 TB VMDK (200 GB used).  I tried fast vMotioning the VMDK and VMX to other data formatted VMFS5 stores and still get the same error.

    I'd appreciate any help and ideas.

    Thank you

    Travis

    Although the block size limit is party, maximum 2 TB file size less 512octets still exists. Since a Flash disk can grow waist put in service the basic disk more overhead for the metadata, the maximum size of virtual disk - to be able to create snapshots - is 2032 GB.

    See "calculation time system required by the snapshot files" at http://kb.vmware.com/kb/1012384

    André

  • File is greater than the maximum size supported by the data store "Datastore1".

    Okay, I'm trying to create a virtual machine from 350 GB.  I need to run a database of 283 GB to test / Proof of concept that will grow more than 325 GB. I get this error message

    -


    Error

    -


    File is larger than the maximum size supported by datastore 'Datastore '.  vm name.domain.com/server name.domain.com.vmdk

    -


    Ok

    -


    I have read that I need to increase the size of the block, but I need to remove the data store. Is it the same on ESXi 4.0?  I have 4 other VM about 150 GB. Please tell me I'm wrong.  Please...

    Same rules apply.  Create an another LUN with the correct block size and away files or hang the lun and recreate

    Steve Beaver

    VMware communities user moderator

    VMware vExpert 2009

    ====

    Co-author of "VMware ESX Essentials in the data center" virtual

    (ISBN:1420070274) Auerbach

    Come and see my blog: www.theVirtualBlackHole.com

    Come follow me on twitter http://www.twitter.com/sbeaver

    *Virtualization is a journey, not a project. *

  • Reformatting my data store

    Hello

    I have a 1.36 Terabyte ATA drive in my ESXi machine. The maximum size of a VM is 256 gigabytes because my block size is 1 meg.

    I need to create a virtual 800 meg. Based on my reading I have to reformat the data store.

    I have two virtual machines on this data store I want to keep. My plan is to:

    1 export the two virtual to the FVO.

    2 remove the data from the VSphere Client store.

    3. Add the datastore to return. I need to reformat the data at the time store?

    If I am invited, I will choose 8 meg blocks so I can have large virtual methods.

    My plan is viable? I just can't remember if adding a store of data raises the need for a new format. Should I still remove the data store for the reformat once I exported the virtual methods in the ovf? I would like to go with the VSphere Client if possible since I'm not real handy with linux commands.

    Thanks in advance for any help.

    Mike Gallery

    Mike,

    (1) I would recommend export under VMs VMware, not OVFs.

    (2) Yes

    (3) Yes, you will be asked for the size on the creation of the data store.

    All this from the GUI.

  • Not enough space on the data store. Could not power on VM:No space available on the device

    Hello

    Here's my problem. I have several virtual machines. But one of them can be powered on because of the problem of space. I can not add spaces because there is nothing to add. The data store is only 760 MB left. There is summary information about the virtual machine below. I need power somehow on this machine, but how can I do. can I add another data store space. Y at - it files I can delete from the data store. Snapshot file is considerably large, I can reduce its size without changing anything.

    Thank you.

    sumary.png

    There are several ways to approach this problem

    1. you can storage vmotion, some VMs who are currently used and this will free space.

    2. check the clichés that you don't use, and delete those.

    3. reduce the memory of some other virtual machines which are turned on so that the swap space can be saved.

  • "The new page size is too small": how?

    The width of the page in my book was 4,125 "with 0.25" margins on the sides. The title pages of each section have tabs to purge, and I needed to increase the size of the page to remove a text which was on the tabs, but off the page. I increased the width of the page 6 "and deleted text, but now I can't change to 4,125" wide. FM said: "new page size is too small for some custom column layouts. Why? It was 4,125 "before...

    I checked my master pages, and there are no pages that have columns that are too wide for one page 4,125 ". None of the text boxes exceeds 3.625 ".

    Sometimes I can bypass this message by reducing the width of page in smaller increments, but in this case the message happens even if I reduce the width to 5.99 ". I also tried to decrease all the text boxes to 3.5 "but get the same message.

    Any ideas?

    Thank you

    Tami

    What specific version of FM (help > about) and o/s?

    I often met this already too, in all versions of FM. It seems that there is some routine check who comes in is that after we resize the pages and it won't let go.

    You mention the title pages have tabs to purge, but you did not say specifically, is to know if the text off page is serving on a page of the body or on a master page?

    When you deleted the text in the tab, you also remove the frame, the text was? If this isn't the case, it's probably what FM complains, because he "knows" now on the block of text off-page.

    I'm racking my brain to remember what solutions I found...

    Sheila

  • Property of block size of the data store

    How to get the block size defined in the configuration of the data store tab. Is there a property, I should be looking. Currently, I tried getting the object managed data store but were not able to get the size of the block that.

    If you are looking for the solution with PowerCLI, take a look at Re: version list VMFS and block size of all data stores

    André

  • The data store size is smaller than the virtual disk

    Just deploy a new installation of ESXI 4.1 rev3 on a new Dell PE R520 server with 4 disks 1 GB configured in a single Bay RAID5.  When I connect with vSphere and go to Configuration > it shows storage data store being just 740 GB.  However when I go to storage adapters and select the vmhba it shows the complete 2.73 CT of the RAID array that I need to use.  Nowhere I chose Go 740 for the size of the data store, so I don't know how it has been brought to this size.  If I try to delete and re-create 740 GB is the maximum I can create.

    What I am doing wrong and how do I create a data store that uses all 2.73 CT?  Screenshots are attached.

    Thanks in advance,

    Ben

    4 ESXi does not support LUNS > 2 TB.  Any increase on a multiple of 2 TB, it's what you'll see (e.g. 2.73 TB - 2 TB =.73 to ~ = 740 GB you see).

    But the real question is why you install version 3 year of the hypervisor?

  • Error: snapshot file < uspecified filename > is greater than th emaximum size supported by the data store

    I get the following error.

    File & lt; uspecified filename & gt; is superior to th emaximum supported by the data store

    My vm is 1024 GB, my block size is 4 MB and I 5.05 TB of free space.  The navigation data store, I see that there is a snapshot file incomplete 2gigs in size. I made snapshots to create in a different location from http://kb.vmware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1002929 but still the same problem. Thanks for any help

    The virtual disk is too large to create a snapshot on a 4MB block size data store. The maximum size of VMDK is 1,016 Go.

    See "calculation time system required by the snapshot files" in http://kb.vmware.com/kb/1012384

    André

  • Snapshot error (.. is larger than the maximum size supported by the data store)

    Hello

    I have a standalone DL360G5 with local storage. I have about 1.1 TB of storage (free in storage 1 TB)

    I have a virtual machine that is configured with a provisioning (256 GB of storage) which is currently 14 GB. He should get a site off backup server.

    When you take a snapshot of the next error message.

    'File '.

    The error message doesn't make sense because it takes only 14 GB of storage, and since I'm more Quen free 1 TB of storage should not be any problem.

    Someone knows how to solve this problem or to get a work around for a snapshot?

    Thank you

    I think that you will need to reformat the data with a block size store. By default, the maximum is 256GB. Slim doesn't help here as a snapshot could grow beyond.

  • for some programs screen size is too small and I can't expand. This is especially true for some programs of online games like bridge base online.

    Some programs to fill only a part of the space available on the monitor (maybe 25%).  The size is too small to use more easily.  I notice it especially with some of the online training programs.

    Hello

    • This happens to you with a game or all games?

    Do a right click and go to the shortcut properties and find the box where it says 'run' pass the value normal in full screen.

    If this does not help, configure the following setting and check:

    (1) right-click on the game shortcut icon, click on properties.
    (2) on the shortcut tab, go to run.
    (3) in the drop-down list, select expand.
    (4) click on apply to apply the setting.
    5) click Ok to confirm the change.

    Also, I suggest you try changing the hardware acceleration, here are the steps to change the hardware acceleration.

    1. Select start > Control Panel
    2. in the window of the Control Panel, click appearance and personalization
    3. click on personalization > display settings, and then click Advanced settings.
    4. go in the Troubleshooting tab, and then click on change settings.
    Note: The settings will be disabled if the graphics card driver does not support disabling hardware acceleration.
    5. move the hardware acceleration slider until it is one notch to the right of None. It is the basis of acceleration.
    6. click OK twice, and then close the window.

  • 0 blocks free PTR - cannot create new files on the data store

    We have been experiencing problems trying to power on virtual machines. When attempting to power on virtual machines, we see the error "cannot extend the pagefile from 0 KB to 2097152 KB".

    We checked the .vswp file are created in the folder of the Virtual Machine on the data store. Connection to the ESXi host, we have seen the following in vmkernel.log error message:

    (2016 01-16 T 21: 19:40.556Z cpu1:4971732) WARNING: Res3: 6984: "freenas-6-ds": [rt 3] No. Space - has not found enough resources after the second pass! (requis_:_1,_trouvé_:_0) 2016-01 - 16 T 21: 19:40.556Z cpu1:4971732) Res3: 6985: "freenas-6-ds": [rt 3] resources t 0, e 0, PN 16, BM 0, b 0, RCs u 0, i 0, 4031 nf, pe 0, 0 2016-01-16 T 21 oe: 19:40.556Z cpu1:4971732) WARNING: SwapExtend: 683: impossible to extend the pagefile from 0 KB to 2097152 KB.

    This was surprising given that we have about 14 TB of space available on the data store:

    [root@clueless:~] df h

    Size of filesystem used available use % mounted on

    VMFS-5 20.0 T 5.4 T 14.6 T/vmfs/volumes/freenas-six-ds 27%

    However, when we use "dd" to write a 20 GB file, we would get "no space left on device:

    [root@clueless:/vmfs/volumes/55a00d31-3dc0f02c-9803-025056000040/deleteme] dd if = / dev/urandom of = deleteme bs = 1024 count = 2024000

    DD: writing "deleteme": no space is available on the device

    263734 + 0 records in

    out 263733 + 0 reviews

    [root@clueless:/vmfs/volumes/55a00d31-3dc0f02c-9803-025056000040/deleteme] ls - lh deleteme

    -rw - r - r - 1 root root 19 Jan 255,1 M 01:02 deleteme

    We checked that we have free inodes:

    The ramdisk name system include in reserved Coredumps used Maximum reserved free use pic free maximum allocated Inodes used Inodes Inodes Mount Point

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    root of true true 32768 KiB 32768 KiB KiB KiB 99% 99% 9472 4096 3575 176 176.

    true true etc 28672 KiB 28672 KiB 284 KiB 320 KiB 99% 99% 4096 1024 516/etc

    Choose true true 0 KiB KiB 0 KiB KiB 0 100% 0% 8 1024 8192 32768 / opt

    var true true 5120 KiB 49152 484 516 99% 90% 8192 384 379 KiB KiB KiB / var

    tmp false false 2048 KiB 262144 KiB 20 KiB 360 KiB 99% 99% 8 256 8192/tmp

    false false hostdstats KiB 310272 KiB 3076 KiB 3076 KiB 99 0% 0% 8192 32 5/var/lib/vmware/hostd/stats


    We believe that our cause is due to have 0 free blocks of PTR:

    [root@clueless:/vmfs/volumes/55a00d31-3dc0f02c-9803-025056000040] vmkfstools Pei - v 10/vmfs/volumes/freenas-six-ds.

    System file VMFS-5, 61 extending on 1 partition.

    File system label (if applicable): freenas-six-ds

    Mode: public TTY only

    Capacity 21989964120064 (blocks of files 20971264 * 1048576), 16008529051648 (15266923 blocks) prevail, max supported size of the 69201586814976 file

    Volume creation time: Fri Jul 10 18:21:37 2015

    Files (max / free): 130000/119680

    Blocks of PTR (max / free): 64512/0

    Void / blocks (max / free): 32000/28323

    The secondary blocks of Ptr (max / free): 256/256

    Drop blocks (approve/used/approve %): 0/5704341/0

    Blocks of PTR (approve/used/approve %): 64512/0/0

    Void / blocks (approve/used/approve %): 3677/0/0

    Size of volume metadata: 911048704

    UUID: 55a00d31-3dc0f02c-9803-025056000040

    Logical unit: 55a00d30-985bb532-BOI.30-025056000040

    Partitions split (on 'lvm'):

    NAA.6589cfc0000006f3a584e7c8e67a8ddd:1

    Instant native is Capable: YES

    OBJLIB-LIB: ObjLib cleaned.

    WORKER: asyncOps = 0 maxActiveOps = 0 maxPending = 0 maxCompleted = 0

    When we turn off a virtual machine, it will release 1 block of PTR and we would be able to on another VM / create the 20 GB file using "dd". Once we reached 0 free blocks of PTR, we are unable to create new files.

    Can anyone give any suggestions on how we may be able to clear the blocks PTR? We have already tried to restart all services of management on all ESXi hosts connected.

    FreeNAS is not running on a virtual machine.

    We solved the problem by finding a lot PTR blocks have been used by many of our models of virtual machine. Remove the disk models solved the problem.

  • Dell virtual disk are larger. You want to increase the size of the data store.

    Hello

    I started the implementation of a server ESXi 5.5 Update 1 this week. I didn't know Dell shipped the server with two virtual disks instead of one. I realized this _apres_ that I had already created the data store and setup a few virtual machines to the breast. I called Dell who sent specific instructions to increase the removal of the second (empty) virtual disk and add it to the main. In the end, I increased the single VD from 2 TB to 3 TB and I want to give the remaining space in my store of data.

    I tried to follow the article here that explains how to do this via the CLI.

    Well, he did not altogether. Fortunately, I was able to recover my datastore my setting start and end sectors to their original numbers. But I'm still left with this almost 1 TB of space that I can not attribute to the data store. After that I reread storage adapters in the client, the new Dell disk size resulted under measurement devices. Click on "increase...". ", generates the following error which led me on the way to the CLI method:

    Call "HostDatastoreSystem.QueryAvailableDisksForVmfs" to object "ha-datastoresystem" on ESXi '[myservername]' failed.

    I will paste my notes that I took everything by jobs. Things have exploded the rails when I put 4 partition size to the largest size. Any help, please?

    ---

    I use that as a guide:

    http://KB.VMware.com/selfservice/search.do?cmd=displayKC & docType = kc & docTypeID = DT_KB_1_1 & externalId = 2002461


    1 use start hardware device management tools to increase the capacity of additional disk to the device. For more information, commit your hardware provider.

    This has been done. The new size of the virtual disk is 2791,88 GB (TB 2,79188)


    2. open a console to the ESXi host.

    Pretty simple.


    3. get the DeviceID for the data store to change.

    ~ # vmkfstools Pei "/ vmfs/volumes/datastore1 / '.

    System file VMFS-5, 60 extending on 1 partition.

    File system label (if applicable): datastore1

    Mode: public

    Capacity 1971926859776 (blocks of files 1880576 * 1048576), 1042688245760 (994385 blocks) prevail, max size of the 69201586814976 file

    UUID: 534e5121 - 4450-19dc-f8bc1238e18a 260d

    Partitions split (on 'lvm'):

    NAA.6c81f660ef0d23001ad809071096d28a:4


    A couple of things to note:

    a. the device for Datastore1 ID is: naa.6c81f660ef0d23001ad809071096d28a

    b. the number of Partition on the disk is: 4 ' [...]: 4 "»

    c. the prefix, "naa," means "Network address authority" the number immediately after is a single logical unit number.

    4. Enter the amount of disk space available on the data store.

    ~ # df h

    Size of filesystem used available use % mounted on

    VMFS-5 1. 8T 865.4 G 971,1 G 47% / vmfs/volumes/datastore1


    5 team of the device identifier, to identify the existing partitions on the device by using the partedUtil command.

    ~ # partedUtil get ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a '.

    364456 255 63 5854986240

    1 63 80324 222 0

    2 80325 8466884 6 0

    3 8466885 13709764 252 0

    4 13711360 3865468766 251 0

    ~ #


    According to the table in article KB

    4 13711360 3865468766 251 0 - primary #4, type 251 = 0xFB = VMFS, 13711360-3865468766 areas

    | |        |          |   |

    | |        |          |   \---attribut

    | |        |          \---type

    | |        \---se finishing sector

    | \---a starting from sector

    partition \---Numero


    Also note how the number of section start the old end sector number is + 1.


    6 identify the partitions that need to be resized and the size of the space to use.

    We want to resize partition 4. I don't really understand the last part of this sentence, however. Read more.


    7 the number of sector end you want for the target data store VMFS partitions. To use all out at the end of the disc space, remove 1 of the size of the disk in the areas as described in step 5 in order to get the last usable area.

    ESXi 5.x has a command to do this:

    ~ # partedUtil getUsableSectors "/ vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a".

    1 5854986239

    This means that we want 4 Partition of "naa.6c81f660ef0d23001ad809071096d28a" to be:

    13711360 - 5854986239 (i.e. the end of the disc)


    8 resize the partition containing the target VMFS Datastore using the command partedUtil, specifying the original existing partition and the desired end sector:

    Using the above information, our command is:

    resize # partedUtil ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a ' 4 13711360 5854986239


    9 step 8, the partedUtil command can report the warning:

    He did not. Displacement.


    10. the tables of partitions have been adjusted, but the VMFS data within the partition store is always the same size. Now there is an empty space in the partition where the VMFS data store can be grown.


    11 launch this v vmkfstools command to perform a refresh for VMFS volumes.

    Fact.


    12 reach the VMFS Datastore in the new space using the command - growfs vmkfstools, specifying the partition containing the VMFS Datastore target twice.

    vmkfstools - growfs ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a:4 ' ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a:4 '.


    It did not work. I got an error:

    / vmfs/volumes # vmkfstools - growfs ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a:4 ' /vmfs/devices/disks/naa.6c81f660ef0d «»

    23001ad809071096d28a:4 ".

    Cannot get device head way /dev/disks/naa.6c81f660ef0d23001ad809071096d28a:4 information


    Also the partition was very different to what I asked:

    ~ # partedUtil get ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a '.

    364456 255 63 5854986240

    1 63 80324 222 0

    2 80325 8466884 6 0

    3 8466885 13709764 252 0

    4 13711360 1560018942 251 0


    I fixed it by running these commands:

    ~ # partedUtil resize ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a ' 4 13711360 3865468766

    ~ # vmkfstools v

    ~ # partedUtil get ' / vmfs/devices/disks/naa.6c81f660ef0d23001ad809071096d28a '.

    364456 255 63 5854986240

    1 63 80324 222 0

    2 80325 8466884 6 0

    3 8466885 13709764 252 0

    4 13711360 3865468766 251 0

    Update:

    Since it was such a new machine, not in active production, we have safeguarded the VMs management off the ESXi host. Then flattened the virtual disk, recreated, and then created a store of data with the right size. (TPG this time, naturally.) We put the management of virtual machines on the data store. For Windows virtual machines, we have restored the using AppAssure. Everything is ok now.

    Need to add a new item to the list of punch: check what Dell has done the configuration of the virtual disks. :-)

Maybe you are looking for