datashim
datashim copied to clipboard
A kubernetes based framework for hassle free handling of datasets
If for any reason the csi-s3 pod is restarted, the Pod that uses s3 volumes looses connectivity to the mount target and we get `Transport endpoint is not connected `...
Datashim has an out-of-date CSI-NFS driver in its tree. We need to remove it and replace it with a git submodule of the original driver which is up to date.
Due to several historical reasons, Datashim ended up forking csi-s3 and including it in the source tree. CSI-S3 has been updated since and as Datashim's fork is now behind the...
#186 disabled every mounter (RClone, S3FS, S3Backer) except for goofys. This issue covers testing of RClone as a mounter for CSI-S3. Once done, we should enable RClone to be selected...
#186 disabled every mounter (RClone, S3FS, S3Backer) except for goofys. This issue covers testing of S3FS as a mounter for CSI-S3. Once done, we should enable S3FS to be selected...
When running Datashim with S3 CSI driver on IBM Fyre OCP 4.8. Datashim can create the PVC with the appropriate storage class, but the S3 CSI driver is unable to...
Introduces method to create inline volumes that are backed by S3 buckets. Closes #164.
I tried to create a Dataset from a minio bucket, which is compatible to s3 with type `COS`. Got an error: ``` provision: info: 'failed to provision volume with StorageClass...
Currently, the API Group for Datasets is set as `com.ie.ibm.hpsys` It would be nice to rename this to `datasets.datashim.io` (e.g.) so that it is in line with the project name,...
As of now, if we run the `make deployment` command, the script will deploy the `amd64` `dlf` manifest by default. This can be an issue for devices that run on...