Question

convert ahv disks from thin to thick

  • 8 January 2024
  • 4 replies
  • 77 views

Badge +1

I’m wanting (for testing backups) to convert a disk on a VG from thin provisioned to thick. I’m not sure how to do this with ncli/acli, API or UI. Is this going to require qemu image commands? 


This topic has been closed for comments

4 replies

Userlevel 6
Badge +8

Nutanix AHV works with Thin. In ESX you can use both. 

 

More info here: https://www.joshodgers.com/2017/07/27/its-2017-lets-review-thick-vs-thin-provisioning/

 

https://portal.nutanix.com/page/documents/solutions/details?targetId=TN-2032-Data-Efficiency:thin-provisioning.html#:~:text=Thin%20provisioning%20on%20Nutanix%20outperforms,Fault%20Tolerance%2C%20require%20thick%20provisioning.
 

 

Userlevel 3
Badge +4

For AHV disk will be thin only. for ESXi you can chose thick or thin 

Badge +1

For AHV disk will be thin only. for ESXi you can chose thick or thin 

This was my assumption as well...However, why does API respond with the following:

 

            {
                "disk_address" : 
                {
                    "device_bus" : "scsi",
                    "device_index" : 1,
                    "disk_label" : "scsi.1",
                    "ndfs_filepath" : "/storagecontainer/.acropolis/vmdisk/7c22b170-1400-4dc6-8434-79b40884089e",
                    "vmdisk_uuid" : "7c22b170-1400-4dc6-8434-79b40884089e"
                },
                "flash_mode_enabled" : false,
                "is_cdrom" : false,
                "is_empty" : false,
                "is_scsi_passthrough" : true,
                "is_thin_provisioned" : false,
                "shared" : false,
                "size" : 6442450944000,
                "storage_container_uuid" : "f396603a-ce0f-4d33-9a6b-4fe2695f698c"
            }

 

I am trying to reproduce the above output but alas, mine consistently shows ‘true’ for is_thin_provisioned. 

Userlevel 5
Badge +6

Nutanix AHV uses thin only, ESXi uses thin and thick