Thin vhdk considered as thick in my esxi

Pentagon

I have selected thin HDD during creation of VM. but when i check the size of '.vmdk' file in Linux side, it shown actual tick size. for example : when i assign 250 gb, and i check the size of '.vmdk' , is exactly 250. anyone knows why esxi consider it as thick ?

thanks

Dmitry Savinkov

If you create thin provisioned disk for your VM, it means allocated space (in your case 250GB) is not fully commited only to this VM in VMFS file system and unused blocks of this capacity might be shared with other VMs. You can also check the documentation:

For a thin virtual disk, ESXi provisions the entire space required for the disk’s current and future activities, for example 40GB. However, the thin disk commits only as much storage space as the disk needs for its initial operations.

On the other hand, guest OS Linux is not aware of VMFS thin disks, therefore your Linux file system (ext3,ext4 or whatever you use) sees entire capacity of 250GB.

In ESXi you can check actual disk usage of thin disk by running stat command against your .vmdk file.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Why does my image have a thick black line around?

From Dev

"&" Symbol in String of my class is not considered as a part of it

From Dev

Thick orange ProgressBar instead of thin blue one

From Dev

Why is my xml doc considered an element?

From Dev

Trying to make a paintbrush effect for my drawing app, but it starts too thick

From Dev

Why is my '+' operator considered as a new line character?

From Dev

PowerShell: How to get the name of my ESXi

From Dev

PHPExcel - are there more border styles other than BORDER_THICK and BORDER_THIN

From Dev

Draw a Line with Thick Base and Thin Top -Speedometer Needle

From Dev

What temperature is considered bad for my processor?

From Dev

Why is my object variable considered null?

From Dev

Why is my sub class considered a abstract class?

From Dev

Thin or thick REST-client?

From Dev

What temperature is considered bad for my processor?

From Dev

Windows NTP Client Not Syncing with my ESXi NTP Server

From Dev

"&" Symbol in String of my class is not considered as a part of it

From Dev

Why sometimes my UIBarButton is bold and sometimes it's thin

From Dev

Thick orange ProgressBar instead of thin blue one

From Dev

How to create a super thin border ( black ) around a border that is super thick and multi color

From Dev

CSS - border-bottom double 1 thick 1 thin

From Dev

Trying to make a paintbrush effect for my drawing app, but it starts too thick

From Dev

Is this considered loop in my ERD?

From Dev

Why is my '+' operator considered as a new line character?

From Dev

Smart Client, as opposed to Thin/Thick Client- Examples

From Dev

My .scss aren't considered in my ruby app

From Dev

Designing client (thick) / server + extra REST API for the thin client

From Dev

My symfony code isn't considered

From Dev

PowerShell: How to get the name of my ESXi

From Dev

When use thick client over thin client?

Related Related

  1. 1

    Why does my image have a thick black line around?

  2. 2

    "&" Symbol in String of my class is not considered as a part of it

  3. 3

    Thick orange ProgressBar instead of thin blue one

  4. 4

    Why is my xml doc considered an element?

  5. 5

    Trying to make a paintbrush effect for my drawing app, but it starts too thick

  6. 6

    Why is my '+' operator considered as a new line character?

  7. 7

    PowerShell: How to get the name of my ESXi

  8. 8

    PHPExcel - are there more border styles other than BORDER_THICK and BORDER_THIN

  9. 9

    Draw a Line with Thick Base and Thin Top -Speedometer Needle

  10. 10

    What temperature is considered bad for my processor?

  11. 11

    Why is my object variable considered null?

  12. 12

    Why is my sub class considered a abstract class?

  13. 13

    Thin or thick REST-client?

  14. 14

    What temperature is considered bad for my processor?

  15. 15

    Windows NTP Client Not Syncing with my ESXi NTP Server

  16. 16

    "&" Symbol in String of my class is not considered as a part of it

  17. 17

    Why sometimes my UIBarButton is bold and sometimes it's thin

  18. 18

    Thick orange ProgressBar instead of thin blue one

  19. 19

    How to create a super thin border ( black ) around a border that is super thick and multi color

  20. 20

    CSS - border-bottom double 1 thick 1 thin

  21. 21

    Trying to make a paintbrush effect for my drawing app, but it starts too thick

  22. 22

    Is this considered loop in my ERD?

  23. 23

    Why is my '+' operator considered as a new line character?

  24. 24

    Smart Client, as opposed to Thin/Thick Client- Examples

  25. 25

    My .scss aren't considered in my ruby app

  26. 26

    Designing client (thick) / server + extra REST API for the thin client

  27. 27

    My symfony code isn't considered

  28. 28

    PowerShell: How to get the name of my ESXi

  29. 29

    When use thick client over thin client?

HotTag

Archive