fluid icon indicating copy to clipboard operation
fluid copied to clipboard

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)

Results 393 fluid issues
Sort by recently updated
recently updated
newest added

**What is your environment(Kubernetes version, Fluid version, etc.)** go 1.15、go 1.16 **Describe the bug** For example, when I exec "go test" in pkg/ddc/goosefs/: ``` $ cd pkg/ddc/goosefs/ $ go test...

bug

**Provide a link to that doc page:** Add serveless demo doc. **What is the defect and your suggestions on improvement:**

documentation

**What feature you'd like to add:** goosefs support cluster network avoid port conflict **Why is this feature needed:**

features

**What feature you'd like to add:** In the fluid Project, we use the logger interface from github.com/go-logr/logr/logr.go to print log. When sewing a logger, we pass some key-value parameters so...

features

**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** The following logic is useless, please remove it. ``` preStop: exec: command: ["/bin/sh", "-c", "rm -rf /registration/fluid /registration/fuse.csi.fluid.io-reg.sock"] ```...

bug

**What feature you'd like to add:** When fuse pod quits or be deleted unexpectedly, mount point will recover automatically after fuse pod is created again. **Why is this feature needed:**

features

**What feature you'd like to add:** Dataload can support cron job to sync data regularly. **Why is this feature needed:** Some scenarios need sync data from ufs regularly, like sync...

features

**What feature you'd like to add:** - [ ] [Add Controller Reference for the resources under the runtime](#1234 ) - [ ] [Add Pod Event watch](#1236 ) - [ ]...

features

**What feature you'd like to add:** 1. The user can create PVC by using StorageClass 2. Multiple PVC across namespace from one Dataset 3. The PVC which is created by...

features

**What is your environment(Kubernetes version, Fluid version, etc.)** K8s 1.20.4 Fluid 0.6 alluxio 2.5.0 **Describe the bug** 1、ceph中的中文数据集在缓存中路径为乱码,这种如何解决? 2、针对ceph某个路径创建Dataset,通过应用去访问缓存,可以看到该路径下的所有数据。但是往ceph该路径新写入数据后,应用中缓存列表里看不到对应的心数据。 3、AlluxioRuntime默认会设置副本数,会导致部分节点不能正常使用PVC,并报 ` MountVolume.NodeAffinity check failed for volume "xxx-fluid-test" : no matching...

bug