Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 Delivered
Workspace AIX
Created by Guest
Created on Dec 10, 2020

filesystem shrinking with multiple threads

The current shrinkfs functionality of AIX does not scale well and only uses one thread for moving data during a shrink. Since during the work of shrinkfs the filesystem is quiesced to avoid conflicts with new I/O, this can cause applications to block for a very long time and cause some to eventually fail due to time delays in I/O. The only remedy that has been suggested is to shrink in small amounts multiple times. This works for some environments, but for others the only remedy is to do shrink during down times or having to do extra work on the weekends when activity is low. So we would like an option for chfs to do shrinking with multiple threads which would be a performance enhancement.

Idea priority Medium
  • Guest
    Reply
    |
    Dec 11, 2020

    shrinkfs improvements are delivered in AIX 7.2 TL 5. Improved shrinkfs functionality minimizes the amount of time the filesystem is quiesced. Also added a progress indicator to the shrinkfs command output.