Syspretor
Syspretor
With Fluid's expansion for flexible usage of datasets, it is now permitted for the length of the mounts array in a dataset to be zero in some **Runtimes**. For example,...
Hello everyone, I've been working with our Makefile and I noticed that there are several areas where we can improve its structure and functionality. Optimizing the Makefile can lead to...
``` apiVersion: data.fluid.io/v1alpha1 kind: ThinRuntimeProfile metadata: name: demo-profile spec: fileSystemType: ossfs fuse: image: demo-image imageTag: demo-tag lifecycle: preStop: exec: command: [ "sh", "-c", "/script/unmount.sh" ] imagePullPolicy: IfNotPresent command: - tini...
wip
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #XXXX ### Ⅲ. List the added test cases (unit test/integration test) if any,...
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #XXXX ### Ⅲ. List the added test cases (unit test/integration test) if any,...
By design, users could set multiple cache paths when configuring tiredStore for the runtime, and there were two ways to set quotas for multiple cache paths. The first method was...
### 1. Background Fluid is committed to providing Kubernetes users with a simple and efficient solution for cloud data access and cache acceleration. To achieve this, Fluid currently extends compatibility...
Fixes #4455 The following postStartHook will be injected in the fuse-sidecar to check the mount status. ``` lifecycle: postStart: exec: command: [ "/bin/sh", "-c", "time /check-mount.sh >> /proc/1/fd/1" ] ```...
The following postStartHook will be injected in the fuse-sidecar to check the mount status. ``` lifecycle: postStart: exec: command: [ "/bin/sh", "-c", "time /check-mount.sh >> /proc/1/fd/1" ] ``` However, the...
Here is the development roadmap for v0.6.0. Contributions and feedback are welcome. #### **P1: Critical Path Items** - **In-place Update Enhancement** - [ ] **Warm-up stage**: Introduce pre-pulled images and...