dynamic-localpv-provisioner icon indicating copy to clipboard operation
dynamic-localpv-provisioner copied to clipboard

openebs-device deleted contents of directory

Open th-2021 opened this issue 2 years ago • 0 comments

Describe the bug: A clear and concise description of what the bug is. I configured openebs-device to use /dev/sda. This worked. But the second tenant (minio) was not created on /dev/sda, but on /data. When deleting the tenant, the complete /data directory was deleted and not just the tenant. Is this expected? (I switched to openebs-lvmpv)

Expected behaviour: A concise description of what you expected to happen

Steps to reproduce the bug: Steps to reproduce the bug should be clear and easily reproducible to help people gain an understanding of the problem

The output of the following commands will help us better understand what's going on:

  • kubectl get pods -n <openebs_namespace> --show-labels
  • kubectl logs <upgrade_job_pod> -n <openebs_namespace>

Anything else we need to know?: Add any other context about the problem here.

Environment details:

  • OpenEBS version (use kubectl get po -n openebs --show-labels):
  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • OS (e.g: cat /etc/os-release):
  • kernel (e.g: uname -a):
  • others:

th-2021 avatar Jan 18 '23 15:01 th-2021