When installing db2 for Manage 9.17 we see DB2Cluster is no longer default choice.
We ran into issues when not having the default storage classes present. Two new PVC's are introduced 1. Temp Storage 2. Auit Log Storage.
Reading db2 role documentation the information for storage class and accestype is ambiguous for "db2_temp_storage_class" db2_temp_storage_class
It reads "Storage class used for temporary data. This must support ReadWriteMany(RWX) access mode."
"With Default: Defaults to ibmc-block-gold"
Normaly file would be RWX and block would be RWO.
Then at "db2_temp_storage_accessmode"
it reads "The access mode for the storage. This must support ReadWriteOnce(RWO) access mode." and "Default: ReadWriteOnce"
Should it be RWO or should it be RWX ??
When installing db2 for Manage 9.17 we see DB2Cluster is no longer default choice.
We ran into issues when not having the default storage classes present. Two new PVC's are introduced 1. Temp Storage 2. Auit Log Storage.
Reading db2 role documentation the information for storage class and accestype is ambiguous for "db2_temp_storage_class" db2_temp_storage_class
It reads "Storage class used for temporary data. This must support ReadWriteMany(RWX) access mode."
"With Default: Defaults to ibmc-block-gold"
Normaly file would be RWX and block would be RWO.
Then at "db2_temp_storage_accessmode"
it reads "The access mode for the storage. This must support ReadWriteOnce(RWO) access mode." and "Default: ReadWriteOnce"
Should it be RWO or should it be RWX ??