Srikumar Venugopal
Srikumar Venugopal
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...
Introduces method to create inline volumes that are backed by S3 buckets. Closes #164.
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,...
Datashim assumes that the path to the kubelet directory for installing volume drivers on the node is in `/var/lib/kubelet`. This causes problem with K8s installations using different directories such as...
Require documentation on deploying Datashim locally using Minikube, kind, etc
Following from #139, datasets cannot be used in managed K8s environments where creation of cluster-scoped objects (like PersistentVolumes) are not allowed. One solution is to allow datasets to be translated...
Commit https://github.com/datashim-io/datashim/commit/079b99e568556ffd17ff83e7d068972a917c1edc#diff-97be71743a1ddb84c9e09d0d0797677eb7b5656d5d9de9569ec0a50add9ba5fe introduced 2 regressions in the ceph-cache plugin deployment files: 1. Makefile does not have `| kubectl apply -n $(NAMESPACE) -f - ` for deployment. Hence `make deployment` does...