IBM / Db2

Db2 Universal Container deployment
Apache License 2.0
9 stars 34 forks source link

<helmrelease>-db2u-restore-morph-job Errors - The default database not found in system catalog #27

Open hjoshua opened 4 years ago

hjoshua commented 4 years ago
global:
  dbType: db2wh
images:
  db2u:
    replicas: 1
mln:
  distribution: '2:1'
  total: 2
limit:
  cpu: 5000m 
  memory: 5Gi
storage:
  storageClassName: nfs-client
  useDynamicProvisioning: true
  persisted: true
subType: mpp
dedicated: true
runtime: ICP4Data

Using this chart: https://github.com/IBM/Db2/tree/develop/deployment/ibm-db2u

This is our nfs-client storageclass

IsDefaultClass:        No
Annotations:           <none>
Provisioner:           cluster.local/nfs-nfs-client-provisioner
Parameters:            archiveOnDelete=true
AllowVolumeExpansion:  True
MountOptions:
  nfsvers=4
  context=system_u:object_r:container_file_t:s0
ReclaimPolicy:      Delete
VolumeBindingMode:  Immediate
Events:             <none>

This happened after we uninstall and re-installed db2 several times. Note that we label our nodes with "icp4data=database-db2wh"

burgatshow commented 4 years ago

This happens to me as well! And do not know, what's going wrong...