Skip to Main Content
IBM Cloud - Structured Ideas


This portal is to open public enhancement requests against IBM Cloud and its products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

IBM Cloud Support Center (https://cloud.ibm.com/unifiedsupport/cases/form) – Use this site for any IBM Cloud defect or support need.

Stack Overflow (https://stackoverflow.com/questions/tagged/ibm-cloud) – Use this site for IBM Cloud technical Q&A using the tag "ibm-cloud".

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Categories Virtual Servers
Created by Guest
Created on Aug 28, 2023

Provide a reliable method to identify instance storage disks attached to VSIs on the disk driver level.

Identifying instance storage disks attached to VSIs in IBM Cloud is currently not straightforward on the disk driver level. The suggested solutions from IBM all have their drawbacks and are not reliable from a long-term perspective. The solutions and their respective drawbacks are as follows:

1. Use of boot ordering of devices: After deployment, boot order of devices can change based upon adding of devices and/or when instance resize is done.

2. Use Sector size of 4096: Sector size can change for disks in the long term and is not reliable.

3. IMDS metadata query: IMDS queries are too late in the boot process and instance storage disks need to be identified very early in the boot process for our use case.

4. Cache mode setting: IBM confirmed that cache mode setting can be changed in the future, so this can't be used.

Expected solution:

Adding any unique identification in the block descriptor of disks to indicate whether a disk is an instance storage disk would solve the issue.

We use the virtio block driver for disks attached to VSIs. One reliable method for achieving the above is through the virtio block request type of VIRTIO_BLK_T_GET_ID, which returns 20 bytes of identifier information.  If IBM Cloud can change these 20 bytes of ID returned to a specific 20 bytes that indicate the device is an "instance storage disk" or "persistent disk", we can then identify and uniquely handle the device correctly at boot.

The above suggested method would provide a long-term reliable solution for identifying instance storage disks in IBM Cloud VSIs.

Idea priority Medium
Needed By Not sure -- Just thought it was cool