Skip to content

How a PVC related to the 1024 filesystems limitation? #171

Answered by sergeyberezansky
aledbf asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Only the node that publishes any directory on a filesystem as a CSI volume, actually mounts that filesystem.
  2. Then it performs a mount bind for the particular directory to a separate path, which in turn is bound inside the pod by Kubernetes. So the pod has a root of the volume set to be the directory
  3. In new version, if different mount options are used via storage class definitions, node may mount the filesystem multiple times per actual set of mount options.
  4. The node uses Weka authenticated mount to mount the filesystem (if supported by your Weka cluster version)

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sergeyberezansky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #43 on October 25, 2023 15:32.