Skip to content

Conversation

@Syspretor
Copy link
Collaborator

In PR #4346 , we assumed that when fluid.io/skip-check-mount-ready-target: "MountPod" is configured, symlink must be used; however, this assumption is not accurate. The configuration that decide if mount status should be check and the symlink configuration are two independent atomic configurations, and each configuration can be used independently or in combination with the other as following.

apiVersion: data.fluid.io/v1alpha1
kind: ThinRuntime
metadata:
  name: demo
  annotations:
    fluid.io/skip-check-mount-ready-target: "MountPod"
    data.fluid.io/metadataList: `[{"Labels": {"fluid.io/node-publish-method": "symlink"}, "selector": { "kind": "PersistentVolume"}}]`
spec:
  profileName: demo

…onfiguration

Signed-off-by: jiuyu <guotongyu.gty@alibaba-inc.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 7, 2024

Copy link
Collaborator

@cheyang cheyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@fluid-e2e-bot
Copy link

fluid-e2e-bot bot commented Nov 7, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cheyang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fluid-e2e-bot fluid-e2e-bot bot merged commit 3ad502b into fluid-cloudnative:master Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants