Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] RWX filesystem is not frozen for snapshots #2434

Open
joshimoo opened this issue Apr 1, 2021 · 0 comments
Open

[BUG] RWX filesystem is not frozen for snapshots #2434

joshimoo opened this issue Apr 1, 2021 · 0 comments
Labels
area/v1-data-engine v1 data engine (iSCSI tgt) area/volume-rwx Volume RWX related kind/bug
Milestone

Comments

@joshimoo
Copy link
Contributor

joshimoo commented Apr 1, 2021

Since the mount of the longhorn volume happens inside of the share-manager pod and not the host namespace.
The host has no mount point for this volume and therefore it cannot be frozen (i.e. cannot find a mount point to freeze)

We could consider doing the mount in the host namespace then doing a bind mount into the share-manager pod.
This might impact potential failover in the HA scenario where the clients need to reconnect, so that needs to be evaluated at that point in time while working on the RWX HA solution.

fsfreeze context: #2187
NFS HA issue: #2293

@joshimoo joshimoo added kind/bug area/v1-data-engine v1 data engine (iSCSI tgt) area/volume-rwx Volume RWX related labels Apr 1, 2021
@joshimoo joshimoo added this to the Planning milestone Apr 1, 2021
@innobead innobead modified the milestones: Planning, Backlog Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/v1-data-engine v1 data engine (iSCSI tgt) area/volume-rwx Volume RWX related kind/bug
Projects
None yet
Development

No branches or pull requests

2 participants