Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Delivered
Workspace Db2
Created by Guest
Created on Apr 24, 2018

Support of btrfs on Db2 11.1.3.3 is required

Daimler needs support of btrfs on Db2 11.1 on SLES 12 SP3.
result of IBM PMR (Case TS000138704):
“Although the DB2 documentation only lists recommended file systems, support for unlisted file system might be limited and there is no guarantee that DB2 will work with it.
Whether it is not supported or not tested would mean that it can generate an error on your machine in certain phases.”

https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.dbobj.doc/doc/r0056470.html
BTRFS is not listed, therefore it is not recommended.
Technote swg21978698 covers installation of Db2 on BTRFS (in our blueprint: /opt/IBM/db2), which has already known issues.
http://www-01.ibm.com/support/docview.wss?uid=swg21978698

Even we at Daimler are currently discussing root filesystem (“/”) and we basically do not use the root filesystem for DB2 (no installion, no data container), root fs is still used:
- in installation which uses /tmp => solution: we could define /tmp as separate filesystem
- by any kernel call (forking process , performing I/O)
Setup layout at Daimler on SLES:
/opt/IBM/db2 xfs Installation directory
/srv/db2/home xfs Instance home directory
/srv/db2/var xfs dumpg directory
/srv/db2/data1 xfs Data$Index tablespace container directory
/srv/db2/temp1 xfs Temp tablespace container directory
/srv/db2/evmon xfs Event monitoring directory
/srv/db2/onredop xfs Logpath
/srv/db2/onredom xfs Mirrorlogpath
/srv/db2/offredo xfs Archive log path for emergency
/dbshare xfs Application related data
/free_SOD xfs Free Storage to sue on demand
/ ??? OS root filesystem
Default Filesystem of "/" (root fs ) is btrfs, but it is not supported by Db2!