Skip to Main Content
IBM System Storage Ideas Portal


This portal is to open public enhancement requests against IBM System Storage 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.

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
Created by Guest
Created on Nov 20, 2020

Snapshot directories should be separate mountpoints or snapshotted files should have unique inode numbers

In Linux, files in Spectrum Scale snapshots have the same device id
(st_dev) and inode number (st_ino) as their live counterparts. They
have the same device because all snapshots in a filesystem are under the
same mountpoint as the live version of the filesystem.

This breaks the following guarantee in Linux (and POSIX if one wants to
be picky): 'The st_ino and st_dev fields taken together uniquely
identify the file within the system.'

When using snapshots in Spectrum Scale, two different files (a
snapshotted file and a corresponding live file) can have the same device
id and inode number, and this in turn can break applications, as
demonstrated in the use case examples of this RFE.

How does other snapshotted filesystems handle this? For the ones that I
have looked at, the guarantee is kept by letting each snapshot be a
separate mountpoint with a unique device id for each snapshot. I guess
an alternative solution would be to change the inode number for a
snapshotted file when the live file is modified. At least the inode
number returned by stat(2) -- I assume Spectrum Scale would need to keep
the original inode number internally to track snapshotted files
relations to the live files.

For this RFE, we would be happy if either

- each snapshot in the global snapdir is a separate mountpoint with a
unique device id, or
- stat(2) for a snapshotted file returns a unique inode number if the
live file has been modified.

To limit the scope of this RFE: we are not interested in how
'mmsnapdir -a' or fileset snapshots are handled, so this RFE covers the
global snapdir only.

Idea priority Low
  • Guest
    Reply
    |
    May 24, 2021

    While the RFE status shows declined, internally we have put this in a 'deferred' status , meaning we think this a a valid request but is not in our plans for the foreseeable future, we will revisit this